Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto | |
org.opendaylight.p4plugin.p4runtime | |
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
P4Info |
P4Info.Builder.build() |
P4Info |
P4Info.Builder.buildPartial() |
static P4Info |
P4Info.getDefaultInstance() |
P4Info |
P4Info.getDefaultInstanceForType() |
P4Info |
P4Info.Builder.getDefaultInstanceForType() |
static P4Info |
P4Info.parseDelimitedFrom(InputStream input) |
static P4Info |
P4Info.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Info |
P4Info.parseFrom(byte[] data) |
static P4Info |
P4Info.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Info |
P4Info.parseFrom(ByteBuffer data) |
static P4Info |
P4Info.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Info |
P4Info.parseFrom(com.google.protobuf.ByteString data) |
static P4Info |
P4Info.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Info |
P4Info.parseFrom(com.google.protobuf.CodedInputStream input) |
static P4Info |
P4Info.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static P4Info |
P4Info.parseFrom(InputStream input) |
static P4Info |
P4Info.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<P4Info> |
P4Info.getParserForType() |
static com.google.protobuf.Parser<P4Info> |
P4Info.parser() |
Modifier and Type | Method and Description |
---|---|
P4Info.Builder |
P4Info.Builder.mergeFrom(P4Info other) |
static P4Info.Builder |
P4Info.newBuilder(P4Info prototype) |
Constructor and Description |
---|
P4RuntimeClient(String ip,
Integer port,
Long deviceId,
String nodeId,
P4Info p4Info) |
PacketInHandler(String nodeId,
P4Info p4Info) |
Modifier and Type | Method and Description |
---|---|
P4Info |
ForwardingPipelineConfigOrBuilder.getP4Info()
.p4.config.v1.P4Info p4info = 1; |
P4Info |
ForwardingPipelineConfig.getP4Info()
.p4.config.v1.P4Info p4info = 1; |
P4Info |
ForwardingPipelineConfig.Builder.getP4Info()
.p4.config.v1.P4Info p4info = 1; |
Modifier and Type | Method and Description |
---|---|
ForwardingPipelineConfig.Builder |
ForwardingPipelineConfig.Builder.mergeP4Info(P4Info value)
.p4.config.v1.P4Info p4info = 1; |
ForwardingPipelineConfig.Builder |
ForwardingPipelineConfig.Builder.setP4Info(P4Info value)
.p4.config.v1.P4Info p4info = 1; |
Copyright © 2018 OpenDaylight. All rights reserved.