| Modifier and Type | Field and Description |
|---|---|
protected int |
epoch |
protected MapRClient |
mapRClient |
protected java.util.concurrent.atomic.AtomicInteger |
nextCallId |
protected java.util.concurrent.atomic.AtomicInteger |
nextConnId |
| Modifier | Constructor and Description |
|---|---|
protected |
RpcBinding(MapRClient mapRClient) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
getClientEventLoopGroup() |
MapRClient |
getMapRClient() |
boolean |
isSecure() |
boolean |
isStarted() |
int |
nextCallId() |
int |
nextConnId() |
com.stumbleupon.async.Deferred<java.lang.Object> |
start() |
protected abstract void |
startBinding() |
com.stumbleupon.async.Deferred<java.lang.Object> |
stop() |
protected abstract void |
stopBinding() |
protected int epoch
protected final java.util.concurrent.atomic.AtomicInteger nextConnId
protected final java.util.concurrent.atomic.AtomicInteger nextCallId
protected final MapRClient mapRClient
protected RpcBinding(MapRClient mapRClient)
protected abstract void startBinding()
protected abstract void stopBinding()
public final com.stumbleupon.async.Deferred<java.lang.Object> start()
public com.stumbleupon.async.Deferred<java.lang.Object> stop()
public int nextCallId()
public int nextConnId()
public io.netty.channel.EventLoopGroup getClientEventLoopGroup()
public boolean isSecure()
public MapRClient getMapRClient()