Package | Description |
---|---|
com.pervasive.datarush.io |
Provides classes and interfaces performing file-like I/O operations.
|
com.pervasive.datarush.monitoring |
Provides classes and interfaces for reporting on commonly monitored
resources such as memory, threads, and I/O.
|
Modifier and Type | Method and Description |
---|---|
static IOChannelOperation |
IOChannelOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOChannelOperation[] |
IOChannelOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IOChannelStatsCollector |
IOMonitoringContext.newCollector(String interfaceName,
IOChannelOperation op)
Creates a new I/O statistics collector with the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
static CounterDefinition |
StatisticDefinition.ioBytes(String provider,
IOChannelOperation operation)
A statistic that provides the number of io bytes.
|
static CounterDefinition |
StatisticDefinition.ioCount(String provider,
IOChannelOperation operation)
A statistic that provides the number of io operations.
|
Copyright © 2016 Actian Corporation. All rights reserved.