Interface OverseerCollectionMessageHandler.Cmd
-
- All Known Implementing Classes:
AddReplicaCmd,BackupCmd,CreateAliasCmd,CreateCollectionCmd,CreateShardCmd,CreateSnapshotCmd,DeleteAliasCmd,DeleteCollectionCmd,DeleteNodeCmd,DeleteReplicaCmd,DeleteShardCmd,DeleteSnapshotCmd,MaintainCategoryRoutedAliasCmd,MaintainTimeRoutedAliasCmd,MigrateCmd,MoveReplicaCmd,OverseerRoleCmd,OverseerStatusCmd,ReindexCollectionCmd,RenameCmd,ReplaceNodeCmd,RestoreCmd,SetAliasPropCmd,SplitShardCmd,UtilizeNodeCmd
- Enclosing class:
- OverseerCollectionMessageHandler
protected static interface OverseerCollectionMessageHandler.Cmd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(ClusterState state, ZkNodeProps message, NamedList results)
-
-
-
Method Detail
-
call
void call(ClusterState state, ZkNodeProps message, NamedList results) throws Exception
- Throws:
Exception
-
-