Package one.microstream.storage.types
Class StorageChannelImportEntity.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageChannelImportEntity.Default
-
- All Implemented Interfaces:
StorageChannelImportEntity
- Direct Known Subclasses:
StorageChannelImportBatch.Default
- Enclosing interface:
- StorageChannelImportEntity
public static class StorageChannelImportEntity.Default extends Object implements StorageChannelImportEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelImportEntity
StorageChannelImportEntity.Default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intlength()StorageChannelImportEntity.Defaultnext()longobjectId()StorageEntityType.Defaulttype()
-
-
-
Method Detail
-
length
public final int length()
- Specified by:
lengthin interfaceStorageChannelImportEntity
-
type
public final StorageEntityType.Default type()
- Specified by:
typein interfaceStorageChannelImportEntity
-
objectId
public final long objectId()
- Specified by:
objectIdin interfaceStorageChannelImportEntity
-
next
public final StorageChannelImportEntity.Default next()
- Specified by:
nextin interfaceStorageChannelImportEntity
-
-