Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
com.pervasive.datarush.operators |
Provides classes and interfaces for developing dataflow operators.
|
Modifier and Type | Field and Description |
---|---|
static StatisticsRegistry |
StatisticsRegistry.DISABLED
A disabled statistics registry
|
Modifier and Type | Method and Description |
---|---|
StatisticsRegistry |
StatisticsRegistry.forAssignment(NodeAllocationState.AssignmentState assignment)
Returns a statistics registry, re-scoped for the given assignment
|
Modifier and Type | Method and Description |
---|---|
StatisticsRegistry |
ExecutionContext.getStatisticsRegistry()
Returns a statistics registry that can be used for registering custom statistics.
|
StatisticsRegistry |
DeferredCompositionContext.getStatisticsRegistry()
Public only as a matter of implementation; operator authors should not invoke this method.
|
Copyright © 2020 Actian Corporation. All rights reserved.