Uses of Class
oracle.jdbc.pool.ShardingMetadata
Packages that use ShardingMetadata
-
Uses of ShardingMetadata in oracle.jdbc.pool
Methods in oracle.jdbc.pool with parameters of type ShardingMetadataModifier and TypeMethodDescriptionstatic List<OracleShardingKeyImpl>OracleShardingKeyImpl.decodeKeys(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.booleanOracleShardingKeyImpl.isValid(ShardingMetadata metadata) Checks if this sharding key is valid for the sharded database represented by the metadatabyte[]OracleShardingKeyImpl.sha256Hash(ShardingMetadata metadata) Computes the SHA-256 hash value of the Sharding key.longOracleShardingKeyImpl.shardKeyOraHash(ShardingMetadata metadata) Computes the hash value of the Sharding key as per Oracle's internal hash function.Constructors in oracle.jdbc.pool with parameters of type ShardingMetadata