Class ReplicationLogUtils

java.lang.Object
com.gigaspaces.internal.cluster.node.impl.ReplicationLogUtils

public class ReplicationLogUtils extends Object
  • Constructor Details

    • ReplicationLogUtils

      public ReplicationLogUtils()
  • Method Details

    • toShortLookupName

      public static String toShortLookupName(String lookupName)
    • packetsToLogString

      public static String packetsToLogString(List<IReplicationOrderedPacket> packets)
    • packetsToLogString

      public static String packetsToLogString(ISyncReplicationGroupOutContext context)
    • createOutgoingChannelSpecificLogger

      public static org.slf4j.Logger createOutgoingChannelSpecificLogger(String myLookupName, String targetLookupName, String groupName)
    • createIncomingChannelSpecificLogger

      public static org.slf4j.Logger createIncomingChannelSpecificLogger(String myLookupName, String targetLookupName, String groupName)
    • createChannelSpecificLogger

      public static org.slf4j.Logger createChannelSpecificLogger(String myLookupName, String targetLookupName, String groupName)
    • createChannelSpecificVerboseLogger

      public static org.slf4j.Logger createChannelSpecificVerboseLogger(String myLookupName, String targetLookupName, String groupName)
    • toShortGroupName

      public static String toShortGroupName(String groupName)