public class RiverRouting extends Object implements Streamable
| Modifier and Type | Method and Description |
|---|---|
DiscoveryNode |
node()
The node the river is allocated to, null if its not allocated.
|
void |
readFrom(StreamInput in) |
static RiverRouting |
readRiverRouting(StreamInput in) |
RiverName |
riverName() |
void |
writeTo(StreamOutput out) |
public RiverName riverName()
public DiscoveryNode node()
public static RiverRouting readRiverRouting(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2016. All rights reserved.