Modifier and Type | Field and Description |
---|---|
PubSubProtocol.OperationType |
PubSubData.operationType |
Constructor and Description |
---|
PubSubData(com.google.protobuf.ByteString topic,
PubSubProtocol.Message msg,
com.google.protobuf.ByteString subscriberId,
PubSubProtocol.OperationType operationType,
PubSubProtocol.SubscriptionOptions options,
Callback<PubSubProtocol.ResponseBody> callback,
Object context) |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
ClientChannelPipelineFactory.createResponseHandlers() |
protected Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
NonSubscriptionChannelPipelineFactory.createResponseHandlers() |
Constructor and Description |
---|
HChannelHandler(ClientConfiguration cfg,
AbstractHChannelManager channelManager,
Map<PubSubProtocol.OperationType,AbstractResponseHandler> handlers) |
Modifier and Type | Method and Description |
---|---|
protected Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
MultiplexSubscriptionChannelPipelineFactory.createResponseHandlers() |
Modifier and Type | Method and Description |
---|---|
protected Map<PubSubProtocol.OperationType,AbstractResponseHandler> |
SimpleSubscriptionChannelPipelineFactory.createResponseHandlers() |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.OperationType |
PubSubProtocol.PubSubRequestOrBuilder.getType()
required .Hedwig.OperationType type = 2; |
PubSubProtocol.OperationType |
PubSubProtocol.PubSubRequest.getType()
required .Hedwig.OperationType type = 2; |
PubSubProtocol.OperationType |
PubSubProtocol.PubSubRequest.Builder.getType()
required .Hedwig.OperationType type = 2; |
static PubSubProtocol.OperationType |
PubSubProtocol.OperationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PubSubProtocol.OperationType |
PubSubProtocol.OperationType.valueOf(int value) |
static PubSubProtocol.OperationType |
PubSubProtocol.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubProtocol.OperationType[] |
PubSubProtocol.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PubSubProtocol.OperationType> |
PubSubProtocol.OperationType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.PubSubRequest.Builder |
PubSubProtocol.PubSubRequest.Builder.setType(PubSubProtocol.OperationType value)
required .Hedwig.OperationType type = 2; |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.