Package | Description |
---|---|
io.picodata.driver.api.conditions |
Tuple filtering conditions used in select operations
|
io.picodata.driver.api.metadata |
Contains interfaces for Tarantool space metadata operations
|
io.picodata.driver.core.conditions |
Tuple filtering conditions used in select operations
|
io.picodata.driver.core.metadata |
Contains implementations for Tarantool space metadata operations
|
Modifier and Type | Method and Description |
---|---|
TarantoolIndexMetadata |
NamedIndex.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolIndexMetadata |
IdIndex.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
Modifier and Type | Method and Description |
---|---|
Optional<TarantoolIndexMetadata> |
TarantoolMetadataOperations.getIndexById(int spaceId,
int indexId)
Get metadata for index from the specified space by index ID
|
Optional<TarantoolIndexMetadata> |
TarantoolMetadataOperations.getIndexById(String spaceName,
int indexId)
Get metadata for index from the specified space by index ID
|
Optional<TarantoolIndexMetadata> |
TarantoolMetadataOperations.getIndexByName(int spaceId,
String indexName)
Get metadata for index from the specified space by name
|
Optional<TarantoolIndexMetadata> |
TarantoolMetadataOperations.getIndexByName(String spaceName,
String indexName)
Get metadata for index from the specified space by name
|
Map<String,Map<String,TarantoolIndexMetadata>> |
TarantoolMetadataContainer.getIndexMetadataBySpaceName()
Get index metadata mapped to index name and then to space name
|
Optional<Map<String,TarantoolIndexMetadata>> |
TarantoolMetadataOperations.getSpaceIndexes(int spaceId)
Get metadata for all indexes for space specified by id
|
Optional<Map<String,TarantoolIndexMetadata>> |
TarantoolMetadataOperations.getSpaceIndexes(String spaceName)
Get metadata for all indexes for space specified by name
|
Modifier and Type | Method and Description |
---|---|
TarantoolIndexMetadata |
NamedIndexImpl.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
TarantoolIndexMetadata |
IdIndexImpl.metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata) |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Map<String,TarantoolIndexMetadata>> |
TarantoolMetadata.indexMetadataBySpaceId |
protected Map<String,Map<String,TarantoolIndexMetadata>> |
TarantoolMetadata.indexMetadataBySpaceName |
Modifier and Type | Method and Description |
---|---|
TarantoolIndexMetadata |
TarantoolIndexMetadataConverter.fromValue(org.msgpack.value.ArrayValue value) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyTarantoolMetadataContainer.addIndexes(String spaceName,
Map<String,TarantoolIndexMetadata> indexMetadataMap) |
Constructor and Description |
---|
SpacesTarantoolMetadataContainer(TarantoolResult<TarantoolSpaceMetadata> spacesCollection,
TarantoolResult<TarantoolIndexMetadata> indexesCollection) |
Copyright © 2025 Picodata. All rights reserved.