Uses of Class
org.elasticsearch.index.shard.IndexShardException

Packages that use IndexShardException
org.elasticsearch.action   
org.elasticsearch.action.support   
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.replication   
org.elasticsearch.index   
org.elasticsearch.index.engine   
org.elasticsearch.index.gateway   
org.elasticsearch.index.shard   
org.elasticsearch.index.store   
org.elasticsearch.index.translog   
org.elasticsearch.indices.recovery   
 

Uses of IndexShardException in org.elasticsearch.action
 

Subclasses of IndexShardException in org.elasticsearch.action
 class NoShardAvailableActionException
           
 

Uses of IndexShardException in org.elasticsearch.action.support
 

Constructors in org.elasticsearch.action.support with parameters of type IndexShardException
DefaultShardOperationFailedException(IndexShardException e)
           
 

Uses of IndexShardException in org.elasticsearch.action.support.broadcast
 

Subclasses of IndexShardException in org.elasticsearch.action.support.broadcast
 class BroadcastShardOperationFailedException
          An exception indicating that a failure occurred performing an operation on the shard.
 

Uses of IndexShardException in org.elasticsearch.action.support.replication
 

Subclasses of IndexShardException in org.elasticsearch.action.support.replication
 class ReplicationShardOperationFailedException
          An exception indicating that a failure occurred performing an operation on the shard.
 

Uses of IndexShardException in org.elasticsearch.index
 

Subclasses of IndexShardException in org.elasticsearch.index
 class IndexShardMissingException
           
 

Uses of IndexShardException in org.elasticsearch.index.engine
 

Subclasses of IndexShardException in org.elasticsearch.index.engine
 class CloseEngineException
          An exception indicating that an Engine close failed.
 class CreateFailedEngineException
           
 class DeleteByQueryFailedEngineException
           
 class DeleteFailedEngineException
           
 class DocumentAlreadyExistsException
           
 class DocumentMissingException
           
 class DocumentSourceMissingException
           
 class EngineAlreadyStartedException
           
 class EngineClosedException
          An engine is already closed.
 class EngineCreationFailureException
          An exception indicating that an Engine creation failed.
 class EngineException
           
 class FlushFailedEngineException
           
 class FlushNotAllowedEngineException
           
 class IndexFailedEngineException
           
 class OptimizeFailedEngineException
           
 class RecoveryEngineException
           
 class RefreshFailedEngineException
           
 class RollbackFailedEngineException
           
 class RollbackNotAllowedEngineException
           
 class SnapshotFailedEngineException
           
 class VersionConflictEngineException
           
 

Uses of IndexShardException in org.elasticsearch.index.gateway
 

Subclasses of IndexShardException in org.elasticsearch.index.gateway
 class IgnoreGatewayRecoveryException
          An exception marking that this recovery attempt should be ignored (since probably, we already recovered).
 class IndexShardGatewayException
           
 class IndexShardGatewayRecoveryException
           
 class IndexShardGatewaySnapshotFailedException
           
 class IndexShardGatewaySnapshotNotAllowedException
           
 

Uses of IndexShardException in org.elasticsearch.index.shard
 

Subclasses of IndexShardException in org.elasticsearch.index.shard
 class IllegalIndexShardStateException
           
 class IndexShardClosedException
           
 class IndexShardCreationException
           
 class IndexShardNotRecoveringException
           
 class IndexShardNotStartedException
           
 class IndexShardRecoveringException
           
 class IndexShardRelocatedException
           
 class IndexShardStartedException
           
 

Uses of IndexShardException in org.elasticsearch.index.store
 

Subclasses of IndexShardException in org.elasticsearch.index.store
 class StoreException
           
 

Uses of IndexShardException in org.elasticsearch.index.translog
 

Subclasses of IndexShardException in org.elasticsearch.index.translog
 class TranslogException
           
 

Uses of IndexShardException in org.elasticsearch.indices.recovery
 

Subclasses of IndexShardException in org.elasticsearch.indices.recovery
 class RecoverFilesRecoveryException
           
 



Copyright © 2009-2012. All Rights Reserved.