Class DroppedPacketInfo
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.DroppedPacketInfo
-
Constructor Summary
ConstructorsConstructorDescriptionDroppedPacketInfo(long packetKey, String targetMemberName, String operationType, String typeName, String entryUid, boolean isTransient, BacklogConfig.LimitReachedPolicy policy) -
Method Summary
-
Constructor Details
-
DroppedPacketInfo
public DroppedPacketInfo(long packetKey, String targetMemberName, String operationType, String typeName, String entryUid, boolean isTransient, BacklogConfig.LimitReachedPolicy policy)
-
-
Method Details
-
toString
-
getPacketKey
public long getPacketKey() -
getTargetMemberName
-
getOperationType
-
getTypeName
-
getEntryUid
-
getPolicy
-
isTransient
public boolean isTransient()
-