public class RecoverFilesRecoveryException extends IndexShardException implements ElasticsearchWrapperException
ElasticsearchException.WithRestHeaders
Constructor and Description |
---|
RecoverFilesRecoveryException(ShardId shardId,
int numberOfFiles,
ByteSizeValue totalFilesSize,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
numberOfFiles() |
ByteSizeValue |
totalFilesSize() |
shardId
index
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause
public RecoverFilesRecoveryException(ShardId shardId, int numberOfFiles, ByteSizeValue totalFilesSize, Throwable cause)
public int numberOfFiles()
public ByteSizeValue totalFilesSize()
Copyright © 2009–2015. All rights reserved.