Package | Description |
---|---|
com.gigaspaces.internal.metadata | |
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 |
---|---|
ISpaceIndex.MultiValuePerEntryIndexTypes |
SpaceCollectionIndex.getMultiValueIndexType() |
Modifier and Type | Method and Description |
---|---|
<K> TypeDataIndex<K> |
TypeDataFactory.createCustomMultiValuePerEntryTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
int indexCreationNumber,
ISpaceIndex.MultiValuePerEntryIndexTypes indexType) |
<K> TypeDataIndex<K> |
TypeDataFactory.createMultiValuePerEntryTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
int indexCreationNumber,
ISpaceIndex.MultiValuePerEntryIndexTypes indexType) |
Modifier and Type | Method and Description |
---|---|
ISpaceIndex.MultiValuePerEntryIndexTypes |
ISpaceIndex.getMultiValueIndexType() |
ISpaceIndex.MultiValuePerEntryIndexTypes |
AbstractSpaceIndex.getMultiValueIndexType() |
static ISpaceIndex.MultiValuePerEntryIndexTypes |
ISpaceIndex.MultiValuePerEntryIndexTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISpaceIndex.MultiValuePerEntryIndexTypes[] |
ISpaceIndex.MultiValuePerEntryIndexTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CustomMultiValueTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
int indexCreationNumber,
ISpaceIndex.MultiValuePerEntryIndexTypes multiValueType) |
MultiValueTypeDataIndex(CacheManager cacheManager,
ISpaceIndex index,
int pos,
boolean useEconomyHashmap,
int indexCreationNumber,
ISpaceIndex.MultiValuePerEntryIndexTypes multiValueType) |
Copyright © GigaSpaces.