Class CollApiCmds
java.lang.Object
org.apache.solr.cloud.api.collections.CollApiCmds
This class contains "smaller" Collection API commands implementation, the interface implemented
by all commands and the class mapping a collection action to the actual command. Previously the
"smaller" command implementations in
OverseerCollectionMessageHandler were relying on
methods implementing the functional interface.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classprotected static interfaceInterface implemented by all Collection API commands.protected static classMapCollectionParams.CollectionActionto instances ofCollApiCmds.CollectionApiCommandand being usable by bothOverseerCollectionMessageHandlerandDistributedCollectionConfigSetCommandRunnerso that the mappings do not have to be maintained in two places.static classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CollApiCmds
public CollApiCmds()
-