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
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
Copyright © 2009–2015. All rights reserved.