public class ReadRecordRequest extends JRemoteRequest
JBaseSerializable.TYPE
Modifier and Type | Field and Description |
---|---|
static int |
MODE_READ |
static int |
MODE_READU |
static int |
MODE_READU_NONBLOCK |
Constructor and Description |
---|
ReadRecordRequest(int readMode,
java.lang.String fileName,
java.lang.String recordKey) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion
public static final int MODE_READ
public static final int MODE_READU
public static final int MODE_READU_NONBLOCK
public ReadRecordRequest(int readMode, java.lang.String fileName, java.lang.String recordKey)
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
writeObject
in interface JBaseSerializable
writeObject
in class JRemoteRequest
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in interface JBaseSerializable
readObject
in class JRemoteRequest
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
JBaseSerializable.getType()