org.exoplatform.services.jcr.ext.replication
Class Packet.PacketType

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.replication.Packet.PacketType
Enclosing class:
Packet

public final class Packet.PacketType
extends java.lang.Object

PacketType. Definition of Packet types


Field Summary
static int ADD_OK
          ADD_OK.
static int ALL_BINARY_FILE_TRANSFERRED_OK
          ALL_BINARY_FILE_TRANSFERRED_OK.
static int ALL_CHANGESLOG_SAVED_OK
          ALL_CHANGESLOG_SAVED_OK.
static int ALL_INITED
          ALL_INITED.
static int BIG_PACKET_FIRST
          BIG_PACKET_FIRST.
static int BIG_PACKET_LAST
          BIG_PACKET_LAST.
static int BIG_PACKET_MIDDLE
          BIG_PACKET_MIDDLE.
static int BINARY_CHANGESLOG_FIRST_PACKET
          BINARY_CHANGESLOG_FIRST_PACKET.
static int BINARY_CHANGESLOG_LAST_PACKET
          BINARY_CHANGESLOG_LAST_PACKET.
static int BINARY_CHANGESLOG_MIDDLE_PACKET
          BINARY_CHANGESLOG_MIDDLE_PACKET.
static int BINARY_FILE_FIRST_PACKET
          BINARY_FILE_FIRST_PACKET.
static int BINARY_FILE_LAST_PACKET
          BINARY_FILE_LAST_PACKET.
static int BINARY_FILE_MIDDLE_PACKET
          BINARY_FILE_MIDDLE_PACKET.
static int CHANGESLOG
          CHANGESLOG.
static int CHANGESLOG_FIRST_PACKET
          CHANGESLOG_FIRST_PACKET.
static int CHANGESLOG_LAST_PACKET
          CHANGESLOG_LAST_PACKET.
static int CHANGESLOG_MIDDLE_PACKET
          CHANGESLOG_MIDDLE_PACKET.
static int CHANGESLOG_WITH_STREAM_FIRST_PACKET
          CHANGESLOG_WITH_STREAM_FIRST_PACKET.
static int CHANGESLOG_WITH_STREAM_LAST_PACKET
          CHANGESLOG_WITH_STREAM_LAST_PACKET.
static int CHANGESLOG_WITH_STREAM_MIDDLE_PACKET
          CHANGESLOG_WITH_STREAM_MIDDLE_PACKET.
static int FIRST_CHANGESLOG_WITH_STREAM
          FIRST_CHANGESLOG_WITH_STREAM.
static int FIRST_PACKET_OF_STREAM
          FIRST_PACKET_OF_STREAM.
static int GET_ALL_PRIORITY
          GET_ALL_PRIORITY.
static int GET_CHANGESLOG_UP_TO_DATE
          GET_CHANGESLOG_UP_TO_DATE.
static int INITED_IN_CLUSTER
          INITED_IN_CLUSTER.
static int LAST_CHANGESLOG_WITH_STREAM
          LAST_CHANGESLOG_WITH_STREAM.
static int LAST_PACKET_OF_STREAM
          LAST_PACKET_OF_STREAM.
static int MEMBER_STARTED
          MEMBER_STARTED.
static int NEED_TRANSFER_COUNTER
          NEED_TRANSFER_COUNTER.
static int OLD_CHANGESLOG_REMOVED_OK
          OLD_CHANGESLOG_REMOVED_OK.
static int OWN_PRIORITY
          OWN_PRIORITY.
static int PACKET_OF_STREAM
          PACKET_OF_STREAM.
static int REMOVED_OLD_CHANGESLOG_COUNTER
          REMOVED_OLD_CHANGESLOG_COUNTER.
static int SYNCHRONIZED_OK
          SYNCHRONIZED_OK.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGESLOG

public static final int CHANGESLOG
CHANGESLOG. the pocket type for ChangesLog without stream

See Also:
Constant Field Values

FIRST_CHANGESLOG_WITH_STREAM

public static final int FIRST_CHANGESLOG_WITH_STREAM
FIRST_CHANGESLOG_WITH_STREAM. the pocket type for first packet of ChangesLog with stream

See Also:
Constant Field Values

FIRST_PACKET_OF_STREAM

public static final int FIRST_PACKET_OF_STREAM
FIRST_PACKET_OF_STREAM. the pocket type for first packet of stream

See Also:
Constant Field Values

PACKET_OF_STREAM

public static final int PACKET_OF_STREAM
PACKET_OF_STREAM. the pocket type for middle packet of stream

See Also:
Constant Field Values

LAST_PACKET_OF_STREAM

public static final int LAST_PACKET_OF_STREAM
LAST_PACKET_OF_STREAM. the pocket type for last packet of stream

See Also:
Constant Field Values

LAST_CHANGESLOG_WITH_STREAM

public static final int LAST_CHANGESLOG_WITH_STREAM
LAST_CHANGESLOG_WITH_STREAM. the pocket type for last packet of ChangesLog with stream

See Also:
Constant Field Values

CHANGESLOG_FIRST_PACKET

public static final int CHANGESLOG_FIRST_PACKET
CHANGESLOG_FIRST_PACKET. the pocket type for first packet of ChangesLog without stream

See Also:
Constant Field Values

CHANGESLOG_MIDDLE_PACKET

public static final int CHANGESLOG_MIDDLE_PACKET
CHANGESLOG_MIDDLE_PACKET. the pocket type for middle packet of ChangesLog without stream

See Also:
Constant Field Values

