Uses of Class
ecmwf.common.technical.ByteSize
Packages that use ByteSize
-
Uses of ByteSize in ecmwf.common.ectrans
Fields in ecmwf.common.ectrans with type parameters of type ByteSizeMethods in ecmwf.common.ectrans that return ByteSizeModifier and TypeMethodDescriptionECtransSetup.get
(ECtransOptions option, ByteSize defaultValue) Gets the.ECtransSetup.getByteSize
(ECtransOptions option) Gets the byte size.ECtransSetup.getByteSize
(String name) Gets byte size.ECtransSetup.getByteSize
(String name, ByteSize defaultValue) Gets byte size.ECtransSetup.getByteSize
(String moduleName, String name, ByteSize defaultValue) Gets byte size.ECtransOptions.getDefaultByteSize()
Gets the default byte size.Methods in ecmwf.common.ectrans that return types with arguments of type ByteSizeModifier and TypeMethodDescriptionECtransSetup.getByteSizeList
(ECtransOptions option) Gets the list of byte sizes.ECtransOptions.getDefaultByteSizeList()
Gets the default byte size list.ECtransSetup.getOptionalByteSize
(ECtransOptions option) Gets the optional byte size.ECtransOptions.getOptionalDefaultByteSize()
Gets the optional default byte size.Methods in ecmwf.common.ectrans with parameters of type ByteSizeModifier and TypeMethodDescriptionECtransSetup.get
(ECtransOptions option, ByteSize defaultValue) Gets the.ECtransSetup.getByteSize
(String name, ByteSize defaultValue) Gets byte size.ECtransSetup.getByteSize
(String moduleName, String name, ByteSize defaultValue) Gets byte size.void
ECtransSetup.set
(ECtransOptions option, ByteSize value) Sets the.Method parameters in ecmwf.common.ectrans with type arguments of type ByteSizeModifier and TypeMethodDescriptionvoid
ECtransSetup.setByteSizeIfPresent
(ECtransOptions option, Consumer<? super ByteSize> action) Sets the optional byte size if present. -
Uses of ByteSize in ecmwf.common.ftp
Methods in ecmwf.common.ftp with parameters of type ByteSizeModifier and TypeMethodDescriptionvoid
FtpClient.setSOMaxPacingRate
(ByteSize soMaxPacingRate) Set a SO option. -
Uses of ByteSize in ecmwf.common.rmi
Methods in ecmwf.common.rmi with parameters of type ByteSizeModifier and TypeMethodDescriptionvoid
SocketConfig.setSOMaxPacingRate
(ByteSize soMaxPacingRate) Set a SO option. -
Uses of ByteSize in ecmwf.common.technical
Fields in ecmwf.common.technical declared as ByteSizeModifier and TypeFieldDescriptionstatic final ByteSize
ByteSize.MAX_VALUE
The Constant MAX_VALUE.static final ByteSize
ByteSize.ZERO
The Constant ZERO.Methods in ecmwf.common.technical that return ByteSizeModifier and TypeMethodDescriptionstatic ByteSize
ByteSize.of
(long bytesCount) Of.static ByteSize
ByteSize.ofEB
(long bytes) Of EB.static ByteSize
ByteSize.ofGB
(long bytes) Of GB.static ByteSize
ByteSize.ofKB
(long bytes) Of KB.static ByteSize
ByteSize.ofMB
(long bytes) Of MB.static ByteSize
ByteSize.ofPB
(long bytes) Of PB.static ByteSize
ByteSize.ofTB
(long bytes) Of TB.static ByteSize
Parses the.