org.elasticsearch.action
Class TransportActions

java.lang.Object
  extended by org.elasticsearch.action.TransportActions

public class TransportActions
extends java.lang.Object


Nested Class Summary
static class TransportActions.Admin
           
 
Field Summary
static java.lang.String BULK
           
static java.lang.String COUNT
           
static java.lang.String DELETE
           
static java.lang.String DELETE_BY_QUERY
           
static java.lang.String GET
           
static java.lang.String INDEX
           
static java.lang.String MORE_LIKE_THIS
           
static java.lang.String SEARCH
           
static java.lang.String SEARCH_SCROLL
           
static java.lang.String TERMS
           
 
Constructor Summary
TransportActions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BULK

public static final java.lang.String BULK
See Also:
Constant Field Values

INDEX

public static final java.lang.String INDEX
See Also:
Constant Field Values

COUNT

public static final java.lang.String COUNT
See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
See Also:
Constant Field Values

DELETE_BY_QUERY

public static final java.lang.String DELETE_BY_QUERY
See Also:
Constant Field Values

GET

public static final java.lang.String GET
See Also:
Constant Field Values

SEARCH

public static final java.lang.String SEARCH
See Also:
Constant Field Values

SEARCH_SCROLL

public static final java.lang.String SEARCH_SCROLL
See Also:
Constant Field Values

TERMS

public static final java.lang.String TERMS
See Also:
Constant Field Values

MORE_LIKE_THIS

public static final java.lang.String MORE_LIKE_THIS
See Also:
Constant Field Values
Constructor Detail

TransportActions

public TransportActions()