| Package | Description |
|---|---|
| com.baidu.brpc.protocol | |
| com.baidu.brpc.protocol.hulu | |
| com.baidu.brpc.protocol.standard |
| Modifier and Type | Method and Description |
|---|---|
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.clear() |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.clearChunkId()
required int64 chunk_id = 2; |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.clearStreamId()
required int64 stream_id = 1; |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.clone() |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.mergeFrom(Options.ChunkInfo other) |
static Options.ChunkInfo.Builder |
Options.ChunkInfo.newBuilder() |
static Options.ChunkInfo.Builder |
Options.ChunkInfo.newBuilder(Options.ChunkInfo prototype) |
Options.ChunkInfo.Builder |
Options.ChunkInfo.newBuilderForType() |
protected Options.ChunkInfo.Builder |
Options.ChunkInfo.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.setChunkId(long value)
required int64 chunk_id = 2; |
Options.ChunkInfo.Builder |
Options.ChunkInfo.Builder.setStreamId(long value)
required int64 stream_id = 1; |
Options.ChunkInfo.Builder |
Options.ChunkInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Options.ChunkInfo.Builder |
HuluRpcProto.HuluRpcRequestMeta.Builder.getChuckInfoBuilder()
optional .brpc.ChunkInfo chuck_info = 6; |
Options.ChunkInfo.Builder |
HuluRpcProto.HuluRpcResponseMeta.Builder.getChuckInfoBuilder()
optional .brpc.ChunkInfo chuck_info = 5; |
| Modifier and Type | Method and Description |
|---|---|
HuluRpcProto.HuluRpcRequestMeta.Builder |
HuluRpcProto.HuluRpcRequestMeta.Builder.setChuckInfo(Options.ChunkInfo.Builder builderForValue)
optional .brpc.ChunkInfo chuck_info = 6; |
HuluRpcProto.HuluRpcResponseMeta.Builder |
HuluRpcProto.HuluRpcResponseMeta.Builder.setChuckInfo(Options.ChunkInfo.Builder builderForValue)
optional .brpc.ChunkInfo chuck_info = 5; |
| Modifier and Type | Method and Description |
|---|---|
Options.ChunkInfo.Builder |
BaiduRpcProto.RpcMeta.Builder.getChunkInfoBuilder()
optional .brpc.ChunkInfo chunk_info = 6; |
| Modifier and Type | Method and Description |
|---|---|
BaiduRpcProto.RpcMeta.Builder |
BaiduRpcProto.RpcMeta.Builder.setChunkInfo(Options.ChunkInfo.Builder builderForValue)
optional .brpc.ChunkInfo chunk_info = 6; |
Copyright © 2020 Baidu, Inc.. All rights reserved.