Class Synchronous<T extends DistributedPrimitive>

    • Constructor Detail

      • Synchronous

        public Synchronous​(T primitive)
    • Method Detail

      • destroy

        public java.util.concurrent.CompletableFuture<java.lang.Void> destroy()
        Description copied from interface: DistributedPrimitive
        Purges state associated with this primitive.

        Implementations can override and provide appropriate clean up logic for purging any state state associated with the primitive. Whether modifications made within the destroy method have local or global visibility is left unspecified.

        Specified by:
        destroy in interface DistributedPrimitive
        Returns:
        CompletableFuture that is completed when the operation completes