Uses of Record Class
com.loomcache.server.wan.WanPublisher.WanEvent
Packages that use WanPublisher.WanEvent
-
Uses of WanPublisher.WanEvent in com.loomcache.server.wan
Methods in com.loomcache.server.wan that return types with arguments of type WanPublisher.WanEventModifier and TypeMethodDescriptionstatic @NonNull List<WanPublisher.WanEvent> WanPublisher.deserializeBatch(byte @NonNull [] data) Deserialize a batch of events from a byte array.Methods in com.loomcache.server.wan with parameters of type WanPublisher.WanEventModifier and TypeMethodDescriptionvoidWanPublisher.enqueue(@NonNull WanPublisher.WanEvent event) Add an event to the pending queue.Method parameters in com.loomcache.server.wan with type arguments of type WanPublisher.WanEventModifier and TypeMethodDescription@NonNull WanConsumer.WanAckWanConsumer.applyBatch(@NonNull String sourceClusterId, @NonNull List<WanPublisher.WanEvent> events) Apply a batch of replication events from a remote cluster.static byte @NonNull []WanPublisher.serializeBatch(@NonNull List<WanPublisher.WanEvent> batch) Serialize a batch of events to a byte array.