| Package | Description |
|---|---|
| org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 |
| Modifier and Type | Method and Description |
|---|---|
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> |
MakeLeaderLocalOutputBuilder.augmentation(Class<E$$> augmentationType) |
| Modifier and Type | Method and Description |
|---|---|
MakeLeaderLocalOutput |
MakeLeaderLocalOutputBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
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.The rpc returns a response after handling of the underlying MakeLeaderLocal
message completes.This operation fails if there is no current shard leader due
to lack of network connectivity ora cluster majority.
|
| Modifier and Type | Method and Description |
|---|---|
MakeLeaderLocalOutputBuilder |
MakeLeaderLocalOutputBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput> augmentationValue) |
MakeLeaderLocalOutputBuilder |
MakeLeaderLocalOutputBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput> augmentationValue) |
MakeLeaderLocalOutputBuilder |
MakeLeaderLocalOutputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalOutput>> augmentationType) |
| Constructor and Description |
|---|
MakeLeaderLocalOutputBuilder(MakeLeaderLocalOutput base) |
Copyright © 2019 OpenDaylight. All rights reserved.