Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612.DataStorePropertiesContainer
-
-
Uses of DataStorePropertiesContainer in org.opendaylight.controller.cluster.datastore
Constructors in org.opendaylight.controller.cluster.datastore with parameters of type DataStorePropertiesContainer Constructor Description DatastoreContextIntrospector(DatastoreContext context, DataStorePropertiesContainer defaultPropsContainer) -
Uses of DataStorePropertiesContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 with type parameters of type DataStorePropertiesContainer Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DataStorePropertiesContainer>>
E$$DataStorePropertiesContainerBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 that return DataStorePropertiesContainer Modifier and Type Method Description DataStorePropertiesContainerDataStorePropertiesContainerBuilder. build()DataStorePropertiesContainerDistributedDatastoreProviderData. getDataStorePropertiesContainer()Return dataStorePropertiesContainer, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 that return types with arguments of type DataStorePropertiesContainer Modifier and Type Method Description default Class<DataStorePropertiesContainer>DataStorePropertiesContainer. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 with parameters of type DataStorePropertiesContainer Modifier and Type Method Description static booleanDataStorePropertiesContainer. bindingEquals(@NonNull DataStorePropertiesContainer thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDataStorePropertiesContainer. bindingHashCode(@NonNull DataStorePropertiesContainer obj)Default implementation ofObject.hashCode()contract for this interface.static StringDataStorePropertiesContainer. bindingToString(@NonNull DataStorePropertiesContainer obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 with type arguments of type DataStorePropertiesContainer Modifier and Type Method Description DataStorePropertiesContainerBuilderDataStorePropertiesContainerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DataStorePropertiesContainer> augmentation)Add an augmentation to this builder's product.DataStorePropertiesContainerBuilderDataStorePropertiesContainerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DataStorePropertiesContainer>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 with parameters of type DataStorePropertiesContainer Constructor Description DataStorePropertiesContainerBuilder(DataStorePropertiesContainer base)
-