Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
MeterConfig |
MeterConfig.Builder.build() |
MeterConfig |
MeterConfig.Builder.buildPartial() |
MeterConfig |
DirectMeterEntryOrBuilder.getConfig()
.p4.v1.MeterConfig config = 2; |
MeterConfig |
DirectMeterEntry.getConfig()
.p4.v1.MeterConfig config = 2; |
MeterConfig |
DirectMeterEntry.Builder.getConfig()
.p4.v1.MeterConfig config = 2; |
MeterConfig |
MeterEntryOrBuilder.getConfig()
.p4.v1.MeterConfig config = 3; |
MeterConfig |
MeterEntry.getConfig()
.p4.v1.MeterConfig config = 3; |
MeterConfig |
MeterEntry.Builder.getConfig()
.p4.v1.MeterConfig config = 3; |
static MeterConfig |
MeterConfig.getDefaultInstance() |
MeterConfig |
MeterConfig.getDefaultInstanceForType() |
MeterConfig |
MeterConfig.Builder.getDefaultInstanceForType() |
MeterConfig |
TableEntryOrBuilder.getMeterConfig()
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
MeterConfig |
TableEntry.getMeterConfig()
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
MeterConfig |
TableEntry.Builder.getMeterConfig()
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
static MeterConfig |
MeterConfig.parseDelimitedFrom(InputStream input) |
static MeterConfig |
MeterConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MeterConfig |
MeterConfig.parseFrom(byte[] data) |
static MeterConfig |
MeterConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MeterConfig |
MeterConfig.parseFrom(ByteBuffer data) |
static MeterConfig |
MeterConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MeterConfig |
MeterConfig.parseFrom(com.google.protobuf.ByteString data) |
static MeterConfig |
MeterConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MeterConfig |
MeterConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static MeterConfig |
MeterConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MeterConfig |
MeterConfig.parseFrom(InputStream input) |
static MeterConfig |
MeterConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MeterConfig> |
MeterConfig.getParserForType() |
static com.google.protobuf.Parser<MeterConfig> |
MeterConfig.parser() |
Modifier and Type | Method and Description |
---|---|
DirectMeterEntry.Builder |
DirectMeterEntry.Builder.mergeConfig(MeterConfig value)
.p4.v1.MeterConfig config = 2; |
MeterEntry.Builder |
MeterEntry.Builder.mergeConfig(MeterConfig value)
.p4.v1.MeterConfig config = 3; |
MeterConfig.Builder |
MeterConfig.Builder.mergeFrom(MeterConfig other) |
TableEntry.Builder |
TableEntry.Builder.mergeMeterConfig(MeterConfig value)
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
static MeterConfig.Builder |
MeterConfig.newBuilder(MeterConfig prototype) |
DirectMeterEntry.Builder |
DirectMeterEntry.Builder.setConfig(MeterConfig value)
.p4.v1.MeterConfig config = 2; |
MeterEntry.Builder |
MeterEntry.Builder.setConfig(MeterConfig value)
.p4.v1.MeterConfig config = 3; |
TableEntry.Builder |
TableEntry.Builder.setMeterConfig(MeterConfig value)
meter_config and counter_data are convenience fields that enable the
controller to configure the direct resources associated with the table at
the same time as a match-action entry is inserted or modified.
|
Copyright © 2018 OpenDaylight. All rights reserved.