public abstract class RpcMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
coordinationId |
GeneralRPCProtos.RpcMode |
mode |
int |
rpcType |
| Constructor and Description |
|---|
RpcMessage(GeneralRPCProtos.RpcMode mode,
int rpcType,
int coordinationId) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getBodySize() |
public GeneralRPCProtos.RpcMode mode
public int rpcType
public int coordinationId
public RpcMessage(GeneralRPCProtos.RpcMode mode, int rpcType, int coordinationId)
Copyright © 2021 The Apache Software Foundation. All rights reserved.