Package org.elasticsearch.index
Class IndexingPressure
java.lang.Object
org.elasticsearch.index.IndexingPressure
public class IndexingPressure
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static Setting<ByteSizeValue>MAX_INDEXING_BYTES -
Constructor Summary
Constructors Constructor Description IndexingPressure(Settings settings) -
Method Summary
Modifier and Type Method Description longgetCurrentCombinedCoordinatingAndPrimaryBytes()longgetCurrentCoordinatingBytes()longgetCurrentPrimaryBytes()longgetCurrentReplicaBytes()ReleasablemarkCoordinatingOperationStarted(long bytes, boolean forceExecution)ReleasablemarkPrimaryOperationLocalToCoordinatingNodeStarted(long bytes)ReleasablemarkPrimaryOperationStarted(long bytes, boolean forceExecution)ReleasablemarkReplicaOperationStarted(long bytes, boolean forceExecution)IndexingPressureStatsstats()
-
Field Details
-
Constructor Details
-
Method Details
-
markCoordinatingOperationStarted
-
markPrimaryOperationLocalToCoordinatingNodeStarted
-
markPrimaryOperationStarted
-
markReplicaOperationStarted
-
getCurrentCombinedCoordinatingAndPrimaryBytes
public long getCurrentCombinedCoordinatingAndPrimaryBytes() -
getCurrentCoordinatingBytes
public long getCurrentCoordinatingBytes() -
getCurrentPrimaryBytes
public long getCurrentPrimaryBytes() -
getCurrentReplicaBytes
public long getCurrentReplicaBytes() -
stats
-