public static interface GeneralRPCProtos.RpcHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCoordinationId()
reusable coordination identifier.
|
GeneralRPCProtos.RpcMode |
getMode()
optional .exec.rpc.RpcMode mode = 1; |
int |
getRpcType()
a rpc mode specific rpc type.
|
boolean |
hasCoordinationId()
reusable coordination identifier.
|
boolean |
hasMode()
optional .exec.rpc.RpcMode mode = 1; |
boolean |
hasRpcType()
a rpc mode specific rpc type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMode()
optional .exec.rpc.RpcMode mode = 1;
GeneralRPCProtos.RpcMode getMode()
optional .exec.rpc.RpcMode mode = 1;
boolean hasCoordinationId()
reusable coordination identifier. Sender defines. Server returns on return. Irrelevant for purely single direction rpc.
optional int32 coordination_id = 2;
int getCoordinationId()
reusable coordination identifier. Sender defines. Server returns on return. Irrelevant for purely single direction rpc.
optional int32 coordination_id = 2;
boolean hasRpcType()
a rpc mode specific rpc type.
optional int32 rpc_type = 3;
int getRpcType()
a rpc mode specific rpc type.
optional int32 rpc_type = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.