Uses of Interface
one.microstream.collections.types.XGettingTable
-
Uses of XGettingTable in one.microstream.afs
Method parameters in one.microstream.afs with type arguments of type XGettingTable Modifier and Type Method Description <R> R
ADirectory.Abstract. accessDirectories(Function<? super XGettingTable<String,? extends ADirectory>,R> logic)
<S, R> R
ADirectory.Abstract. accessDirectories(S subject, BiFunction<? super XGettingTable<String,? extends ADirectory>,S,R> logic)
<R> R
ADirectory. accessDirectories(Function<? super XGettingTable<String,? extends ADirectory>,R> logic)
<S, R> R
ADirectory. accessDirectories(S subject, BiFunction<? super XGettingTable<String,? extends ADirectory>,S,R> logic)
<R> R
ADirectory.Abstract. accessFiles(Function<? super XGettingTable<String,? extends AFile>,R> logic)
<S, R> R
ADirectory.Abstract. accessFiles(S subject, BiFunction<? super XGettingTable<String,? extends AFile>,S,R> logic)
<R> R
ADirectory. accessFiles(Function<? super XGettingTable<String,? extends AFile>,R> logic)
<S, R> R
ADirectory. accessFiles(S subject, BiFunction<? super XGettingTable<String,? extends AFile>,S,R> logic)
<R> R
AFileSystem.Abstract. accessRoots(Function<? super XGettingTable<String,ADirectory>,R> logic)
<R> R
AFileSystem. accessRoots(Function<? super XGettingTable<String,ADirectory>,R> logic)
-
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, PersistenceFunction persister)
-
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,StorageBackupDataFile>
StorageExceptionBackupEmptyStorageBackupAhead. backupFiles()
XGettingTable<Long,StorageBackupDataFile>
StorageExceptionBackupEmptyStorageForNonEmptyBackup. backupFiles()
XGettingTable<Long,StorageBackupDataFile>
StorageExceptionBackupInconsistentFileLength. backupFiles()
-
Uses of XGettingTable in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter that return XGettingTable Modifier and Type Method Description XGettingTable<String,? extends HashStatistics>
ViewerObjectRegistryDisabled. createHashStatistics()
-
Uses of XGettingTable in one.microstream.storage.types
Methods in one.microstream.storage.types with parameters of type XGettingTable Modifier and Type Method Description static StorageInventory
StorageInventory. New(int channelIndex, XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)
static StorageRawFileStatistics
StorageRawFileStatistics. New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
-
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<AFile,AFile> files)
static String
FileContentComparer. compareFilesAndAssembleResult(XGettingTable<AFile,AFile> 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)