Class OperationRecord
java.lang.Object
com.gigaspaces.server.operations.OperationRecord
- All Implemented Interfaces:
Serializable
Represents a single space operation record — either active (in-flight) or completed.
Instances are created and stored in-memory server-side, per space instance, by
OperationTrackingFilter.- Since:
- 17.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationRecord(String id, String operationType, long startTimeMs, String query, String clientHost, int clientPort, int partitionId) -
Method Summary
-
Constructor Details
-
OperationRecord
-
-
Method Details
-
complete
-
getId
-
getOperationType
-
getStartTimeMs
public long getStartTimeMs() -
getEndTimeMs
-
getQuery
-
getClientHost
-
getClientPort
public int getClientPort() -
getPartitionId
public int getPartitionId() -
getStatus
-
getError
-
toString
-