public interface PhysicalPort extends Named, TokenTyped
Ports are strongly typed, based upon the underlying tokens of the associated
flow. Many common token types
are
supported, including Java primitive types and composite types.
Modifier and Type | Method and Description |
---|---|
void |
detach()
Forcibly releases the resources of a port.
|
PortStatistics |
getStats()
Retrieves the run-time statistics gathered for this port.
|
TokenType |
getType()
Gets the type of tokens in the underlying flow.
|
boolean |
isAttached()
Indicates whether the port is still attached.
|
TokenType getType()
getType
in interface TokenTyped
PortStatistics getStats()
PortStats
gathered during execution or
null
if the configuration did not specify
collecting statisticsboolean isAttached()
true
if the port may still have
data flowing, false
otherwisevoid detach()
Copyright © 2020 Actian Corporation. All rights reserved.