Package org.elasticsearch.index
Class IndexingPressure
java.lang.Object
org.elasticsearch.index.IndexingPressure
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
markCoordinatingOperationStarted
(long bytes, boolean forceExecution) markPrimaryOperationStarted
(long bytes, boolean forceExecution) markReplicaOperationStarted
(long bytes, boolean forceExecution) stats()
-
Field Details
-
MAX_INDEXING_BYTES
-
-
Constructor Details
-
IndexingPressure
-
-
Method Details
-
markCoordinatingOperationStarted
-
markPrimaryOperationLocalToCoordinatingNodeStarted
-
markPrimaryOperationStarted
-
markReplicaOperationStarted
-
getCurrentCombinedCoordinatingAndPrimaryBytes
public long getCurrentCombinedCoordinatingAndPrimaryBytes() -
getCurrentCoordinatingBytes
public long getCurrentCoordinatingBytes() -
getCurrentPrimaryBytes
public long getCurrentPrimaryBytes() -
getCurrentReplicaBytes
public long getCurrentReplicaBytes() -
stats
-