| 程序包 | 说明 |
|---|---|
| com.alibaba.lindorm.search.client.searchj.partition | |
| org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompositeHashPartition
composite hash partition table, standard sql usage:
CREATE TABLE test()
PARTITION BY HASH(c1,c2) PARTITIONS 16;
CREATE TABLE test()
PARTITION BY HASH((c1,4),c2) PARTITIONS 16;
up to three partition keys are supported at the same time.
|
class |
HashPartition
hash partition table, standard sql usage:
CREATE TABLE test()
PARTITION BY HASH(id) PARTITIONS 16;
|
class |
Partition |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterState
Immutable state of the cloud.
|
class |
DocCollection
Models a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")
|
static class |
DocRouter.Range |
class |
Replica |
class |
RoutingRule
Used for routing docs with particular keys into another collection
|
class |
Slice
A Slice contains immutable information about a logical shard (all replicas that share the same shard id).
|
class |
ZkNodeProps
ZkNodeProps contains generic immutable properties.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.