Package | Description |
---|---|
org.opendaylight.p4plugin.device | |
org.opendaylight.p4plugin.p4runtime | |
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
WriteResponse |
Device.addCloneSessionEntry(CloneSessionEntry cloneSessionEntry) |
WriteResponse |
Device.addMulticastGroupEntry(MulticastGroupEntry multicastGroupEntry) |
WriteResponse |
Device.addTableEntry(TableEntry tableEntry) |
WriteResponse |
Device.deleteTableEntry(TableEntryKey tableEntryKey) |
WriteResponse |
Device.modifyTableEntry(TableEntry tableEntry) |
Modifier and Type | Method and Description |
---|---|
WriteResponse |
P4RuntimeClient.write(WriteRequest request) |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> |
P4RuntimeGrpc.METHOD_WRITE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WriteResponse |
WriteResponse.Builder.build() |
WriteResponse |
WriteResponse.Builder.buildPartial() |
static WriteResponse |
WriteResponse.getDefaultInstance() |
WriteResponse |
WriteResponse.getDefaultInstanceForType() |
WriteResponse |
WriteResponse.Builder.getDefaultInstanceForType() |
static WriteResponse |
WriteResponse.parseDelimitedFrom(InputStream input) |
static WriteResponse |
WriteResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteResponse |
WriteResponse.parseFrom(byte[] data) |
static WriteResponse |
WriteResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteResponse |
WriteResponse.parseFrom(ByteBuffer data) |
static WriteResponse |
WriteResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteResponse |
WriteResponse.parseFrom(com.google.protobuf.ByteString data) |
static WriteResponse |
WriteResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteResponse |
WriteResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static WriteResponse |
WriteResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteResponse |
WriteResponse.parseFrom(InputStream input) |
static WriteResponse |
WriteResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WriteResponse |
P4RuntimeGrpc.P4RuntimeBlockingStub.write(WriteRequest request)
Update one or more P4 entities on the target.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WriteResponse> |
WriteResponse.getParserForType() |
static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> |
P4RuntimeGrpc.getWriteMethod() |
static com.google.protobuf.Parser<WriteResponse> |
WriteResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<WriteResponse> |
P4RuntimeGrpc.P4RuntimeFutureStub.write(WriteRequest request)
Update one or more P4 entities on the target.
|
Modifier and Type | Method and Description |
---|---|
WriteResponse.Builder |
WriteResponse.Builder.mergeFrom(WriteResponse other) |
static WriteResponse.Builder |
WriteResponse.newBuilder(WriteResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
P4RuntimeGrpc.P4RuntimeImplBase.write(WriteRequest request,
io.grpc.stub.StreamObserver<WriteResponse> responseObserver)
Update one or more P4 entities on the target.
|
void |
P4RuntimeGrpc.P4RuntimeStub.write(WriteRequest request,
io.grpc.stub.StreamObserver<WriteResponse> responseObserver)
Update one or more P4 entities on the target.
|
Copyright © 2018 OpenDaylight. All rights reserved.