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 class
StorageIdAnalysis.Default
-
Method Summary
Modifier and Type Method Description static StorageIdAnalysis
Empty()
XGettingTable<Persistence.IdType,Long>
highestIdsPerType()
static StorageIdAnalysis
New(Long highestTid, Long highestOid, Long highestCid)
static StorageIdAnalysis
New(Long highestTid, Long highestOid, Long highestCid, XGettingEnum<Long> occuringTypeIds)
static StorageIdAnalysis
New(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)
XGettingEnum<Long>
occuringTypeIds()
-
-
-
Method Detail
-
highestIdsPerType
XGettingTable<Persistence.IdType,Long> highestIdsPerType()
-
occuringTypeIds
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, XGettingEnum<Long> occuringTypeIds)
-
New
static StorageIdAnalysis New(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)
-
-