CHANGESLOG_LAST_PACKET

public static final int CHANGESLOG_LAST_PACKET
CHANGESLOG_LAST_PACKET. the pocket type for last packet of ChangesLog without stream

See Also:
Constant Field Values

CHANGESLOG_WITH_STREAM_FIRST_PACKET

public static final 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)

See Also:
Constant Field Values

CHANGESLOG_WITH_STREAM_MIDDLE_PACKET

public static final 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)

See Also:
Constant Field Values

CHANGESLOG_WITH_STREAM_LAST_PACKET

public static final 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)

See Also:
Constant Field Values

ADD_OK

public static final int ADD_OK
ADD_OK. the pocket type for information of successful save

See Also:
Constant Field Values

GET_CHANGESLOG_UP_TO_DATE

public static final int GET_CHANGESLOG_UP_TO_DATE
GET_CHANGESLOG_UP_TO_DATE. the pocket type for initialize synchronization mechanism

See Also:
Constant Field Values

BINARY_FILE_FIRST_PACKET

public static final int BINARY_FILE_FIRST_PACKET
BINARY_FILE_FIRST_PACKET. the pocket type for first packet to binary file

See Also:
Constant Field Values

BINARY_FILE_MIDDLE_PACKET

public static final int BINARY_FILE_MIDDLE_PACKET
BINARY_FILE_MIDDLE_PACKET. the pocket type for middle packet to binary file

See Also:
Constant Field Values

BINARY_FILE_LAST_PACKET

public static final int BINARY_FILE_LAST_PACKET
BINARY_FILE_LAST_PACKET. the pocket type for last packet to binary file

See Also:
Constant Field Values

ALL_BINARY_FILE_TRANSFERRED_OK

public static final int ALL_BINARY_FILE_TRANSFERRED_OK
ALL_BINARY_FILE_TRANSFERRED_OK. the pocket type for information of all files was transferred

See Also:
Constant Field Values

ALL_CHANGESLOG_SAVED_OK

public static final int ALL_CHANGESLOG_SAVED_OK
ALL_CHANGESLOG_SAVED_OK. the pocket type for information of all ChangesLogs was saved

See Also:
Constant Field Values

SYNCHRONIZED_OK

public static final int SYNCHRONIZED_OK
SYNCHRONIZED_OK. the pocket type for information of synchronized well

See Also:
Constant Field Values

INITED_IN_CLUSTER

public static final int INITED_IN_CLUSTER
INITED_IN_CLUSTER. the pocket type for information of member was initialized

See Also:
Constant Field Values

ALL_INITED

public static final int ALL_INITED
ALL_INITED. the pocket type for information of all members was initialized

See Also:
Constant Field Values

OLD_CHANGESLOG_REMOVED_OK

public static final int OLD_CHANGESLOG_REMOVED_OK
OLD_CHANGESLOG_REMOVED_OK. the pocket type for information of old ChangesLogs was removed

See Also:
Constant Field Values

NEED_TRANSFER_COUNTER

public static final int NEED_TRANSFER_COUNTER
NEED_TRANSFER_COUNTER. the pocket type for information of how much ChangesLogs will be transfered

See Also:
Constant Field Values

REMOVED_OLD_CHANGESLOG_COUNTER

public static final int REMOVED_OLD_CHANGESLOG_COUNTER
REMOVED_OLD_CHANGESLOG_COUNTER. the pocket type for information of how much ChangesLogs will be removed

See Also:
Constant Field Values

MEMBER_STARTED

public static final int MEMBER_STARTED
MEMBER_STARTED. the pocket type for information other of member started

See Also:
Constant Field Values

BIG_PACKET_FIRST

public static final int BIG_PACKET_FIRST
BIG_PACKET_FIRST. the pocket type for first packet to binary Changeslog (using for recovery)

See Also:
Constant Field Values

BIG_PACKET_MIDDLE

public static final int BIG_PACKET_MIDDLE
BIG_PACKET_MIDDLE. the pocket type for middle packet to binary Changeslog (using for recovery)

See Also:
Constant Field Values

BIG_PACKET_LAST

public static final int BIG_PACKET_LAST
BIG_PACKET_LAST. the pocket type for last packet to binary Changeslog (using for recovery)

See Also:
Constant Field Values

GET_ALL_PRIORITY

public static final int GET_ALL_PRIORITY
GET_ALL_PRIORITY. the pocket type for request to other their priorities

See Also:
Constant Field Values

OWN_PRIORITY

public static final int OWN_PRIORITY
OWN_PRIORITY. the pocket type for information other of own priority

See Also:
Constant Field Values

BINARY_CHANGESLOG_FIRST_PACKET

public static final int BINARY_CHANGESLOG_FIRST_PACKET
BINARY_CHANGESLOG_FIRST_PACKET. the pocket type for first packet to binary Changeslog

See Also:
Constant Field Values

BINARY_CHANGESLOG_MIDDLE_PACKET

public static final int BINARY_CHANGESLOG_MIDDLE_PACKET
BINARY_CHANGESLOG_MIDDLE_PACKET. the pocket type for middle packet to binary Changeslog

See Also:
Constant Field Values

BINARY_CHANGESLOG_LAST_PACKET

public static final int BINARY_CHANGESLOG_LAST_PACKET
BINARY_CHANGESLOG_LAST_PACKET. the pocket type for last packet to binary Changeslog

See Also:
Constant Field Values


Copyright © 2010 eXo Platform SAS. All Rights Reserved.