Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.RemovePrefixShardReplicaOutput
-
Packages that use RemovePrefixShardReplicaOutput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 -
-
Uses of RemovePrefixShardReplicaOutput 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 RemovePrefixShardReplicaOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RemovePrefixShardReplicaOutput>>
E$$RemovePrefixShardReplicaOutputBuilder. 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 RemovePrefixShardReplicaOutput Modifier and Type Method Description RemovePrefixShardReplicaOutputRemovePrefixShardReplicaOutputBuilder. 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 RemovePrefixShardReplicaOutput Modifier and Type Method Description default Class<RemovePrefixShardReplicaOutput>RemovePrefixShardReplicaOutput. implementedInterface()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemovePrefixShardReplicaOutput>>ClusterAdminService. removePrefixShardReplica(RemovePrefixShardReplicaInput input)Removes an existing replica of a prefix shard from this node via the RemoveServer mechanism as described in the Raft paper.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 RemovePrefixShardReplicaOutput Modifier and Type Method Description RemovePrefixShardReplicaOutputBuilderRemovePrefixShardReplicaOutputBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemovePrefixShardReplicaOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RemovePrefixShardReplicaOutput> augmentationValue)RemovePrefixShardReplicaOutputBuilderRemovePrefixShardReplicaOutputBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemovePrefixShardReplicaOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RemovePrefixShardReplicaOutput> augmentationValue)RemovePrefixShardReplicaOutputBuilderRemovePrefixShardReplicaOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemovePrefixShardReplicaOutput>> augmentationType)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 with parameters of type RemovePrefixShardReplicaOutput Constructor Description RemovePrefixShardReplicaOutputBuilder(RemovePrefixShardReplicaOutput base)
-