| Package | Description |
|---|---|
| io.picodata.jdbc.core.cluster.schema |
This package contains classes related to Picodata table schema and sharding information
|
| io.picodata.jdbc.core.cluster.schema.sharding |
This package contains classes related to Picodata table sharding specifications
|
| Modifier and Type | Method and Description |
|---|---|
ShardingSpecification |
TableDistributionInfo.getShardingSpecification()
Get sharding specification.
|
| Constructor and Description |
|---|
TableDistributionInfo(DistributionType distributionType,
ShardingSpecification shardingSpecification)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalShardingSpecification |
class |
ShardingByFieldSpecification
Specification for Picodata table sharding based on a pre-calculated sharding key field.
|
class |
ShardingImplicitlySpecification
Specification for Picodata table sharding based on a set of sharding key field names and sharding function name.
|
| Modifier and Type | Method and Description |
|---|---|
static ShardingSpecification |
ShardingByFieldSpecification.fromList(List<Object> specification)
Create instance out of a specification string from Picodata table metadata.
|
Copyright © 2026 Picodata. All rights reserved.