public static final class P4RuntimeGrpc.P4RuntimeBlockingStub extends io.grpc.stub.AbstractStub<P4RuntimeGrpc.P4RuntimeBlockingStub>
Modifier and Type | Method and Description |
---|---|
protected P4RuntimeGrpc.P4RuntimeBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
GetForwardingPipelineConfigResponse |
getForwardingPipelineConfig(GetForwardingPipelineConfigRequest request)
Gets the current P4 fowarding-pipeline config.
|
Iterator<ReadResponse> |
read(ReadRequest request)
Read one or more P4 entities from the target.
|
SetForwardingPipelineConfigResponse |
setForwardingPipelineConfig(SetForwardingPipelineConfigRequest request)
Sets the P4 fowarding-pipeline config.
|
WriteResponse |
write(WriteRequest request)
Update one or more P4 entities on the target.
|
protected P4RuntimeGrpc.P4RuntimeBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<P4RuntimeGrpc.P4RuntimeBlockingStub>
public WriteResponse write(WriteRequest request)
Update one or more P4 entities on the target.
public Iterator<ReadResponse> read(ReadRequest request)
Read one or more P4 entities from the target.
public SetForwardingPipelineConfigResponse setForwardingPipelineConfig(SetForwardingPipelineConfigRequest request)
Sets the P4 fowarding-pipeline config.
public GetForwardingPipelineConfigResponse getForwardingPipelineConfig(GetForwardingPipelineConfigRequest request)
Gets the current P4 fowarding-pipeline config.
Copyright © 2018 OpenDaylight. All rights reserved.