LearnerSyncRequest
public class Request
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
java.util.List<Id> |
authInfo |
|
ServerCnxn |
cnxn |
|
long |
createTime |
|
int |
cxid |
|
TxnHeader |
hdr |
|
java.nio.ByteBuffer |
request |
|
static Request |
requestOfDeath |
|
long |
sessionId |
|
org.apache.jute.Record |
txn |
|
int |
type |
|
long |
zxid |
Constructor | Description |
---|---|
Request(ServerCnxn cnxn,
long sessionId,
int xid,
int type,
java.nio.ByteBuffer bb,
java.util.List<Id> authInfo) |
Modifier and Type | Method | Description |
---|---|---|
KeeperException |
getException() |
|
java.lang.Object |
getOwner() |
|
void |
setException(KeeperException e) |
|
void |
setOwner(java.lang.Object owner) |
|
java.lang.String |
toString() |
public static final Request requestOfDeath
public final long sessionId
public final int cxid
public final int type
public final java.nio.ByteBuffer request
public final ServerCnxn cnxn
public TxnHeader hdr
public org.apache.jute.Record txn
public long zxid
public final java.util.List<Id> authInfo
public final long createTime
public Request(ServerCnxn cnxn, long sessionId, int xid, int type, java.nio.ByteBuffer bb, java.util.List<Id> authInfo)
cnxn
- sessionId
- xid
- type
- bb
- public java.lang.Object getOwner()
public void setOwner(java.lang.Object owner)
public java.lang.String toString()
toString
in class java.lang.Object
public void setException(KeeperException e)
public KeeperException getException()
Copyright © 2018 The Apache Software Foundation