Enum Class CollectionParams.CollectionAction

java.lang.Object
java.lang.Enum<CollectionParams.CollectionAction>
org.apache.solr.common.params.CollectionParams.CollectionAction
All Implemented Interfaces:
Serializable, Comparable<CollectionParams.CollectionAction>, java.lang.constant.Constable
Enclosing interface:
CollectionParams

public static enum CollectionParams.CollectionAction extends Enum<CollectionParams.CollectionAction>
(Mostly) Collection API actions that can be sent by nodes to the Overseer over the /overseer/collection-queue-work ZooKeeper queue.

Some of these actions are also used over the cluster state update queue at /overseer/queue and have a different (though related) meaning there. These actions are: CREATE, DELETE, CREATESHARD, DELETESHARD, ADDREPLICA, ADDREPLICAPROP, DELETEREPLICAPROP, BALANCESHARDUNIQUE and MODIFYCOLLECTION.