Uses of Enum Class
com.loomcache.server.wan.WanReplicationManager.ChangeType
Packages that use WanReplicationManager.ChangeType
-
Uses of WanReplicationManager.ChangeType in com.loomcache.server.wan
Subclasses with type arguments of type WanReplicationManager.ChangeType in com.loomcache.server.wanModifier and TypeClassDescriptionstatic enumType of data change event replicated over WAN.Methods in com.loomcache.server.wan that return WanReplicationManager.ChangeTypeModifier and TypeMethodDescription@NonNull WanReplicationManager.ChangeTypeWanPublisher.WanEvent.changeType()Returns the value of thechangeTyperecord component.Returns the enum constant of this class with the specified name.static WanReplicationManager.ChangeType[]WanReplicationManager.ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.wan with parameters of type WanReplicationManager.ChangeTypeModifier and TypeMethodDescriptionvoidWanReplicationManager.onMapChange(@NonNull String mapName, @NonNull String key, byte @Nullable [] oldValue, byte @Nullable [] newValue, @NonNull WanReplicationManager.ChangeType type) Called by the event system when a map entry changes.Constructors in com.loomcache.server.wan with parameters of type WanReplicationManager.ChangeTypeModifierConstructorDescriptionWanEvent(long sequence, @NonNull String mapName, @NonNull String key, byte @Nullable [] value, @NonNull WanReplicationManager.ChangeType changeType, long timestampMillis) WanEvent(long sequence, @NonNull String mapName, @NonNull String key, byte @Nullable [] value, @NonNull WanReplicationManager.ChangeType changeType, long timestampMillis, long hitCount) WanEvent(long sequence, @NonNull String mapName, @NonNull String key, byte @Nullable [] value, @NonNull WanReplicationManager.ChangeType changeType, long timestampMillis, long hitCount, long lastAccessTimeMillis) WanEvent(long sequence, @NonNull String mapName, @NonNull String key, byte @Nullable [] value, @NonNull WanReplicationManager.ChangeType changeType, long timestampMillis, long hitCount, long lastAccessTimeMillis, long expirationTimeMillis) Creates an instance of aWanEventrecord class.