Package one.microstream.storage.types
Interface StorageChannelImportEntity
-
- All Known Implementing Classes:
StorageChannelImportBatch.Default,StorageChannelImportEntity.Default
public interface StorageChannelImportEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageChannelImportEntity.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intlength()StorageChannelImportEntitynext()longobjectId()StorageEntityType.Defaulttype()
-
-
-
Method Detail
-
length
int length()
-
type
StorageEntityType.Default type()
-
objectId
long objectId()
-
next
StorageChannelImportEntity next()
-
-