Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<StreamMessageRequest,StreamMessageResponse> |
P4RuntimeGrpc.METHOD_STREAM_CHANNEL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StreamMessageRequest |
StreamMessageRequest.Builder.build() |
StreamMessageRequest |
StreamMessageRequest.Builder.buildPartial() |
static StreamMessageRequest |
StreamMessageRequest.getDefaultInstance() |
StreamMessageRequest |
StreamMessageRequest.getDefaultInstanceForType() |
StreamMessageRequest |
StreamMessageRequest.Builder.getDefaultInstanceForType() |
static StreamMessageRequest |
StreamMessageRequest.parseDelimitedFrom(InputStream input) |
static StreamMessageRequest |
StreamMessageRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(byte[] data) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(ByteBuffer data) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(com.google.protobuf.ByteString data) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(InputStream input) |
static StreamMessageRequest |
StreamMessageRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<StreamMessageRequest> |
StreamMessageRequest.getParserForType() |
static io.grpc.MethodDescriptor<StreamMessageRequest,StreamMessageResponse> |
P4RuntimeGrpc.getStreamChannelMethod() |
static com.google.protobuf.Parser<StreamMessageRequest> |
StreamMessageRequest.parser() |
io.grpc.stub.StreamObserver<StreamMessageRequest> |
P4RuntimeGrpc.P4RuntimeImplBase.streamChannel(io.grpc.stub.StreamObserver<StreamMessageResponse> responseObserver)
Represents the bidirectional stream between the controller and the
switch (initiated by the controller), and is managed for the following
purposes: - connection initiation through master arbitration -
indicating switch session liveness: the session is live when switch
sends
a positive master arbitration update to the controller, and is
considered dead when either the stream breaks or the switch sends a
negative update for master arbitration
- the controller sending/receiving packets to/from the switch
|
io.grpc.stub.StreamObserver<StreamMessageRequest> |
P4RuntimeGrpc.P4RuntimeStub.streamChannel(io.grpc.stub.StreamObserver<StreamMessageResponse> responseObserver)
Represents the bidirectional stream between the controller and the
switch (initiated by the controller), and is managed for the following
purposes: - connection initiation through master arbitration -
indicating switch session liveness: the session is live when switch
sends
a positive master arbitration update to the controller, and is
considered dead when either the stream breaks or the switch sends a
negative update for master arbitration
- the controller sending/receiving packets to/from the switch
|
Modifier and Type | Method and Description |
---|---|
StreamMessageRequest.Builder |
StreamMessageRequest.Builder.mergeFrom(StreamMessageRequest other) |
static StreamMessageRequest.Builder |
StreamMessageRequest.newBuilder(StreamMessageRequest prototype) |
Copyright © 2018 OpenDaylight. All rights reserved.