| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster.metadata | |
| org.elasticsearch.cluster.routing |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
HashFunction |
IndexMetaData.getRoutingHashFunction()
Return the
HashFunction that should be used for routing. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DjbHashFunction
This class implements the efficient hash function
developed by Daniel J.
|
class |
Murmur3HashFunction
Hash function based on the Murmur3 algorithm, which is the default as of Elasticsearch 2.0.
|
class |
SimpleHashFunction
This class implements a simple hash function based on Java Build-In
Object.hashCode() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected int |
OperationRouting.hash(HashFunction hashFunction,
String routing) |
protected int |
OperationRouting.hash(HashFunction hashFunction,
String type,
String id)
非推奨です。
|
Copyright © 2009–2016. All rights reserved.