Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.MakeLeaderLocalOutput
-
Packages that use MakeLeaderLocalOutput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 -
-
Uses of MakeLeaderLocalOutput 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 MakeLeaderLocalOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>>
E$$MakeLeaderLocalOutputBuilder. 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 MakeLeaderLocalOutput Modifier and Type Method Description MakeLeaderLocalOutputMakeLeaderLocalOutputBuilder. 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 MakeLeaderLocalOutput Modifier and Type Method Description default Class<MakeLeaderLocalOutput>MakeLeaderLocalOutput. implementedInterface()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<MakeLeaderLocalOutput>>ClusterAdminService. makeLeaderLocal(MakeLeaderLocalInput input)Attempts to move the shard leader of the given module based shard to the local 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 MakeLeaderLocalOutput Modifier and Type Method Description MakeLeaderLocalOutputBuilderMakeLeaderLocalOutputBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput> augmentationValue)MakeLeaderLocalOutputBuilderMakeLeaderLocalOutputBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput> augmentationValue)MakeLeaderLocalOutputBuilderMakeLeaderLocalOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> augmentationType)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 with parameters of type MakeLeaderLocalOutput Constructor Description MakeLeaderLocalOutputBuilder(MakeLeaderLocalOutput base)
-