Class LoomSet<E>

java.lang.Object
com.loomcache.client.LoomSet<E>

public final class LoomSet<E> extends Object
Client-side handle to a distributed set stored in the cluster.

Supports add, remove, contains, size, clear, and cursor-based scanning. Both synchronous and asynchronous (CompletableFuture-returning) variants are provided. Obtain instances via LoomClient.getSet or LoomCache.getSet.