public static class RiversRouting.Builder extends Object
| Constructor and Description |
|---|
Builder()
|
| Modifier and Type | Method and Description |
|---|---|
RiversRouting |
build()
|
RiversRouting |
put(RiverRouting
|
static RiversRouting |
readFrom(StreamInput
|
RiversRouting |
remote(String
|
RiversRouting |
remove(RiverName
|
RiversRouting |
remove(RiverRouting
|
RiversRouting |
routing(RiversRouting
|
static void |
writeTo(RiversRouting
|
public RiversRouting.Builder routing(RiversRouting routing)
public RiversRouting.Builder put(RiverRouting routing)
public RiversRouting.Builder remove(RiverRouting routing)
public RiversRouting.Builder remove(RiverName riverName)
public RiversRouting.Builder remote(String riverName)
public RiversRoutingbuild()
public static RiversRoutingreadFrom(StreamInput in) throws IOException
IOException
public static void writeTo(RiversRoutingrouting, StreamOutput out) throws IOException
IOException