Uses of Class
org.opendaylight.genius.utils.batching.ResourceBatchingManager.ShardResource
-
Packages that use ResourceBatchingManager.ShardResource Package Description org.opendaylight.genius.utils.batching -
-
Uses of ResourceBatchingManager.ShardResource in org.opendaylight.genius.utils.batching
Methods in org.opendaylight.genius.utils.batching that return ResourceBatchingManager.ShardResource Modifier and Type Method Description static ResourceBatchingManager.ShardResourceResourceBatchingManager.ShardResource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceBatchingManager.ShardResource[]ResourceBatchingManager.ShardResource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.genius.utils.batching with parameters of type ResourceBatchingManager.ShardResource Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<java.lang.Void>ResourceBatchingManager. delete(ResourceBatchingManager.ShardResource shardResource, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> identifier)com.google.common.util.concurrent.ListenableFuture<java.lang.Void>ResourceBatchingManager. merge(ResourceBatchingManager.ShardResource shardResource, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> identifier, org.opendaylight.yangtools.yang.binding.DataObject updatedData)com.google.common.util.concurrent.ListenableFuture<java.lang.Void>ResourceBatchingManager. put(ResourceBatchingManager.ShardResource shardResource, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> identifier, org.opendaylight.yangtools.yang.binding.DataObject updatedData)
-