Uses of Enum Class
com.gigaspaces.internal.cluster.node.impl.backlog.BacklogConfig.LimitReachedPolicy
Packages that use BacklogConfig.LimitReachedPolicy
Package
Description
-
Uses of BacklogConfig.LimitReachedPolicy in com.gigaspaces.internal.cluster.node.impl.backlog
Fields in com.gigaspaces.internal.cluster.node.impl.backlog declared as BacklogConfig.LimitReachedPolicyModifier and TypeFieldDescriptionprotected static final BacklogConfig.LimitReachedPolicyBacklogConfig.DEFAULT_BACKLOG_REACHED_POLICYMethods in com.gigaspaces.internal.cluster.node.impl.backlog that return BacklogConfig.LimitReachedPolicyModifier and TypeMethodDescriptionBacklogConfig.LimitReachedPolicy.fromCode(byte code) BacklogConfig.getLimitDuringSynchronizationReachedPolicy(String memberLookupName) BacklogConfig.getLimitReachedPolicy(String memberLookupName) BacklogMemberLimitationConfig.getLimitReachedPolicy()BacklogMemberLimitationConfig.getLimitReachedPolicyDuringSynchronization()DroppedPacketInfo.getPolicy()Returns the enum constant of this class with the specified name.static BacklogConfig.LimitReachedPolicy[]BacklogConfig.LimitReachedPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.internal.cluster.node.impl.backlog with parameters of type BacklogConfig.LimitReachedPolicyModifier and TypeMethodDescriptionprotected voidAbstractSingleFileGroupBacklog.notifyDroppedIfListening(String member, BacklogConfig.LimitReachedPolicy policy) voidBacklogConfig.setLimit(String memberLookupName, long limit, BacklogConfig.LimitReachedPolicy limitReachedPolicy) voidBacklogMemberLimitationConfig.setLimit(long limit, BacklogConfig.LimitReachedPolicy limitReachedPolicy) voidBacklogConfig.setLimitDuringSynchronization(String memberName, long limit, BacklogConfig.LimitReachedPolicy limitReachedPolicy) voidBacklogMemberLimitationConfig.setLimitDuringSynchronization(long limit, BacklogConfig.LimitReachedPolicy limitReachedPolicy) Constructors in com.gigaspaces.internal.cluster.node.impl.backlog with parameters of type BacklogConfig.LimitReachedPolicyModifierConstructorDescriptionDroppedPacketInfo(long packetKey, String targetMemberName, String operationType, String typeName, String entryUid, boolean isTransient, BacklogConfig.LimitReachedPolicy policy) -
Uses of BacklogConfig.LimitReachedPolicy in com.gigaspaces.internal.cluster.node.impl.config
Methods in com.gigaspaces.internal.cluster.node.impl.config that return BacklogConfig.LimitReachedPolicyModifier and TypeMethodDescriptionIReplicationSettings.getLimitReachedPolicy()MirrorReplicationSettingsAdapter.getLimitReachedPolicy()ReplicationSettings.getLimitReachedPolicy()ReplicationSettingsAdapter.getLimitReachedPolicy()Methods in com.gigaspaces.internal.cluster.node.impl.config with parameters of type BacklogConfig.LimitReachedPolicyModifier and TypeMethodDescriptionvoidReplicationSettings.setLimitReachedPolicy(BacklogConfig.LimitReachedPolicy limitReachedPloicy)