Uses of Enum Class
com.loomcache.server.metrics.OperationsTracker.OperationType
Packages that use OperationsTracker.OperationType
-
Uses of OperationsTracker.OperationType in com.loomcache.server.metrics
Subclasses with type arguments of type OperationsTracker.OperationType in com.loomcache.server.metricsMethods in com.loomcache.server.metrics that return OperationsTracker.OperationTypeModifier and TypeMethodDescriptionOperationsTracker.OperationRecord.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static OperationsTracker.OperationType[]OperationsTracker.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.metrics that return types with arguments of type OperationsTracker.OperationTypeModifier and TypeMethodDescriptionOperationsTracker.getOperationCountsByType(OperationsTracker.TimeWindow window) Get operation count by type for a time window.Methods in com.loomcache.server.metrics with parameters of type OperationsTracker.OperationTypeModifier and TypeMethodDescriptionvoidOperationsTracker.recordOperation(OperationsTracker.OperationType type, String dataStructure, long latencyNs, boolean success) Record an operation.Constructors in com.loomcache.server.metrics with parameters of type OperationsTracker.OperationTypeModifierConstructorDescriptionOperationRecord(OperationsTracker.OperationType type, String dataStructure, long latencyNs, long timestamp, boolean success) Creates an instance of aOperationRecordrecord class.