Package | Description |
---|---|
io.picodata.driver.api.metadata |
Contains interfaces for Tarantool space metadata operations
|
io.picodata.driver.core.metadata |
Contains implementations for Tarantool space metadata operations
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TarantoolMetadataContainer> |
TarantoolMetadataProvider.getMetadata()
Retrieve the metadata from an external source
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyTarantoolMetadataContainer
Contains spaces and indexes metadata information retrieved from a call to a stored function
|
class |
SpacesTarantoolMetadataContainer
Contains spaces and indexes metadata information retrieved from the system spaces
|
Modifier and Type | Method and Description |
---|---|
TarantoolMetadataContainer |
DDLTarantoolSpaceMetadataConverter.fromValue(org.msgpack.value.Value value) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TarantoolMetadataContainer> |
SpacesMetadataProvider.getMetadata() |
CompletableFuture<TarantoolMetadataContainer> |
ProxyMetadataProvider.getMetadata() |
Constructor and Description |
---|
ProxyMetadataProvider(TarantoolCallOperations client,
String metadataFunctionName,
ValueConverter<org.msgpack.value.Value,TarantoolMetadataContainer> metadataConverter,
Class<? extends SingleValueCallResult<TarantoolMetadataContainer>> resultClass)
Basic constructor
|
ProxyMetadataProvider(TarantoolCallOperations client,
String metadataFunctionName,
ValueConverter<org.msgpack.value.Value,TarantoolMetadataContainer> metadataConverter,
Class<? extends SingleValueCallResult<TarantoolMetadataContainer>> resultClass)
Basic constructor
|
Copyright © 2025 Picodata. All rights reserved.