Package | Description |
---|---|
org.apache.hedwig.protocol |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clear() |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearMessage()
the following fields are sent in delivered messages
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearProtocolVersion()
required .Hedwig.ProtocolVersion protocolVersion = 1; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearResponseBody()
the following fields are sent by other requests
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearStatusCode()
required .Hedwig.StatusCode statusCode = 2; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearStatusMsg()
in case of a status code of NOT_RESPONSIBLE_FOR_TOPIC, the status
message will contain the name of the host actually responsible
for the topic
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearSubscriberId()
optional bytes subscriberId = 7; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearTopic()
optional bytes topic = 6; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clearTxnId()
required uint64 txnId = 3; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.clone() |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.mergeFrom(PubSubProtocol.PubSubResponse other) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.mergeMessage(PubSubProtocol.Message value)
the following fields are sent in delivered messages
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.mergeResponseBody(PubSubProtocol.ResponseBody value)
the following fields are sent by other requests
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.newBuilder() |
static PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.newBuilder(PubSubProtocol.PubSubResponse prototype) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.newBuilderForType() |
protected PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setMessage(PubSubProtocol.Message.Builder builderForValue)
the following fields are sent in delivered messages
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setMessage(PubSubProtocol.Message value)
the following fields are sent in delivered messages
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setProtocolVersion(PubSubProtocol.ProtocolVersion value)
required .Hedwig.ProtocolVersion protocolVersion = 1; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setResponseBody(PubSubProtocol.ResponseBody.Builder builderForValue)
the following fields are sent by other requests
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setResponseBody(PubSubProtocol.ResponseBody value)
the following fields are sent by other requests
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setStatusCode(PubSubProtocol.StatusCode value)
required .Hedwig.StatusCode statusCode = 2; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setStatusMsg(String value)
in case of a status code of NOT_RESPONSIBLE_FOR_TOPIC, the status
message will contain the name of the host actually responsible
for the topic
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setStatusMsgBytes(com.google.protobuf.ByteString value)
in case of a status code of NOT_RESPONSIBLE_FOR_TOPIC, the status
message will contain the name of the host actually responsible
for the topic
|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setSubscriberId(com.google.protobuf.ByteString value)
optional bytes subscriberId = 7; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setTopic(com.google.protobuf.ByteString value)
optional bytes topic = 6; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setTxnId(long value)
required uint64 txnId = 3; |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.toBuilder() |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.