Package | Description |
---|---|
com.pervasive.datarush.ports |
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
|
com.pervasive.datarush.ports.physical |
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
|
Modifier and Type | Method and Description |
---|---|
PortStatistics |
PhysicalPort.getStats()
Retrieves the run-time statistics gathered for this port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputStatistics
Live run-time statistics for an input port.
|
interface |
OutputStatistics
Live run-time statistics for an input port.
|
Modifier and Type | Class and Description |
---|---|
class |
InputSnapshot
A snapshot of run-time statistics for an input port.
|
class |
OutputSnapshot
A snapshot of run-time statistics for an output port.
|
class |
PortSnapshot
A snapshot of run-time statistics for a dataflow port.
|
Modifier and Type | Method and Description |
---|---|
static List<PortSnapshot> |
PortSnapshot.asSnapshots(Collection<? extends PortStatistics> ports)
Converts a list of statistics into snapshots.
|
Copyright © 2020 Actian Corporation. All rights reserved.