| Package | Description |
|---|---|
| org.opendaylight.genius.mdsalutil | |
| org.opendaylight.genius.mdsalutil.interfaces | |
| org.opendaylight.genius.mdsalutil.internal |
| Modifier and Type | Method and Description |
|---|---|
GroupEntity |
GroupEntityBuilder.build()
Builds a new
GroupEntity. |
static GroupEntity |
MDSALUtil.buildGroupEntity(BigInteger dpnId,
long groupId,
String groupName,
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupTypes groupType,
List<BucketInfo> listBucketInfo) |
| Modifier and Type | Method and Description |
|---|---|
GroupEntityBuilder |
GroupEntityBuilder.from(GroupEntity instance)
Fill a builder with attribute values from the provided
org.opendaylight.genius.mdsalutil.GroupEntity instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
IMdsalApiManager.addGroup(TypedWriteTransaction<Datastore.Configuration> tx,
GroupEntity groupEntity)
Adds the given group using the given transaction.
|
void |
IMdsalApiManager.removeGroup(GroupEntity groupEntity)
|
void |
IMdsalApiManager.removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx,
GroupEntity groupEntity)
Remove a group using the given transaction.
|
void |
IMdsalApiManager.syncInstallGroup(GroupEntity groupEntity)
Deprecated.
|
void |
IMdsalApiManager.syncRemoveGroup(GroupEntity groupEntity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDSALManager.addGroup(TypedWriteTransaction<Datastore.Configuration> tx,
GroupEntity groupEntity) |
void |
MDSALManager.removeGroup(GroupEntity groupEntity) |
void |
MDSALManager.removeGroup(TypedReadWriteTransaction<Datastore.Configuration> tx,
GroupEntity groupEntity) |
void |
MDSALManager.syncInstallGroup(GroupEntity groupEntity) |
void |
MDSALManager.syncRemoveGroup(GroupEntity groupEntity) |
Copyright © 2020 OpenDaylight. All rights reserved.