org.elasticsearch.rest.action.support
Class RestActions

java.lang.Object
  extended by org.elasticsearch.rest.action.support.RestActions

public class RestActions
extends Object


Constructor Summary
RestActions()
           
 
Method Summary
static void buildBroadcastShardsHeader(XContentBuilder builder, BroadcastOperationResponse response)
           
static BytesReference parseQuerySource(RestRequest request)
           
static long parseVersion(RestRequest request)
           
static String[] splitIndices(String indices)
           
static String[] splitNodes(String nodes)
           
static String[] splitTypes(String typeNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestActions

public RestActions()
Method Detail

parseVersion

public static long parseVersion(RestRequest request)

buildBroadcastShardsHeader

public static void buildBroadcastShardsHeader(XContentBuilder builder,
                                              BroadcastOperationResponse response)
                                       throws IOException
Throws:
IOException

parseQuerySource

public static BytesReference parseQuerySource(RestRequest request)

splitIndices

public static String[] splitIndices(String indices)

splitTypes

public static String[] splitTypes(String typeNames)

splitNodes

public static String[] splitNodes(String nodes)


Copyright © 2009-2012. All Rights Reserved.