Uses of Interface
one.microstream.collections.types.XGettingEnum
-
-
-
Uses of XGettingEnum in one.microstream.chars
Methods in one.microstream.chars that return XGettingEnum Modifier and Type Method Description XGettingEnum<String>
StringTable. columnNames()
-
Uses of XGettingEnum in one.microstream.collections
Classes in one.microstream.collections that implement XGettingEnum Modifier and Type Class Description class
Constant<E>
Immutable singleton dummy collection used to pass a single instance masked as a collection.class
ConstHashEnum<E>
class
ConstHashTable<K,V>
class
ConstHashTable.Keys
class
ConstLinearEnum<E>
class
Empty<E>
Empty dummy collection to be used as a constant and stateless empty collection placeholder.class
EmptyTable<K,V>
class
EnumProcessor<E>
class
EnumView<E>
Wrapper class that reduces the services provided by any wrappedXGettingEnum
to only those ofXGettingEnum
, effectively making the wrappedXGettingEnum
instance immutable (or read-only) if used through an instance of this class.class
EqConstHashEnum<E>
class
EqConstHashTable<K,V>
class
EqConstHashTable.Keys
class
EqHashEnum<E>
class
EqHashTable<K,V>
class
EqHashTable.Keys
class
HashEnum<E>
class
HashTable<K,V>
class
HashTable.Keys
class
Single<E>
class
Singleton<E>
Singleton dummy collection used to pass a single instance masked as a collection.class
SingletonView<E>
class
TableView<K,V>
Methods in one.microstream.collections that return XGettingEnum Modifier and Type Method Description XGettingEnum<KeyValue<K,V>>
EmptyTable. range(long lowIndex, long highIndex)
XGettingEnum<E>
EnumProcessor. range(long lowIndex, long highIndex)
XGettingEnum<E>
EnumView. range(long fromIndex, long toIndex)
XGettingEnum<KeyValue<K,V>>
TableView. range(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
TableView. toReversed()
XGettingEnum<E>
ConstHashEnum. view()
XGettingEnum<E>
ConstHashEnum. view(long lowIndex, long highIndex)
XGettingEnum<K>
ConstHashTable.Keys. view()
XGettingEnum<K>
ConstHashTable.Keys. view(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
ConstHashTable. view(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
EmptyTable. view(long lowIndex, long highIndex)
XGettingEnum<E>
EnumProcessor. view(long lowIndex, long highIndex)
XGettingEnum<E>
EnumView. view(long lowIndex, long highIndex)
XGettingEnum<E>
EqConstHashEnum. view()
XGettingEnum<E>
EqConstHashEnum. view(long lowIndex, long highIndex)
XGettingEnum<K>
EqConstHashTable.Keys. view()
XGettingEnum<K>
EqConstHashTable.Keys. view(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
EqConstHashTable. view(long lowIndex, long highIndex)
XGettingEnum<E>
EqHashEnum. view()
XGettingEnum<E>
EqHashEnum. view(long lowIndex, long highIndex)
XGettingEnum<K>
EqHashTable.Keys. view()
XGettingEnum<K>
EqHashTable.Keys. view(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
EqHashTable. view(long lowIndex, long highIndex)
XGettingEnum<K>
HashTable.Keys. view()
XGettingEnum<K>
HashTable.Keys. view(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
HashTable. view(long lowIndex, long highIndex)
XGettingEnum<KeyValue<K,V>>
TableView. view(long lowIndex, long highIndex)
Constructors in one.microstream.collections with parameters of type XGettingEnum Constructor Description EnumView(XGettingEnum<E> subject)
-
Uses of XGettingEnum in one.microstream.collections.sorting
Subinterfaces of XGettingEnum in one.microstream.collections.sorting Modifier and Type Interface Description interface
XChart<K,V>
static interface
XChart.Keys<K,V>
interface
XRank<E>
-
Uses of XGettingEnum in one.microstream.collections.types
Subinterfaces of XGettingEnum in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicEnum<E>
interface
XBasicTable<K,V>
static interface
XBasicTable.Keys<K,V>
interface
XDecreasingEnum<E>
Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing instances of this list type to maintain its size or shrink, but never grow.interface
XEnum<E>
interface
XGettingTable<K,V>
Map plus orderstatic interface
XGettingTable.Keys<K,V>
interface
XImmutableEnum<E>
static interface
XImmutableEnum.Factory<E>
interface
XImmutableTable<K,V>
static interface
XImmutableTable.Keys<K,V>
interface
XIncreasingEnum<E>
interface
XProcessingEnum<E>
interface
XPutGetEnum<E>
interface
XReference<E>
Simple Reference class to handle mutable references.interface
XReferencing<E>
interface
XSettingEnum<E>
interface
XSortableEnum<E>
interface
XTable<K,V>
static interface
XTable.Keys<K,V>
Methods in one.microstream.collections.types that return XGettingEnum Modifier and Type Method Description XGettingEnum<E>
XGettingEnum. copy()
XGettingEnum<E>
XGettingEnum.Creator. newInstance()
XGettingEnum<E>
XGettingEnum. range(long lowIndex, long highIndex)
XGettingEnum<E>
XGettingEnum. toReversed()
XGettingEnum<E>
XGettingEnum. view()
XGettingEnum<E>
XGettingEnum. view(long lowIndex, long highIndex)
-
Uses of XGettingEnum in one.microstream.com
Methods in one.microstream.com with parameters of type XGettingEnum Modifier and Type Method Description default ComPersistenceAdaptor<C>
ComPersistenceAdaptorCreator. createHostPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
ComPersistenceAdaptor<C>
ComPersistenceAdaptorCreator. createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
-
Uses of XGettingEnum in one.microstream.com.binary
Methods in one.microstream.com.binary with parameters of type XGettingEnum Modifier and Type Method Description ComPersistenceAdaptor<SocketChannel>
ComPersistenceAdaptorBinary.Creator.Default. createPersistenceAdaptor(PersistenceIdStrategy hostIdStrategyInitialization, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
static ComPersistenceAdaptorBinary.Default
ComPersistenceAdaptorBinary. New(BinaryPersistenceFoundation<?> foundation, BufferSizeProvider bufferSizeProvider, PersistenceIdStrategy hostInitIdStrategy, XGettingEnum<Class<?>> entityTypes, ByteOrder hostByteOrder, PersistenceIdStrategy hostIdStrategy)
-
Uses of XGettingEnum in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal with parameters of type XGettingEnum Modifier and Type Method Description static <T extends Enum<T>>
BinaryHandlerGenericEnum<T>BinaryHandlerGenericEnum. New(Class<T> type, String typeName, XGettingEnum<Field> persistableFields, XGettingEnum<Field> persisterFields, PersistenceFieldLengthResolver lengthResolver, PersistenceEagerStoringFieldEvaluator eagerStoringFieldEvaluator, boolean switchByteOrder)
static <T> BinaryHandlerGenericType<T>
BinaryHandlerGenericType. New(Class<T> type, String typeName, XGettingEnum<Field> persistableFields, XGettingEnum<Field> persisterFields, PersistenceFieldLengthResolver lengthResolver, PersistenceEagerStoringFieldEvaluator eagerStoringFieldEvaluator, PersistenceTypeInstantiator<Binary,T> instantiator, boolean switchByteOrder)
-
Uses of XGettingEnum in one.microstream.persistence.types
-
Uses of XGettingEnum in one.microstream.reference
Classes in one.microstream.reference that implement XGettingEnum Modifier and Type Class Description static class
LinkingReferencing.Default<T>
static class
LinkReference.Default<T>
-
Uses of XGettingEnum in one.microstream.storage.types
Methods in one.microstream.storage.types that return XGettingEnum Modifier and Type Method Description XGettingEnum<? extends PersistenceTypeDefinitionMember>
StorageEntityTypeHandler.Default. allMembers()
XGettingEnum<? extends PersistenceTypeDefinitionMember>
StorageEntityTypeHandler.Default. instanceMembers()
XGettingEnum<Long>
StorageIdAnalysis.Default. occuringTypeIds()
XGettingEnum<Long>
StorageIdAnalysis. occuringTypeIds()
Methods in one.microstream.storage.types with parameters of type XGettingEnum Modifier and Type Method Description StorageRequestTaskImportData
StorageRequestTaskCreator. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<Path> importFiles)
StorageRequestTaskImportData
StorageRequestTaskCreator.Default. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<Path> importFiles)
StorageRequestTask
StorageTaskBroker.Default. enqueueImportFromFilesTask(XGettingEnum<Path> importFiles)
StorageRequestTask
StorageTaskBroker. enqueueImportFromFilesTask(XGettingEnum<Path> importFiles)
void
EmbeddedStorageManager.Default. importFiles(XGettingEnum<Path> importFiles)
void
StorageConnection.Default. importFiles(XGettingEnum<Path> importFiles)
void
StorageConnection. importFiles(XGettingEnum<Path> importFiles)
void
StorageRequestAcceptor.Default. importFiles(XGettingEnum<Path> importFiles)
void
StorageRequestAcceptor. importFiles(XGettingEnum<Path> importFiles)
static StorageIdAnalysis
StorageIdAnalysis. New(Long highestTid, Long highestOid, Long highestCid, XGettingEnum<Long> occuringTypeIds)
static StorageIdAnalysis
StorageIdAnalysis. New(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)
-
Uses of XGettingEnum in one.microstream.util
Methods in one.microstream.util that return XGettingEnum Modifier and Type Method Description XGettingEnum<T>
Substituter.Default. elements()
-
Uses of XGettingEnum in one.microstream.util.traversing
Methods in one.microstream.util.traversing that return XGettingEnum Modifier and Type Method Description static XGettingEnum<Class<?>>
ObjectGraphTraverserBuilder. defaultSkipTypesPolymorphic()
-