Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.RemoveAllShardReplicasInput
-
Packages that use RemoveAllShardReplicasInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 -
-
Uses of RemoveAllShardReplicasInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 with type parameters of type RemoveAllShardReplicasInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveAllShardReplicasInput>>
E$$RemoveAllShardReplicasInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 that return RemoveAllShardReplicasInput Modifier and Type Method Description RemoveAllShardReplicasInputRemoveAllShardReplicasInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 that return types with arguments of type RemoveAllShardReplicasInput Modifier and Type Method Description default Class<RemoveAllShardReplicasInput>RemoveAllShardReplicasInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 with parameters of type RemoveAllShardReplicasInput Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveAllShardReplicasOutput>>ClusterAdminService. removeAllShardReplicas(RemoveAllShardReplicasInput input)Removes replicas for all shards on this node.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 with type arguments of type RemoveAllShardReplicasInput Modifier and Type Method Description RemoveAllShardReplicasInputBuilderRemoveAllShardReplicasInputBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveAllShardReplicasInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RemoveAllShardReplicasInput> augmentationValue)RemoveAllShardReplicasInputBuilderRemoveAllShardReplicasInputBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveAllShardReplicasInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RemoveAllShardReplicasInput> augmentationValue)RemoveAllShardReplicasInputBuilderRemoveAllShardReplicasInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveAllShardReplicasInput>> augmentationType)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 with parameters of type RemoveAllShardReplicasInput Constructor Description RemoveAllShardReplicasInputBuilder(RemoveAllShardReplicasInput base)
-