Interface CacheReplicator

    • Method Detail

      • isReplicateUpdatesViaCopy

        boolean isReplicateUpdatesViaCopy()
        Returns whether update is through copy or invalidate
        Returns:
        true if update is via copy, else false if invalidate
      • notAlive

        boolean notAlive()
        Returns whether the replicator is not active.
        Returns:
        true if the status is not STATUS_ALIVE
      • alive

        boolean alive()
        Checks that the replicator is is STATUS_ALIVE.
        Returns:
        true if the replicator is is STATUS_ALIVE, else false.