public class CarProvider extends Object implements CarService
| Constructor and Description |
|---|
CarProvider(DataBroker dataProvider,
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService ownershipService,
DOMDataBroker domDataBroker) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterCommitCohortOutput>> |
registerCommitCohort(RegisterCommitCohortInput input)
Registers a sample commit cohort that validates car entry input.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterLoggingDtclOutput>> |
registerLoggingDtcl(RegisterLoggingDtclInput input)
Registers a basic logging DTCL on the cars container.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterOwnershipOutput>> |
registerOwnership(RegisterOwnershipInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StopStressTestOutput>> |
stopStressTest(StopStressTestInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StressTestOutput>> |
stressTest(StressTestInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterCommitCohortOutput>> |
unregisterCommitCohort(UnregisterCommitCohortInput input)
Unregisters the sample commit cohort.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterLoggingDtclsOutput>> |
unregisterLoggingDtcls(UnregisterLoggingDtclsInput input)
Unregisters the logging DTCL(s) for the cars container.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterOwnershipOutput>> |
unregisterOwnership(UnregisterOwnershipInput input) |
public CarProvider(DataBroker dataProvider, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService ownershipService, DOMDataBroker domDataBroker)
public void close()
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StressTestOutput>> stressTest(StressTestInput input)
stressTest in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StopStressTestOutput>> stopStressTest(StopStressTestInput input)
stopStressTest in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterOwnershipOutput>> registerOwnership(RegisterOwnershipInput input)
registerOwnership in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterOwnershipOutput>> unregisterOwnership(UnregisterOwnershipInput input)
unregisterOwnership in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterLoggingDtclOutput>> registerLoggingDtcl(RegisterLoggingDtclInput input)
CarServiceregisterLoggingDtcl in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterLoggingDtclsOutput>> unregisterLoggingDtcls(UnregisterLoggingDtclsInput input)
CarServiceunregisterLoggingDtcls in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterCommitCohortOutput>> unregisterCommitCohort(UnregisterCommitCohortInput input)
CarServiceunregisterCommitCohort in interface CarServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterCommitCohortOutput>> registerCommitCohort(RegisterCommitCohortInput input)
CarServiceregisterCommitCohort in interface CarServiceCopyright © 2019 OpenDaylight. All rights reserved.