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 CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StopStressTestOutput>> stopStressTest(StopStressTestInput input)
stopStressTest
in interface CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterOwnershipOutput>> registerOwnership(RegisterOwnershipInput input)
registerOwnership
in interface CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterOwnershipOutput>> unregisterOwnership(UnregisterOwnershipInput input)
unregisterOwnership
in interface CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterLoggingDtclOutput>> registerLoggingDtcl(RegisterLoggingDtclInput input)
CarService
registerLoggingDtcl
in interface CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterLoggingDtclsOutput>> unregisterLoggingDtcls(UnregisterLoggingDtclsInput input)
CarService
unregisterLoggingDtcls
in interface CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UnregisterCommitCohortOutput>> unregisterCommitCohort(UnregisterCommitCohortInput input)
CarService
unregisterCommitCohort
in interface CarService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RegisterCommitCohortOutput>> registerCommitCohort(RegisterCommitCohortInput input)
CarService
registerCommitCohort
in interface CarService
Copyright © 2019 OpenDaylight. All rights reserved.