Uses of Interface
one.microstream.collections.types.XGettingTable
-
-
-
Uses of XGettingTable in one.microstream.collections
Classes in one.microstream.collections that implement XGettingTable Modifier and Type Class Description class
ConstHashTable<K,V>
class
EmptyTable<K,V>
class
EqConstHashTable<K,V>
class
EqHashTable<K,V>
class
HashTable<K,V>
class
TableView<K,V>
Methods in one.microstream.collections that return XGettingTable Modifier and Type Method Description XGettingTable<K,V>
TableView. copy()
XGettingTable<K,V>
ConstHashTable. view()
XGettingTable<K,V>
EqConstHashTable. view()
XGettingTable<K,V>
EqHashTable. view()
XGettingTable<K,V>
HashTable. view()
Constructors in one.microstream.collections with parameters of type XGettingTable Constructor Description TableView(XGettingTable<K,V> subject)
-
Uses of XGettingTable in one.microstream.collections.sorting
Subinterfaces of XGettingTable in one.microstream.collections.sorting Modifier and Type Interface Description interface
XChart<K,V>
-
Uses of XGettingTable in one.microstream.collections.types
Subinterfaces of XGettingTable in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicTable<K,V>
interface
XImmutableTable<K,V>
interface
XTable<K,V>
Methods in one.microstream.collections.types that return XGettingTable Modifier and Type Method Description XGettingTable<K,V>
XGettingTable. copy()
XGettingTable<K,V>
XGettingTable.Bridge. parent()
XGettingTable<K,V>
XGettingTable.EntriesBridge. parent()
XGettingTable<K,V>
XGettingTable.Keys. parent()
XGettingTable<K,V>
XGettingTable.Satellite. parent()
XGettingTable<K,V>
XGettingTable.Values. parent()
XGettingTable<K,V>
XGettingTable. view()
-
Uses of XGettingTable in one.microstream.entity
Methods in one.microstream.entity that return XGettingTable Modifier and Type Method Description default <E extends Entity>
XGettingTable<K,E>EntityVersionContext. versions(E entity)
-
Uses of XGettingTable in one.microstream.hashing
Methods in one.microstream.hashing that return XGettingTable Modifier and Type Method Description XGettingTable<Long,Long>
HashStatisticsBucketBased. bucketLengthDistribution()
XGettingTable<Long,Long>
HashStatisticsBucketBased.Default. bucketLengthDistribution()
Methods in one.microstream.hashing with parameters of type XGettingTable Modifier and Type Method Description static HashStatisticsBucketBased
HashStatisticsBucketBased. New(long hashLength, long elementCount, float hashDensity, long highestBucketLength, XGettingTable<Long,Long> bucketLengthDistribution)
-
Uses of XGettingTable in one.microstream.meta
Methods in one.microstream.meta with parameters of type XGettingTable Modifier and Type Method Description static VarString
XDebug. assembleTable(VarString vs, XGettingTable<?,?> collection, String start, String mapper, String separator, String end, Integer limit)
static void
XDebug. printTable(XGettingTable<?,?> collection, String start, String mapper, String separator, String end, Integer limit)
-
Uses of XGettingTable in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal with parameters of type XGettingTable Modifier and Type Method Description static long[]
AbstractBinaryLegacyTypeHandlerTranslating. toTargetOffsets(XGettingTable<Long,BinaryValueSetter> translatorsWithTargetOffsets)
static BinaryValueSetter[]
AbstractBinaryLegacyTypeHandlerTranslating. toTranslators(XGettingTable<Long,BinaryValueSetter> translatorsWithTargetOffsets)
-
Uses of XGettingTable in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types with parameters of type XGettingTable Modifier and Type Method Description static <T> BinaryLegacyTypeHandlerGenericEnum<T>
BinaryLegacyTypeHandlerGenericEnum. New(PersistenceTypeDefinition typeDefinition, PersistenceTypeHandler<Binary,T> typeHandler, XGettingTable<Long,BinaryValueSetter> translatorsWithTargetOffsets, PersistenceLegacyTypeHandlingListener<Binary> listener, boolean switchByteOrder)
static <T> BinaryLegacyTypeHandlerGenericEnumMapped<T>
BinaryLegacyTypeHandlerGenericEnumMapped. New(PersistenceTypeDefinition typeDefinition, PersistenceTypeHandler<Binary,T> typeHandler, XGettingTable<Long,BinaryValueSetter> translatorsWithTargetOffsets, Integer[] ordinalMapping, PersistenceLegacyTypeHandlingListener<Binary> listener, boolean switchByteOrder)
static <T> BinaryLegacyTypeHandlerGenericType<T>
BinaryLegacyTypeHandlerGenericType. New(PersistenceTypeDefinition typeDefinition, PersistenceTypeHandlerReflective<Binary,T> typeHandler, XGettingTable<Long,BinaryValueSetter> translatorsWithTargetOffsets, PersistenceLegacyTypeHandlingListener<Binary> listener, boolean switchByteOrder)
static <T> BinaryLegacyTypeHandlerRerouting<T>
BinaryLegacyTypeHandlerRerouting. New(PersistenceTypeDefinition typeDefinition, PersistenceTypeHandler<Binary,T> typeHandler, XGettingTable<Long,BinaryValueSetter> translatorsWithTargetOffsets, PersistenceLegacyTypeHandlingListener<Binary> listener, boolean switchByteOrder)
void
Binary. storeRoots(long typeId, long objectId, XGettingTable<String,Object> entries, PersistenceStoreHandler idResolver)
-
Uses of XGettingTable in one.microstream.persistence.internal
Methods in one.microstream.persistence.internal that return XGettingTable Modifier and Type Method Description XGettingTable<String,HashStatisticsBucketBased>
DefaultObjectRegistry. createHashStatistics()
-
Uses of XGettingTable in one.microstream.persistence.types
-
Uses of XGettingTable in one.microstream.storage.exceptions
Methods in one.microstream.storage.exceptions that return XGettingTable Modifier and Type Method Description XGettingTable<Long,StorageBackupFile>
StorageExceptionBackupEmptyStorageBackupAhead. backupFiles()
XGettingTable<Long,StorageBackupFile>
StorageExceptionBackupEmptyStorageForNonEmptyBackup. backupFiles()
XGettingTable<Long,StorageBackupFile>
StorageExceptionBackupInconsistentFileLength. backupFiles()
-
Uses of XGettingTable in one.microstream.storage.types
Constructors in one.microstream.storage.types with parameters of type XGettingTable Constructor Description Default(int channelIndex, XGettingTable<Long,StorageInventoryFile> dataFiles, StorageTransactionsFileAnalysis transactionsFile)
-
Uses of XGettingTable in one.microstream.typing
Methods in one.microstream.typing that return XGettingTable Modifier and Type Method Description XGettingTable<TypePair,V>
TypeMappingLookup. table()
-
Uses of XGettingTable in one.microstream.util
Methods in one.microstream.util with parameters of type XGettingTable Modifier and Type Method Description void
FileContentComparer. compareFiles(XGettingTable<File,File> files)
static String
FileContentComparer. compareFilesAndAssembleResult(XGettingTable<File,File> files)
-
Uses of XGettingTable in one.microstream.util.config
Methods in one.microstream.util.config that return XGettingTable Modifier and Type Method Description XGettingTable<String,SubConfig>
RootConfig. children()
XGettingTable<String,ConfigFile>
AbstractConfig. files()
abstract XGettingTable<String,String>
AbstractConfig. table()
XGettingTable<String,String>
Config. table()
XGettingTable<String,String>
RootConfig. table()
XGettingTable<String,String>
SubConfig. table()
-
Uses of XGettingTable in one.microstream.util.traversing
Methods in one.microstream.util.traversing that return XGettingTable Modifier and Type Method Description static XGettingTable<Class<?>,TypeTraverser<?>>
ObjectGraphTraverserBuilder. defaultConcreteTypeTraversers()
static XGettingTable<Class<?>,TypeTraverser<?>>
ObjectGraphTraverserBuilder. defaultPolymorphTypeTraversers()
Methods in one.microstream.util.traversing with parameters of type XGettingTable Modifier and Type Method Description static TypeTraverserProvider.Default
TypeTraverserProvider. New(TypeTraverser.Creator traverserCreator, XGettingMap<Object,TypeTraverser<?>> traversersPerInstance, XGettingMap<Class<?>,TypeTraverser<?>> traversersPerConcreteType, XGettingTable<Class<?>,TypeTraverser<?>> traversersPerPolymorphType)
-