Uses of Enum Class
com.loomcache.server.wan.WanReplicationManager.WanMode
Packages that use WanReplicationManager.WanMode
-
Uses of WanReplicationManager.WanMode in com.loomcache.server.wan
Subclasses with type arguments of type WanReplicationManager.WanMode in com.loomcache.server.wanMethods in com.loomcache.server.wan that return WanReplicationManager.WanModeModifier and TypeMethodDescription@NonNull WanReplicationManager.WanModeWanReplicationManager.WanReplicationStats.mode()Returns the value of themoderecord component.Returns the enum constant of this class with the specified name.static WanReplicationManager.WanMode[]WanReplicationManager.WanMode.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.WanModeModifier and TypeMethodDescriptionvoidWanReplicationManager.addTarget(@NonNull String clusterId, @NonNull String endpoint, @NonNull WanReplicationManager.WanMode mode) Add a replication target cluster.Constructors in com.loomcache.server.wan with parameters of type WanReplicationManager.WanModeModifierConstructorDescriptionWanReplicationStats(@NonNull String targetClusterId, long pendingEvents, long totalSent, long totalAcked, long totalConflicts, long bytesTransferred, long lagMillis, boolean paused, @NonNull WanReplicationManager.WanMode mode) Creates an instance of aWanReplicationStatsrecord class.