Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto | |
org.opendaylight.p4plugin.runtime.impl.device | |
org.opendaylight.p4plugin.runtime.impl.stub |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<ReadRequest,ReadResponse> |
P4RuntimeGrpc.METHOD_READ
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReadResponse |
ReadResponse.Builder.build() |
ReadResponse |
ReadResponse.Builder.buildPartial() |
static ReadResponse |
ReadResponse.getDefaultInstance() |
ReadResponse |
ReadResponse.getDefaultInstanceForType() |
ReadResponse |
ReadResponse.Builder.getDefaultInstanceForType() |
static ReadResponse |
ReadResponse.parseDelimitedFrom(InputStream input) |
static ReadResponse |
ReadResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadResponse |
ReadResponse.parseFrom(byte[] data) |
static ReadResponse |
ReadResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadResponse |
ReadResponse.parseFrom(ByteBuffer data) |
static ReadResponse |
ReadResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadResponse |
ReadResponse.parseFrom(com.google.protobuf.ByteString data) |
static ReadResponse |
ReadResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadResponse |
ReadResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ReadResponse |
ReadResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReadResponse |
ReadResponse.parseFrom(InputStream input) |
static ReadResponse |
ReadResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ReadResponse> |
ReadResponse.getParserForType() |
static io.grpc.MethodDescriptor<ReadRequest,ReadResponse> |
P4RuntimeGrpc.getReadMethod() |
static com.google.protobuf.Parser<ReadResponse> |
ReadResponse.parser() |
Iterator<ReadResponse> |
P4RuntimeGrpc.P4RuntimeBlockingStub.read(ReadRequest request)
Read one or more P4 entities from the target.
|
Modifier and Type | Method and Description |
---|---|
ReadResponse.Builder |
ReadResponse.Builder.mergeFrom(ReadResponse other) |
static ReadResponse.Builder |
ReadResponse.newBuilder(ReadResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
P4RuntimeGrpc.P4RuntimeImplBase.read(ReadRequest request,
io.grpc.stub.StreamObserver<ReadResponse> responseObserver)
Read one or more P4 entities from the target.
|
void |
P4RuntimeGrpc.P4RuntimeStub.read(ReadRequest request,
io.grpc.stub.StreamObserver<ReadResponse> responseObserver)
Read one or more P4 entities from the target.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ReadResponse> |
P4Device.read(ReadRequest request) |
Modifier and Type | Method and Description |
---|---|
Iterator<ReadResponse> |
RuntimeStub.read(ReadRequest request) |
Copyright © 2018 OpenDaylight. All rights reserved.