Uses of Class
org.opendaylight.genius.utils.batching.ActionableResource
-
Packages that use ActionableResource Package Description org.opendaylight.genius.interfacemanager.renderer.ovs.utilities org.opendaylight.genius.itm.impl org.opendaylight.genius.utils.batching -
-
Uses of ActionableResource in org.opendaylight.genius.interfacemanager.renderer.ovs.utilities
Methods in org.opendaylight.genius.interfacemanager.renderer.ovs.utilities that return types with arguments of type ActionableResource Modifier and Type Method Description java.util.concurrent.BlockingQueue<ActionableResource<?>>
BatchingUtils. getQueue(BatchingUtils.EntityType entityType)
-
Uses of ActionableResource in org.opendaylight.genius.itm.impl
Methods in org.opendaylight.genius.itm.impl that return types with arguments of type ActionableResource Modifier and Type Method Description static @NonNull java.util.concurrent.BlockingQueue<ActionableResource<?>>
ITMBatchingUtils. getQueue(ITMBatchingUtils.EntityType entityType)
-
Uses of ActionableResource in org.opendaylight.genius.utils.batching
Methods in org.opendaylight.genius.utils.batching that return ActionableResource Modifier and Type Method Description static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
@NonNull ActionableResource<T>ActionableResources. create(org.opendaylight.yangtools.concepts.Identifier identifier, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path, T data)
static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
@NonNull ActionableResource<T>ActionableResources. create(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path, T data)
static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
@NonNull ActionableResource<T>ActionableResources. delete(org.opendaylight.yangtools.concepts.Identifier identifier, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path, T data)
static @NonNull ActionableResource<?>
ActionableResources. delete(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path)
static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
@NonNull ActionableResource<T>ActionableResources. update(org.opendaylight.yangtools.concepts.Identifier identifier, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path, T newData, T oldData)
static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
@NonNull ActionableResource<T>ActionableResources. update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path, T newData)
static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
@NonNull ActionableResource<T>ActionableResources. updateContainer(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> path, T newData)
Method parameters in org.opendaylight.genius.utils.batching with type arguments of type ActionableResource Modifier and Type Method Description void
ResourceBatchingManager. registerBatchableResource(java.lang.String resourceType, java.util.concurrent.BlockingQueue<ActionableResource<?>> resQueue, ResourceHandler resHandler)
-