Package | Description |
---|---|
org.apache.storm.generated | |
org.apache.storm.utils |
Modifier and Type | Method and Description |
---|---|
DRPCExecutionException |
DRPCExecutionException.deepCopy() |
DRPCExecutionException |
DistributedRPC.execute_result.get_e() |
Modifier and Type | Method and Description |
---|---|
int |
DRPCExecutionException.compareTo(DRPCExecutionException other) |
boolean |
DRPCExecutionException.equals(DRPCExecutionException that) |
void |
DistributedRPC.execute_result.set_e(DRPCExecutionException e) |
Modifier and Type | Method and Description |
---|---|
String |
DistributedRPC.Iface.execute(String functionName,
String funcArgs) |
String |
DistributedRPC.Client.execute(String functionName,
String funcArgs) |
String |
DistributedRPC.AsyncClient.execute_call.getResult() |
String |
DistributedRPC.Client.recv_execute() |
Constructor and Description |
---|
DRPCExecutionException(DRPCExecutionException other)
Performs a deep copy on other.
|
execute_result(String success,
DRPCExecutionException e,
AuthorizationException aze) |
Modifier and Type | Method and Description |
---|---|
String |
DRPCClient.execute(String func,
String args) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.