Package one.microstream.storage.types
Interface StorageIdAnalysis
-
- All Known Implementing Classes:
StorageIdAnalysis.Default
public interface StorageIdAnalysis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageIdAnalysis.Default
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageIdAnalysisEmpty()one.microstream.collections.types.XGettingTable<one.microstream.persistence.types.Persistence.IdType,Long>highestIdsPerType()static StorageIdAnalysisNew(Long highestTid, Long highestOid, Long highestCid)static StorageIdAnalysisNew(Long highestTid, Long highestOid, Long highestCid, one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds)static StorageIdAnalysisNew(one.microstream.collections.types.XGettingSequence<one.microstream.typing.KeyValue<one.microstream.persistence.types.Persistence.IdType,Long>> values, one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds)one.microstream.collections.types.XGettingEnum<Long>occuringTypeIds()
-
-
-
Method Detail
-
highestIdsPerType
one.microstream.collections.types.XGettingTable<one.microstream.persistence.types.Persistence.IdType,Long> highestIdsPerType()
-
occuringTypeIds
one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds()
-
Empty
static StorageIdAnalysis Empty()
-
New
static StorageIdAnalysis New(Long highestTid, Long highestOid, Long highestCid)
-
New
static StorageIdAnalysis New(Long highestTid, Long highestOid, Long highestCid, one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds)
-
New
static StorageIdAnalysis New(one.microstream.collections.types.XGettingSequence<one.microstream.typing.KeyValue<one.microstream.persistence.types.Persistence.IdType,Long>> values, one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds)
-
-