public static enum ResourceBatchingManager.ShardResource extends Enum<ResourceBatchingManager.ShardResource>
| Enum Constant and Description |
|---|
CONFIG_INVENTORY |
CONFIG_TOPOLOGY |
OPERATIONAL_INVENTORY |
OPERATIONAL_TOPOLOGY |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType |
getDatastoreType() |
static ResourceBatchingManager.ShardResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceBatchingManager.ShardResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceBatchingManager.ShardResource CONFIG_TOPOLOGY
public static final ResourceBatchingManager.ShardResource OPERATIONAL_TOPOLOGY
public static final ResourceBatchingManager.ShardResource CONFIG_INVENTORY
public static final ResourceBatchingManager.ShardResource OPERATIONAL_INVENTORY
public static ResourceBatchingManager.ShardResource[] values()
for (ResourceBatchingManager.ShardResource c : ResourceBatchingManager.ShardResource.values()) System.out.println(c);
public static ResourceBatchingManager.ShardResource valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType getDatastoreType()
Copyright © 2019 OpenDaylight. All rights reserved.