Uses of Interface
org.elasticsearch.index.shard.service.IndexShard

Packages that use IndexShard
org.elasticsearch.index.gateway   
org.elasticsearch.index.gateway.blobstore   
org.elasticsearch.index.gateway.fs   
org.elasticsearch.index.gateway.local   
org.elasticsearch.index.gateway.none   
org.elasticsearch.index.get   
org.elasticsearch.index.service   
org.elasticsearch.index.shard   
org.elasticsearch.index.shard.service   
org.elasticsearch.index.translog   
org.elasticsearch.indices   
org.elasticsearch.indices.recovery   
org.elasticsearch.indices.warmer   
org.elasticsearch.search.internal   
 

Uses of IndexShard in org.elasticsearch.index.gateway
 

Constructors in org.elasticsearch.index.gateway with parameters of type IndexShard
IndexShardGatewayService(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, ThreadPool threadPool, IndexShard indexShard, IndexShardGateway shardGateway)
           
 

Uses of IndexShard in org.elasticsearch.index.gateway.blobstore
 

Constructors in org.elasticsearch.index.gateway.blobstore with parameters of type IndexShard
BlobStoreIndexShardGateway(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexGateway indexGateway, IndexShard indexShard, Store store)
           
 

Uses of IndexShard in org.elasticsearch.index.gateway.fs
 

Constructors in org.elasticsearch.index.gateway.fs with parameters of type IndexShard
FsIndexShardGateway(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexGateway fsIndexGateway, IndexShard indexShard, Store store)
           
 

Uses of IndexShard in org.elasticsearch.index.gateway.local
 

Constructors in org.elasticsearch.index.gateway.local with parameters of type IndexShard
LocalIndexShardGateway(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexShard indexShard)
           
 

Uses of IndexShard in org.elasticsearch.index.gateway.none
 

Constructors in org.elasticsearch.index.gateway.none with parameters of type IndexShard
NoneIndexShardGateway(ShardId shardId, Settings indexSettings, IndexShard indexShard)
           
 

Uses of IndexShard in org.elasticsearch.index.get
 

Methods in org.elasticsearch.index.get with parameters of type IndexShard
 ShardGetService ShardGetService.setIndexShard(IndexShard indexShard)
           
 

Uses of IndexShard in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that return IndexShard
 IndexShard IndexService.createShard(int sShardId)
           
 IndexShard InternalIndexService.createShard(int sShardId)
           
 IndexShard IndexService.shard(int shardId)
           
 IndexShard InternalIndexService.shard(int shardId)
           
 IndexShard IndexService.shardSafe(int shardId)
           
 IndexShard InternalIndexService.shardSafe(int shardId)
           
 

Methods in org.elasticsearch.index.service that return types with arguments of type IndexShard
 com.google.common.collect.UnmodifiableIterator<IndexShard> InternalIndexService.iterator()
           
 

Uses of IndexShard in org.elasticsearch.index.shard
 

Constructors in org.elasticsearch.index.shard with parameters of type IndexShard
IndexShardManagement(ShardId shardId, Settings indexSettings, JmxService jmxService, IndexShard indexShard, Store store, Translog translog)
           
 

Uses of IndexShard in org.elasticsearch.index.shard.service
 

Classes in org.elasticsearch.index.shard.service that implement IndexShard
 class InternalIndexShard
           
 

Uses of IndexShard in org.elasticsearch.index.translog
 

Constructors in org.elasticsearch.index.translog with parameters of type IndexShard
TranslogService(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, ThreadPool threadPool, IndexShard indexShard, Translog translog)
           
 

Uses of IndexShard in org.elasticsearch.indices
 

Methods in org.elasticsearch.indices with parameters of type IndexShard
 void IndicesLifecycle.Listener.afterIndexShardCreated(IndexShard indexShard)
          Called after the index shard has been created.
 void InternalIndicesLifecycle.afterIndexShardCreated(IndexShard indexShard)
           
 void IndicesLifecycle.Listener.afterIndexShardStarted(IndexShard indexShard)
          Called after the index shard has been started.
 void InternalIndicesLifecycle.afterIndexShardStarted(IndexShard indexShard)
           
 void IndicesLifecycle.Listener.beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, boolean delete)
          Called before the index shard gets closed.
 void InternalIndicesLifecycle.beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, boolean delete)
           
 void IndicesLifecycle.Listener.shardRoutingChanged(IndexShard indexShard, ShardRouting oldRouting, ShardRouting newRouting)
          Called when the shard routing has changed state.
 void InternalIndicesLifecycle.shardRoutingChanged(IndexShard indexShard, ShardRouting oldRouting, ShardRouting newRouting)
           
 

Uses of IndexShard in org.elasticsearch.indices.recovery
 

Methods in org.elasticsearch.indices.recovery with parameters of type IndexShard
 void RecoveryTarget.cancelRecovery(IndexShard indexShard)
           
 

Uses of IndexShard in org.elasticsearch.indices.warmer
 

Methods in org.elasticsearch.indices.warmer with parameters of type IndexShard
 void IndicesWarmer.Listener.warm(IndexShard indexShard, IndexMetaData indexMetaData, IndicesWarmer.WarmerContext context)
           
 

Uses of IndexShard in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return IndexShard
 IndexShard SearchContext.indexShard()
           
 

Constructors in org.elasticsearch.search.internal with parameters of type IndexShard
SearchContext(long id, InternalSearchRequest request, SearchShardTarget shardTarget, Engine.Searcher engineSearcher, IndexService indexService, IndexShard indexShard, ScriptService scriptService)
           
 



Copyright © 2009-2012. All Rights Reserved.