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() |
shardIdindexcontains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCausepublic RecoverFilesRecoveryException(ShardId shardId, int numberOfFiles, ByteSizeValue totalFilesSize, Throwable cause)
public int numberOfFiles()
public ByteSizeValue totalFilesSize()
Copyright © 2009–2016. All rights reserved.