Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612.DataStoreProperties.ExportOnRecovery
-
-
Uses of DataStoreProperties.ExportOnRecovery in org.opendaylight.controller.cluster.datastore
Fields in org.opendaylight.controller.cluster.datastore declared as DataStoreProperties.ExportOnRecovery Modifier and Type Field Description static DataStoreProperties.ExportOnRecoveryDatastoreContext. DEFAULT_EXPORT_ON_RECOVERYMethods in org.opendaylight.controller.cluster.datastore that return DataStoreProperties.ExportOnRecovery Modifier and Type Method Description DataStoreProperties.ExportOnRecoveryDatastoreContext. getExportOnRecovery()Methods in org.opendaylight.controller.cluster.datastore with parameters of type DataStoreProperties.ExportOnRecovery Modifier and Type Method Description DatastoreContext.BuilderDatastoreContext.Builder. exportOnRecovery(DataStoreProperties.ExportOnRecovery value) -
Uses of DataStoreProperties.ExportOnRecovery 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 that return DataStoreProperties.ExportOnRecovery Modifier and Type Method Description static DataStoreProperties.ExportOnRecoveryDataStoreProperties.ExportOnRecovery. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.DataStoreProperties.ExportOnRecoveryDataStoreProperties. getExportOnRecovery()Return exportOnRecovery, ornullif it is not present.DataStoreProperties.ExportOnRecoveryDataStorePropertiesContainerBuilder. getExportOnRecovery()default @NonNull DataStoreProperties.ExportOnRecoveryDataStoreProperties. requireExportOnRecovery()Return exportOnRecovery, guaranteed to be non-null.static DataStoreProperties.ExportOnRecoveryDataStoreProperties.ExportOnRecovery. valueOf(String name)Returns the enum constant of this type with the specified name.static DataStoreProperties.ExportOnRecovery[]DataStoreProperties.ExportOnRecovery. values()Returns an array containing the constants of this enum type, in the order they are declared.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 DataStoreProperties.ExportOnRecovery Modifier and Type Method Description static Optional<DataStoreProperties.ExportOnRecovery>DataStoreProperties.ExportOnRecovery. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.distributed.datastore.provider.rev140612 with parameters of type DataStoreProperties.ExportOnRecovery Modifier and Type Method Description DataStorePropertiesContainerBuilderDataStorePropertiesContainerBuilder. setExportOnRecovery(DataStoreProperties.ExportOnRecovery value)
-