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 classConstant<E>Immutable singleton dummy collection used to pass a single instance masked as a collection.classConstHashEnum<E>classConstHashTable<K,V>classConstHashTable.KeysclassConstLinearEnum<E>classEmpty<E>Empty dummy collection to be used as a constant and stateless empty collection placeholder.classEmptyTable<K,V>classEnumProcessor<E>classEnumView<E>Wrapper class that reduces the services provided by any wrappedXGettingEnumto only those ofXGettingEnum, effectively making the wrappedXGettingEnuminstance immutable (or read-only) if used through an instance of this class.classEqConstHashEnum<E>classEqConstHashTable<K,V>classEqConstHashTable.KeysclassEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassHashEnum<E>classHashTable<K,V>classHashTable.KeysclassSingle<E>classSingleton<E>Singleton dummy collection used to pass a single instance masked as a collection.classSingletonView<E>classTableView<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 interfaceXChart<K,V>static interfaceXChart.Keys<K,V>interfaceXRank<E> -
Uses of XGettingEnum in one.microstream.collections.types
Subinterfaces of XGettingEnum in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicEnum<E>interfaceXBasicTable<K,V>static interfaceXBasicTable.Keys<K,V>interfaceXDecreasingEnum<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.interfaceXEnum<E>interfaceXGettingTable<K,V>Map plus orderstatic interfaceXGettingTable.Keys<K,V>interfaceXImmutableEnum<E>static interfaceXImmutableEnum.Factory<E>interfaceXImmutableTable<K,V>static interfaceXImmutableTable.Keys<K,V>interfaceXIncreasingEnum<E>interfaceXProcessingEnum<E>interfaceXPutGetEnum<E>interfaceXReference<E>Simple Reference class to handle mutable references.interfaceXReferencing<E>interfaceXSettingEnum<E>interfaceXSortableEnum<E>interfaceXTable<K,V>static interfaceXTable.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.DefaultComPersistenceAdaptorBinary. 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> allFields, PersistenceFieldLengthResolver lengthResolver, PersistenceEagerStoringFieldEvaluator eagerStoringFieldEvaluator, boolean switchByteOrder)static <T> BinaryHandlerGenericType<T>BinaryHandlerGenericType. New(Class<T> type, String typeName, XGettingEnum<Field> persistableFields, 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 classLinkingReferencing.Default<T>static classLinkReference.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 StorageRequestTaskImportDataStorageRequestTaskCreator. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<Path> importFiles)StorageRequestTaskImportDataStorageRequestTaskCreator.Default. createImportFromFilesTask(int channelCount, StorageDataFileEvaluator fileEvaluator, StorageObjectIdRangeEvaluator objectIdRangeEvaluator, XGettingEnum<Path> importFiles)StorageRequestTaskStorageTaskBroker.Default. enqueueImportFromFilesTask(XGettingEnum<Path> importFiles)StorageRequestTaskStorageTaskBroker. enqueueImportFromFilesTask(XGettingEnum<Path> importFiles)voidEmbeddedStorageManager.Default. importFiles(XGettingEnum<Path> importFiles)voidStorageConnection.Default. importFiles(XGettingEnum<Path> importFiles)voidStorageConnection. importFiles(XGettingEnum<Path> importFiles)voidStorageRequestAcceptor.Default. importFiles(XGettingEnum<Path> importFiles)voidStorageRequestAcceptor. importFiles(XGettingEnum<Path> importFiles)static StorageIdAnalysisStorageIdAnalysis. New(Long highestTid, Long highestOid, Long highestCid, XGettingEnum<Long> occuringTypeIds)static StorageIdAnalysisStorageIdAnalysis. 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()
-