| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.performancestatistics |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<OperationType> |
OperationType.CACHE_OPS
Cache operations.
|
static EnumSet<OperationType> |
OperationType.TX_OPS
Transaction operations.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable OperationType |
OperationType.of(byte id) |
static OperationType |
OperationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OperationType.cacheOperation(OperationType op) |
void |
FilePerformanceStatisticsWriter.cacheOperation(OperationType type,
int cacheId,
long startTime,
long duration) |
void |
PerformanceStatisticsProcessor.cacheOperation(OperationType type,
int cacheId,
long startTime,
long duration) |
void |
PerformanceStatisticsHandler.cacheOperation(UUID nodeId,
OperationType type,
int cacheId,
long startTime,
long duration) |
static boolean |
OperationType.transactionOperation(OperationType op) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021