Package | Description |
---|---|
org.elasticsearch.index.gateway | |
org.elasticsearch.index.gateway.local | |
org.elasticsearch.index.gateway.none |
Modifier and Type | Method and Description |
---|---|
Class<? extends IndexShardGateway> |
IndexGateway.shardGatewayClass() |
Constructor and Description |
---|
IndexShardGatewayService(ShardId shardId,
Settings indexSettings,
ThreadPool threadPool,
IndexShard indexShard,
IndexShardGateway shardGateway,
IndexShardSnapshotAndRestoreService snapshotService,
ClusterService clusterService) |
Modifier and Type | Class and Description |
---|---|
class |
LocalIndexShardGateway |
Modifier and Type | Method and Description |
---|---|
Class<? extends IndexShardGateway> |
LocalIndexGateway.shardGatewayClass() |
Modifier and Type | Class and Description |
---|---|
class |
NoneIndexShardGateway |
Modifier and Type | Method and Description |
---|---|
Class<? extends IndexShardGateway> |
NoneIndexGateway.shardGatewayClass() |
Copyright © 2009–2015. All rights reserved.