public class SharedShardContexts
extends java.lang.Object
Constructor and Description |
---|
SharedShardContexts(org.elasticsearch.indices.IndicesService indicesService) |
Modifier and Type | Method and Description |
---|---|
SharedShardContext |
createContext(org.elasticsearch.index.shard.ShardId shardId,
int readerId) |
SharedShardContext |
getOrCreateContext(org.elasticsearch.index.shard.ShardId shardId) |
java.lang.String |
toString() |
public SharedShardContexts(org.elasticsearch.indices.IndicesService indicesService)
public SharedShardContext createContext(org.elasticsearch.index.shard.ShardId shardId, int readerId)
public SharedShardContext getOrCreateContext(org.elasticsearch.index.shard.ShardId shardId)
public java.lang.String toString()
toString
in class java.lang.Object