public static class HBaseRPC.Invocation extends Object implements Writable, Configurable
| Constructor and Description |
|---|
HBaseRPC.Invocation()
default constructor
|
HBaseRPC.Invocation(Method method,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConf() |
String |
getMethodName() |
Class[] |
getParameterClasses() |
Object[] |
getParameters() |
void |
readFields(DataInput in) |
void |
setConf(Configuration conf) |
String |
toString() |
void |
write(DataOutput out) |
public HBaseRPC.Invocation()
public HBaseRPC.Invocation(Method method, Object[] parameters)
method - method to callparameters - parameters of callpublic String getMethodName()
public Class[] getParameterClasses()
public Object[] getParameters()
public void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface WritableIOExceptionpublic void setConf(Configuration conf)
setConf in interface Configurablepublic Configuration getConf()
getConf in interface Configurable