Package | Description |
---|---|
org.apache.storm.drpc | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
DRPCRequest |
DRPCInvocationsClient.fetchRequest(String func) |
Modifier and Type | Method and Description |
---|---|
DRPCRequest |
DRPCRequest.deepCopy() |
DRPCRequest |
DistributedRPCInvocations.Iface.fetchRequest(String functionName) |
DRPCRequest |
DistributedRPCInvocations.Client.fetchRequest(String functionName) |
DRPCRequest |
DistributedRPCInvocations.fetchRequest_result.get_success() |
DRPCRequest |
DistributedRPCInvocations.AsyncClient.fetchRequest_call.getResult() |
DRPCRequest |
DistributedRPCInvocations.Client.recv_fetchRequest() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<DRPCRequest> |
DistributedRPCInvocations.AsyncProcessor.fetchRequest.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
DRPCRequest.compareTo(DRPCRequest other) |
boolean |
DRPCRequest.equals(DRPCRequest that) |
void |
DistributedRPCInvocations.fetchRequest_result.set_success(DRPCRequest success) |
Modifier and Type | Method and Description |
---|---|
void |
DistributedRPCInvocations.AsyncProcessor.fetchRequest.start(I iface,
DistributedRPCInvocations.fetchRequest_args args,
org.apache.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) |
Constructor and Description |
---|
DRPCRequest(DRPCRequest other)
Performs a deep copy on other.
|
fetchRequest_result(DRPCRequest success,
AuthorizationException aze) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.