org.elasticsearch.river.cluster
Class RiverClusterState

java.lang.Object
  extended by org.elasticsearch.river.cluster.RiverClusterState

public class RiverClusterState
extends Object


Nested Class Summary
static class RiverClusterState.Builder
           
 
Constructor Summary
RiverClusterState(long version, RiverClusterState state)
           
 
Method Summary
static RiverClusterState.Builder builder()
           
 RiversRouting routing()
           
 long version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiverClusterState

public RiverClusterState(long version,
                         RiverClusterState state)
Method Detail

version

public long version()

routing

public RiversRouting routing()

builder

public static RiverClusterState.Builder builder()


Copyright © 2009-2012. All Rights Reserved.