private static class StandardRemoteGroupPort.EndpointConnectionState extends Object
| Modifier and Type | Field and Description |
|---|---|
private FlowFileCodec |
codec |
private long |
lastUsed |
private Peer |
peer |
private SocketClientProtocol |
socketClientProtocol |
| Modifier | Constructor and Description |
|---|---|
private |
StandardRemoteGroupPort.EndpointConnectionState(Peer peer,
SocketClientProtocol socketClientProtocol,
FlowFileCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
FlowFileCodec |
getCodec() |
long |
getLastTimeUsed() |
Peer |
getPeer() |
SocketClientProtocol |
getSocketClientProtocol() |
void |
setLastTimeUsed() |
private final Peer peer
private final SocketClientProtocol socketClientProtocol
private final FlowFileCodec codec
private volatile long lastUsed
private StandardRemoteGroupPort.EndpointConnectionState(Peer peer, SocketClientProtocol socketClientProtocol, FlowFileCodec codec)
public FlowFileCodec getCodec()
public SocketClientProtocol getSocketClientProtocol()
public Peer getPeer()
public void setLastTimeUsed()
public long getLastTimeUsed()
Copyright © 2015 Apache NiFi (incubating). All rights reserved.