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