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
org.elasticsearch.core.Releasable
markCoordinatingOperationStarted(long bytes, boolean forceExecution)
org.elasticsearch.core.Releasable
org.elasticsearch.core.Releasable
markPrimaryOperationStarted(long bytes, boolean forceExecution)
org.elasticsearch.core.Releasable
markReplicaOperationStarted(long bytes, boolean forceExecution)
stats()
-
Field Details
-
MAX_INDEXING_BYTES
-
-
Constructor Details
-
IndexingPressure
-
-
Method Details
-
markCoordinatingOperationStarted
public org.elasticsearch.core.Releasable markCoordinatingOperationStarted(long bytes, boolean forceExecution) -
markPrimaryOperationLocalToCoordinatingNodeStarted
public org.elasticsearch.core.Releasable markPrimaryOperationLocalToCoordinatingNodeStarted(long bytes) -
markPrimaryOperationStarted
public org.elasticsearch.core.Releasable markPrimaryOperationStarted(long bytes, boolean forceExecution) -
markReplicaOperationStarted
public org.elasticsearch.core.Releasable markReplicaOperationStarted(long bytes, boolean forceExecution) -
getCurrentCombinedCoordinatingAndPrimaryBytes
public long getCurrentCombinedCoordinatingAndPrimaryBytes() -
getCurrentCoordinatingBytes
public long getCurrentCoordinatingBytes() -
getCurrentPrimaryBytes
public long getCurrentPrimaryBytes() -
getCurrentReplicaBytes
public long getCurrentReplicaBytes() -
stats
-