Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
LoomClient.builder()instead for better control and clarityUseLoomClient.lockAcquire(String)instead. This method misleadingly suggests a read-only fence query but actually acquires the lock.UseLoomClient.setScan(String, long, String, int)with explicit set nameUseLoomClient.topicPublish(String, String)with explicit topic nameThis method acquires the lock. UseLoomLinearizableLock.lockAndGetFence()to make the lock-acquisition side effect explicit.UseSnowflakeIdGenerator.nextBatch(int)orSnowflakeIdGenerator.nextBatchAsList(int)instead, which enforce an upper bound (10,000) and hold the lock for the full batch.
-
Deprecated ClassesClassDescriptionREST ingress is de-scoped pending proper authentication and Raft consensus integration. Do not enable in production.
-
Deprecated MethodsMethodDescriptionUse
LoomClient.lockAcquire(String)instead. This method misleadingly suggests a read-only fence query but actually acquires the lock.UseLoomClient.setScan(String, long, String, int)with explicit set nameUseLoomClient.topicPublish(String, String)with explicit topic nameThis method acquires the lock. UseLoomLinearizableLock.lockAndGetFence()to make the lock-acquisition side effect explicit.UseSnowflakeIdGenerator.nextBatch(int)orSnowflakeIdGenerator.nextBatchAsList(int)instead, which enforce an upper bound (10,000) and hold the lock for the full batch.REST ingress is de-scoped. Use the binary protocol via TcpServer.REST ingress is de-scoped. Use the binary protocol via TcpServer.
-
Deprecated Constructors