Class StorageInfo
- java.lang.Object
-
- com.amazonaws.kinesisvideo.producer.StorageInfo
-
public class StorageInfo extends Object
Storage info class. NOTE: This structure should follow the one defined in /client/Include.h
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageInfo.DeviceStorageType
-
Field Summary
Fields Modifier and Type Field Description static intSTORAGE_INFO_CURRENT_VERSIONCurrent version for the structure as defined in the native code
-
Constructor Summary
Constructors Constructor Description StorageInfo(int version, StorageInfo.DeviceStorageType deviceStorageType, long storageSize, int spillRatio, String rootDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeviceStorageType()StringgetRootDirectory()intgetSpillRatio()longgetStorageSize()intgetVersion()
-
-
-
Field Detail
-
STORAGE_INFO_CURRENT_VERSION
public static final int STORAGE_INFO_CURRENT_VERSION
Current version for the structure as defined in the native code- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StorageInfo
public StorageInfo(int version, StorageInfo.DeviceStorageType deviceStorageType, long storageSize, int spillRatio, @Nonnull String rootDirectory)
-
-