Uses of Class
one.microstream.persistence.types.Persistence.IdType
Package | Description |
---|---|
one.microstream.persistence.types | |
one.microstream.storage.types |
-
Uses of Persistence.IdType in one.microstream.persistence.types
Methods in one.microstream.persistence.types that return Persistence.IdType Modifier and Type Method Description static Persistence.IdType
Persistence.IdType. determineFromValue(long id)
static Persistence.IdType
Persistence.IdType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Persistence.IdType[]
Persistence.IdType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Persistence.IdType in one.microstream.storage.types
Methods in one.microstream.storage.types that return types with arguments of type Persistence.IdType Modifier and Type Method Description XGettingTable<Persistence.IdType,Long>
StorageIdAnalysis.Default. highestIdsPerType()
XGettingTable<Persistence.IdType,Long>
StorageIdAnalysis. highestIdsPerType()
Method parameters in one.microstream.storage.types with type arguments of type Persistence.IdType Modifier and Type Method Description static StorageIdAnalysis
StorageIdAnalysis. New(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)