org.elasticsearch.river.cluster
Class RiverClusterState.Builder

java.lang.Object
  extended by org.elasticsearch.river.cluster.RiverClusterState.Builder
Enclosing class:
RiverClusterState

public static class RiverClusterState.Builder
extends Object


Constructor Summary
RiverClusterState.Builder()
           
 
Method Summary
 RiverClusterState build()
           
static RiverClusterState readFrom(StreamInput in)
           
 RiverClusterState.Builder routing(RiversRouting.Builder builder)
           
 RiverClusterState.Builder routing(RiversRouting routing)
           
 RiverClusterState.Builder state(RiverClusterState state)
           
static void writeTo(RiverClusterState clusterState, StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiverClusterState.Builder

public RiverClusterState.Builder()
Method Detail

state

public RiverClusterState.Builder state(RiverClusterState state)

routing

public RiverClusterState.Builder routing(RiversRouting.Builder builder)

routing

public RiverClusterState.Builder routing(RiversRouting routing)

build

public RiverClusterState build()

readFrom

public static RiverClusterState readFrom(StreamInput in)
                                  throws IOException
Throws:
IOException

writeTo

public static void writeTo(RiverClusterState clusterState,
                           StreamOutput out)
                    throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.