org.elasticsearch.rest.action.support
Class RestActions

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

public class RestActions
extends java.lang.Object


Constructor Summary
RestActions()
           
 
Method Summary
static void buildBroadcastShardsHeader(XContentBuilder builder, BroadcastOperationResponse response)
           
static byte[] parseQuerySource(RestRequest request)
           
static long parseVersion(RestRequest request)
           
static java.lang.String[] splitIndices(java.lang.String indices)
           
static java.lang.String[] splitNodes(java.lang.String nodes)
           
static java.lang.String[] splitTypes(java.lang.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 java.io.IOException
Throws:
java.io.IOException

parseQuerySource

public static byte[] parseQuerySource(RestRequest request)

splitIndices

public static java.lang.String[] splitIndices(java.lang.String indices)

splitTypes

public static java.lang.String[] splitTypes(java.lang.String typeNames)

splitNodes

public static java.lang.String[] splitNodes(java.lang.String nodes)