org.elasticsearch.threadpool
Class ThreadPool.Names

java.lang.Object
  extended by org.elasticsearch.threadpool.ThreadPool.Names
Enclosing class:
ThreadPool

public static class ThreadPool.Names
extends Object


Field Summary
static String BULK
           
static String CACHE
           
static String FLUSH
           
static String GENERIC
           
static String GET
           
static String INDEX
           
static String MANAGEMENT
           
static String MERGE
           
static String PERCOLATE
           
static String REFRESH
           
static String SAME
           
static String SEARCH
           
static String SNAPSHOT
           
 
Constructor Summary
ThreadPool.Names()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAME

public static final String SAME
See Also:
Constant Field Values

GENERIC

public static final String GENERIC
See Also:
Constant Field Values

GET

public static final String GET
See Also:
Constant Field Values

INDEX

public static final String INDEX
See Also:
Constant Field Values

BULK

public static final String BULK
See Also:
Constant Field Values

SEARCH

public static final String SEARCH
See Also:
Constant Field Values

PERCOLATE

public static final String PERCOLATE
See Also:
Constant Field Values

MANAGEMENT

public static final String MANAGEMENT
See Also:
Constant Field Values

FLUSH

public static final String FLUSH
See Also:
Constant Field Values

MERGE

public static final String MERGE
See Also:
Constant Field Values

CACHE

public static final String CACHE
See Also:
Constant Field Values

REFRESH

public static final String REFRESH
See Also:
Constant Field Values

SNAPSHOT

public static final String SNAPSHOT
See Also:
Constant Field Values
Constructor Detail

ThreadPool.Names

public ThreadPool.Names()


Copyright © 2009-2012. All Rights Reserved.