Package | Description |
---|---|
com.gigaspaces.internal.server.space.metadata | |
com.gigaspaces.metadata.index |
Provides classes and interfaces encapsulating space entries indexes.
|
com.j_spaces.core.cache |
Modifier and Type | Method and Description |
---|---|
<K> TypeDataIndex<K> |
TypeDataFactory.createCompoundCustomTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
CompoundIndexSegmentTypeData[] segments,
int indexCreationNumber,
int indexPosition,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
<K> TypeDataIndex<K> |
TypeDataFactory.createCustomTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
int indexCreationNumber,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
<K> TypeDataIndex<K> |
TypeDataFactory.createTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
int indexCreationNumber,
Class<?> indexValueClass,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
Modifier and Type | Method and Description |
---|---|
static ISpaceIndex.FifoGroupsIndexTypes |
ISpaceIndex.FifoGroupsIndexTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISpaceIndex.FifoGroupsIndexTypes[] |
ISpaceIndex.FifoGroupsIndexTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ISpaceIndex.FifoGroupsIndexTypes |
TypeDataIndex.getFifoGroupsIndexType() |
static ISpaceIndex.FifoGroupsIndexTypes |
TypeData.getIndexFifoGroupingType(SpaceIndex spaceIndex,
String fifoGroupingName,
Set<String> fifoGroupingIndexes) |
Modifier and Type | Method and Description |
---|---|
static TypeDataIndex |
TypeData.buildCompoundIndex(CompoundIndex definition,
Map<String,TypeDataIndex<?>> indexTable,
IServerTypeDesc serverTypeDesc,
int indexPosition,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType,
int indexCreationNumber,
TypeDataFactory typeDataFactory) |
Constructor and Description |
---|
CompoundCustomTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
CompoundIndexSegmentTypeData[] segments,
int indexCreationNumber,
int indexPosition,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
CustomTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
int indexCreationNumber,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
FifoGroupsExtendedIndexHandler(TypeDataIndex index,
IExtendedIndex<K,IEntryCacheInfo> base,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
TypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
boolean useEconomyHashmap,
int indexCreationNumber,
Class<?> valueClass,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
TypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
boolean useEconomyHashmap,
int indexCreationNumber,
ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) |
Copyright © GigaSpaces.