Package org.apache.solr.common.params
Interface CollectionParams
-
public interface CollectionParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCollectionParams.CollectionAction(Mostly) Collection API actions that can be sent by nodes to the Overseer over the/overseer/collection-queue-workZooKeeper queue.static classCollectionParams.LockLevel
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONWhat actionstatic Map<String,CollectionParams.CollectionAction>actionsstatic StringFROM_NODEDeprecated.useSOURCE_NODEinsteadstatic StringMAX_BALANCE_SKEWstatic StringNAMEstatic StringNODESstatic StringSOURCE_NODEstatic StringSOURCE_NODESstatic StringTARGET_NODEstatic StringTARGET_NODES
-
-
-
Field Detail
-
ACTION
static final String ACTION
What action- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
FROM_NODE
@Deprecated static final String FROM_NODE
Deprecated.useSOURCE_NODEinstead- See Also:
- Constant Field Values
-
SOURCE_NODE
static final String SOURCE_NODE
- See Also:
- Constant Field Values
-
TARGET_NODE
static final String TARGET_NODE
- See Also:
- Constant Field Values
-
SOURCE_NODES
static final String SOURCE_NODES
- See Also:
- Constant Field Values
-
TARGET_NODES
static final String TARGET_NODES
- See Also:
- Constant Field Values
-
NODES
static final String NODES
- See Also:
- Constant Field Values
-
MAX_BALANCE_SKEW
static final String MAX_BALANCE_SKEW
- See Also:
- Constant Field Values
-
actions
static final Map<String,CollectionParams.CollectionAction> actions
-
-