Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.CleanupStoreInput
-
Packages that use CleanupStoreInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 -
-
Uses of CleanupStoreInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type parameters of type CleanupStoreInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanupStoreInput>>
E$$CleanupStoreInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return CleanupStoreInput Modifier and Type Method Description CleanupStoreInputCleanupStoreInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type CleanupStoreInput Modifier and Type Method Description default Class<CleanupStoreInput>CleanupStoreInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type CleanupStoreInput Modifier and Type Method Description static booleanCleanupStoreInput. bindingEquals(@NonNull CleanupStoreInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCleanupStoreInput. bindingHashCode(@NonNull CleanupStoreInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringCleanupStoreInput. bindingToString(@NonNull CleanupStoreInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CleanupStoreOutput>>DsbenchmarkService. cleanupStore(CleanupStoreInput input)Invokecleanup-storeRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type arguments of type CleanupStoreInput Modifier and Type Method Description CleanupStoreInputBuilderCleanupStoreInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CleanupStoreInput> augmentation)Add an augmentation to this builder's product.CleanupStoreInputBuilderCleanupStoreInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanupStoreInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type CleanupStoreInput Constructor Description CleanupStoreInputBuilder(CleanupStoreInput base)
-