| 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<MakeLeaderLocalInput>> |
MakeLeaderLocalInputBuilder.augmentation(Class<E$$> augmentationType) |
| Modifier and Type | Method and Description |
|---|---|
MakeLeaderLocalInput |
MakeLeaderLocalInputBuilder.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 |
|---|---|
MakeLeaderLocalInputBuilder |
MakeLeaderLocalInputBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalInput> augmentationValue) |
MakeLeaderLocalInputBuilder |
MakeLeaderLocalInputBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalInput> augmentationValue) |
MakeLeaderLocalInputBuilder |
MakeLeaderLocalInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeLeaderLocalInput>> augmentationType) |
| Constructor and Description |
|---|
MakeLeaderLocalInputBuilder(MakeLeaderLocalInput base) |
Copyright © 2019 OpenDaylight. All rights reserved.