Uses of Class
org.apache.ignite.internal.processors.performancestatistics.OperationType
-
Packages that use OperationType Package Description org.apache.ignite.internal.processors.performancestatistics -
-
Uses of OperationType in org.apache.ignite.internal.processors.performancestatistics
Fields in org.apache.ignite.internal.processors.performancestatistics with type parameters of type OperationType Modifier and Type Field Description static EnumSet<OperationType>OperationType. CACHE_OPSCache operations.static EnumSet<OperationType>OperationType. TX_OPSTransaction operations.Methods in org.apache.ignite.internal.processors.performancestatistics that return OperationType Modifier and Type Method Description static @Nullable OperationTypeOperationType. of(byte id)static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.performancestatistics with parameters of type OperationType Modifier and Type Method Description voidFilePerformanceStatisticsWriter. cacheOperation(OperationType type, int cacheId, long startTime, long duration)static booleanOperationType. cacheOperation(OperationType op)voidPerformanceStatisticsHandler. cacheOperation(UUID nodeId, OperationType type, int cacheId, long startTime, long duration)voidPerformanceStatisticsProcessor. cacheOperation(OperationType type, int cacheId, long startTime, long duration)static booleanOperationType. transactionOperation(OperationType op)
-