| Package | Description |
|---|---|
| oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
| Modifier and Type | Method and Description |
|---|---|
OracleShardingKeyImpl |
OracleShardingKeyBuilderImpl.build()
Builds the sharding key with the sub keys provided and their default
metadata.
|
OracleShardingKeyImpl |
OracleShardingKeyBuilderImpl.build()
Builds the sharding key with the sub keys provided and their default
metadata.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OracleShardingKeyImpl> |
OracleShardingKeyImpl.Decoder.buildShardKeys(java.util.List<byte[]> subKeysByteArr,
boolean isSuperShardingKey,
boolean isHighKey)
Builds the sharding keys given the decodes byte[] representing the
sharding keys
|
java.util.List<OracleShardingKeyImpl> |
OracleShardingKeyImpl.Decoder.buildShardKeys(java.util.List<byte[]> subKeysByteArr,
boolean isSuperShardingKey,
boolean isHighKey)
Builds the sharding keys given the decodes byte[] representing the
sharding keys
|
static java.util.List<OracleShardingKeyImpl> |
OracleShardingKeyImpl.decodeKeys(java.io.InputStream keysData,
ShardingMetadata metadata,
boolean isSuperKey,
boolean isKeyHigh)
Builds a list of sharding keys from the key data available as input stream
from the database sharding metadata table LOCAL_CHUNKS.
|
static java.util.List<OracleShardingKeyImpl> |
OracleShardingKeyImpl.decodeKeys(java.io.InputStream keysData,
ShardingMetadata metadata,
boolean isSuperKey,
boolean isKeyHigh)
Builds a list of sharding keys from the key data available as input stream
from the database sharding metadata table LOCAL_CHUNKS.
|