org.apache.solr.common.params
Enum CoreAdminParams.CoreAdminAction

java.lang.Object
  extended by java.lang.Enum<CoreAdminParams.CoreAdminAction>
      extended by org.apache.solr.common.params.CoreAdminParams.CoreAdminAction
All Implemented Interfaces:
Serializable, Comparable<CoreAdminParams.CoreAdminAction>
Enclosing class:
CoreAdminParams

public static enum CoreAdminParams.CoreAdminAction
extends Enum<CoreAdminParams.CoreAdminAction>


Enum Constant Summary
CREATE
           
CREATEALIAS
           
DELETEALIAS
           
LOAD
           
LOAD_ON_STARTUP
           
MERGEINDEXES
           
PERSIST
           
PREPRECOVERY
           
RELOAD
           
RENAME
           
REQUESTAPPLYUPDATES
           
REQUESTRECOVERY
           
REQUESTSYNCSHARD
           
SPLIT
           
STATUS
           
SWAP
           
TRANSIENT
           
UNLOAD
           
 
Method Summary
static CoreAdminParams.CoreAdminAction get(String p)
           
static CoreAdminParams.CoreAdminAction valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoreAdminParams.CoreAdminAction[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

STATUS

public static final CoreAdminParams.CoreAdminAction STATUS

LOAD

public static final CoreAdminParams.CoreAdminAction LOAD

UNLOAD

public static final CoreAdminParams.CoreAdminAction UNLOAD

RELOAD

public static final CoreAdminParams.CoreAdminAction RELOAD

CREATE

public static final CoreAdminParams.CoreAdminAction CREATE

PERSIST

public static final CoreAdminParams.CoreAdminAction PERSIST

SWAP

public static final CoreAdminParams.CoreAdminAction SWAP

RENAME

public static final CoreAdminParams.CoreAdminAction RENAME

MERGEINDEXES

public static final CoreAdminParams.CoreAdminAction MERGEINDEXES

SPLIT

public static final CoreAdminParams.CoreAdminAction SPLIT

PREPRECOVERY

public static final CoreAdminParams.CoreAdminAction PREPRECOVERY

REQUESTRECOVERY

public static final CoreAdminParams.CoreAdminAction REQUESTRECOVERY

REQUESTSYNCSHARD

public static final CoreAdminParams.CoreAdminAction REQUESTSYNCSHARD

CREATEALIAS

public static final CoreAdminParams.CoreAdminAction CREATEALIAS

DELETEALIAS

public static final CoreAdminParams.CoreAdminAction DELETEALIAS

REQUESTAPPLYUPDATES

public static final CoreAdminParams.CoreAdminAction REQUESTAPPLYUPDATES

LOAD_ON_STARTUP

public static final CoreAdminParams.CoreAdminAction LOAD_ON_STARTUP

TRANSIENT

public static final CoreAdminParams.CoreAdminAction TRANSIENT
Method Detail

values

public static CoreAdminParams.CoreAdminAction[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CoreAdminParams.CoreAdminAction c : CoreAdminParams.CoreAdminAction.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CoreAdminParams.CoreAdminAction valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

get

public static CoreAdminParams.CoreAdminAction get(String p)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.