final class DBOperation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
(package private) static int |
COMMIT |
(package private) static int |
CREATE |
(package private) static int |
DELETE |
(package private) static int |
END |
(package private) String |
name |
(package private) static int |
NOOP |
private static Pool |
pool |
(package private) static int |
SAVE |
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
(package private) int |
type |
(package private) byte[] |
value |
Modifier | Constructor and Description |
---|---|
private |
DBOperation(int type,
String name,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
(package private) static DBOperation |
alloc(int type,
String name) |
(package private) static DBOperation |
alloc(int type,
String name,
byte[] value) |
(package private) void |
free() |
String |
toString()
Returns a string representation for this object.
|
private static final long serialVersionUID
static final int SAVE
static final int CREATE
static final int DELETE
static final int NOOP
static final int COMMIT
static final int END
int type
String name
byte[] value
private static Pool pool
private DBOperation(int type, String name, byte[] value)
public String toString()
static DBOperation alloc(int type, String name)
static DBOperation alloc(int type, String name, byte[] value)
void free()
Copyright © 2019 ScalAgent D.T.. All rights reserved.