Package org.elasticsearch.index
Class IndexingPressure
java.lang.Object
org.elasticsearch.index.IndexingPressure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.core.ReleasablemarkCoordinatingOperationStarted(int operations, long bytes, boolean forceExecution) org.elasticsearch.core.ReleasablemarkPrimaryOperationLocalToCoordinatingNodeStarted(int operations, long bytes) org.elasticsearch.core.ReleasablemarkPrimaryOperationStarted(int operations, long bytes, boolean forceExecution) org.elasticsearch.core.ReleasablemarkReplicaOperationStarted(int operations, long bytes, boolean forceExecution) stats()
-
Field Details
-
MAX_INDEXING_BYTES
-
-
Constructor Details
-
IndexingPressure
-
-
Method Details
-
markCoordinatingOperationStarted
public org.elasticsearch.core.Releasable markCoordinatingOperationStarted(int operations, long bytes, boolean forceExecution) -
markPrimaryOperationLocalToCoordinatingNodeStarted
public org.elasticsearch.core.Releasable markPrimaryOperationLocalToCoordinatingNodeStarted(int operations, long bytes) -
markPrimaryOperationStarted
public org.elasticsearch.core.Releasable markPrimaryOperationStarted(int operations, long bytes, boolean forceExecution) -
markReplicaOperationStarted
public org.elasticsearch.core.Releasable markReplicaOperationStarted(int operations, long bytes, boolean forceExecution) -
stats
-