|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.replication.Packet.PacketType
public final class Packet.PacketType
PacketType. Definition of Packet types
| Field Summary | |
|---|---|
static int |
ADD_OK
ADD_OK. the pocket type for information of successful save |
static int |
ALL_BINARY_FILE_TRANSFERRED_OK
ALL_BINARY_FILE_TRANSFERRED_OK. the pocket type for information of all files was transferred |
static int |
ALL_CHANGESLOG_SAVED_OK
ALL_CHANGESLOG_SAVED_OK. the pocket type for information of all ChangesLogs was saved |
static int |
ALL_INITED
ALL_INITED. the pocket type for information of all members was initialized |
static int |
BIG_PACKET_FIRST
BIG_PACKET_FIRST. the pocket type for first packet to binary Changeslog (using for recovery) |
static int |
BIG_PACKET_LAST
BIG_PACKET_LAST. the pocket type for last packet to binary Changeslog (using for recovery) |
static int |
BIG_PACKET_MIDDLE
BIG_PACKET_MIDDLE. the pocket type for middle packet to binary Changeslog (using for recovery) |
static int |
BINARY_CHANGESLOG_FIRST_PACKET
BINARY_CHANGESLOG_FIRST_PACKET. the pocket type for first packet to binary Changeslog |
static int |
BINARY_CHANGESLOG_LAST_PACKET
BINARY_CHANGESLOG_LAST_PACKET. the pocket type for last packet to binary Changeslog |
static int |
BINARY_CHANGESLOG_MIDDLE_PACKET
BINARY_CHANGESLOG_MIDDLE_PACKET. the pocket type for middle packet to binary Changeslog |
static int |
BINARY_FILE_FIRST_PACKET
BINARY_FILE_FIRST_PACKET. the pocket type for first packet to binary file |
static int |
BINARY_FILE_LAST_PACKET
BINARY_FILE_LAST_PACKET. the pocket type for last packet to binary file |
static int |
BINARY_FILE_MIDDLE_PACKET
BINARY_FILE_MIDDLE_PACKET. the pocket type for middle packet to binary file |
static int |
CHANGESLOG
CHANGESLOG. the pocket type for ChangesLog without stream |
static int |
CHANGESLOG_FIRST_PACKET
CHANGESLOG_FIRST_PACKET. the pocket type for first packet of ChangesLog without stream |
static int |
CHANGESLOG_LAST_PACKET
CHANGESLOG_LAST_PACKET. the pocket type for last packet of ChangesLog without stream |
static int |
CHANGESLOG_MIDDLE_PACKET
CHANGESLOG_MIDDLE_PACKET. the pocket type for middle packet of ChangesLog without stream |
static int |
CHANGESLOG_WITH_STREAM_FIRST_PACKET
CHANGESLOG_WITH_STREAM_FIRST_PACKET. the pocket type for first packet of ChangesLog with stream (MAX_PACKET_SIZE < ChangesLog only) |
static int |
CHANGESLOG_WITH_STREAM_LAST_PACKET
CHANGESLOG_WITH_STREAM_LAST_PACKET. the pocket type for last packet of ChangesLog with stream (MAX_PACKET_SIZE < ChangesLog only) |
static int |
CHANGESLOG_WITH_STREAM_MIDDLE_PACKET
CHANGESLOG_WITH_STREAM_MIDDLE_PACKET. the pocket type for middle packet of ChangesLog with stream (MAX_PACKET_SIZE < ChangesLog only) |
static int |
FIRST_CHANGESLOG_WITH_STREAM
FIRST_CHANGESLOG_WITH_STREAM. the pocket type for first packet of ChangesLog with stream |
static int |
FIRST_PACKET_OF_STREAM
FIRST_PACKET_OF_STREAM. the pocket type for first packet of stream |
static int |
GET_ALL_PRIORITY
GET_ALL_PRIORITY. the pocket type for request to other their priorities |
static int |
GET_CHANGESLOG_UP_TO_DATE
GET_CHANGESLOG_UP_TO_DATE. the pocket type for initialize synchronization mechanism |
static int |
INITED_IN_CLUSTER
INITED_IN_CLUSTER. the pocket type for information of member was initialized |
static int |
LAST_CHANGESLOG_WITH_STREAM
LAST_CHANGESLOG_WITH_STREAM. the pocket type for last packet of ChangesLog with stream |
static int |
LAST_PACKET_OF_STREAM
LAST_PACKET_OF_STREAM. the pocket type for last packet of stream |
static int |
MEMBER_STARTED
MEMBER_STARTED. the pocket type for information other of member started |
static int |
NEED_TRANSFER_COUNTER
NEED_TRANSFER_COUNTER. the pocket type for information of how much ChangesLogs will be transfered |
static int |
OLD_CHANGESLOG_REMOVED_OK
OLD_CHANGESLOG_REMOVED_OK. the pocket type for information of old ChangesLogs was removed |
static int |
OWN_PRIORITY
OWN_PRIORITY. the pocket type for information other of own priority |
static int |
PACKET_OF_STREAM
PACKET_OF_STREAM. the pocket type for middle packet of stream |
static int |
REMOVED_OLD_CHANGESLOG_COUNTER
REMOVED_OLD_CHANGESLOG_COUNTER. the pocket type for information of how much ChangesLogs will be removed |
static int |
SYNCHRONIZED_OK
SYNCHRONIZED_OK. the pocket type for information of synchronized well |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CHANGESLOG
public static final int FIRST_CHANGESLOG_WITH_STREAM
public static final int FIRST_PACKET_OF_STREAM
public static final int PACKET_OF_STREAM
public static final int LAST_PACKET_OF_STREAM
public static final int LAST_CHANGESLOG_WITH_STREAM
public static final int CHANGESLOG_FIRST_PACKET
public static final int CHANGESLOG_MIDDLE_PACKET
public static final int CHANGESLOG_LAST_PACKET
public static final int CHANGESLOG_WITH_STREAM_FIRST_PACKET
public static final int CHANGESLOG_WITH_STREAM_MIDDLE_PACKET
public static final int CHANGESLOG_WITH_STREAM_LAST_PACKET
public static final int ADD_OK
public static final int GET_CHANGESLOG_UP_TO_DATE
public static final int BINARY_FILE_FIRST_PACKET
public static final int BINARY_FILE_MIDDLE_PACKET
public static final int BINARY_FILE_LAST_PACKET
public static final int ALL_BINARY_FILE_TRANSFERRED_OK
public static final int ALL_CHANGESLOG_SAVED_OK
public static final int SYNCHRONIZED_OK
public static final int INITED_IN_CLUSTER
public static final int ALL_INITED
public static final int OLD_CHANGESLOG_REMOVED_OK
public static final int NEED_TRANSFER_COUNTER
public static final int REMOVED_OLD_CHANGESLOG_COUNTER
public static final int MEMBER_STARTED
public static final int BIG_PACKET_FIRST
public static final int BIG_PACKET_MIDDLE
public static final int BIG_PACKET_LAST
public static final int GET_ALL_PRIORITY
public static final int OWN_PRIORITY
public static final int BINARY_CHANGESLOG_FIRST_PACKET
public static final int BINARY_CHANGESLOG_MIDDLE_PACKET
public static final int BINARY_CHANGESLOG_LAST_PACKET
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||