Class IndicesFollowStats.ShardFollowStats

java.lang.Object
org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
Enclosing class:
IndicesFollowStats

public static final class IndicesFollowStats.ShardFollowStats
extends java.lang.Object
  • Method Details

    • getRemoteCluster

      public java.lang.String getRemoteCluster()
    • getLeaderIndex

      public java.lang.String getLeaderIndex()
    • getFollowerIndex

      public java.lang.String getFollowerIndex()
    • getShardId

      public int getShardId()
    • getLeaderGlobalCheckpoint

      public long getLeaderGlobalCheckpoint()
    • getLeaderMaxSeqNo

      public long getLeaderMaxSeqNo()
    • getFollowerGlobalCheckpoint

      public long getFollowerGlobalCheckpoint()
    • getFollowerMaxSeqNo

      public long getFollowerMaxSeqNo()
    • getLastRequestedSeqNo

      public long getLastRequestedSeqNo()
    • getOutstandingReadRequests

      public int getOutstandingReadRequests()
    • getOutstandingWriteRequests

      public int getOutstandingWriteRequests()
    • getWriteBufferOperationCount

      public int getWriteBufferOperationCount()
    • getWriteBufferSizeInBytes

      public long getWriteBufferSizeInBytes()
    • getFollowerMappingVersion

      public long getFollowerMappingVersion()
    • getFollowerSettingsVersion

      public long getFollowerSettingsVersion()
    • getFollowerAliasesVersion

      public long getFollowerAliasesVersion()
    • getTotalReadTimeMillis

      public long getTotalReadTimeMillis()
    • getTotalReadRemoteExecTimeMillis

      public long getTotalReadRemoteExecTimeMillis()
    • getSuccessfulReadRequests

      public long getSuccessfulReadRequests()
    • getFailedReadRequests

      public long getFailedReadRequests()
    • getOperationsReads

      public long getOperationsReads()
    • getBytesRead

      public long getBytesRead()
    • getTotalWriteTimeMillis

      public long getTotalWriteTimeMillis()
    • getSuccessfulWriteRequests

      public long getSuccessfulWriteRequests()
    • getFailedWriteRequests

      public long getFailedWriteRequests()
    • getOperationWritten

      public long getOperationWritten()
    • getTimeSinceLastReadMillis

      public long getTimeSinceLastReadMillis()
    • getReadExceptions

      public java.util.NavigableMap<java.lang.Long,​org.elasticsearch.common.collect.Tuple<java.lang.Integer,​org.elasticsearch.ElasticsearchException>> getReadExceptions()
    • getFatalException

      public org.elasticsearch.ElasticsearchException getFatalException()