Uses of Record Class
com.loomcache.server.replication.ReadReplicaManager.ReplicaInfo
Packages that use ReadReplicaManager.ReplicaInfo
-
Uses of ReadReplicaManager.ReplicaInfo in com.loomcache.server.replication
Methods in com.loomcache.server.replication that return ReadReplicaManager.ReplicaInfoModifier and TypeMethodDescription@Nullable ReadReplicaManager.ReplicaInfoReadReplicaManager.getReplicaInfo(String replicaId) Get replica info by ID.Methods in com.loomcache.server.replication that return types with arguments of type ReadReplicaManager.ReplicaInfoModifier and TypeMethodDescriptionReadReplicaManager.getActiveReplicas()Get all active replicas (state == ACTIVE).ReadReplicaManager.getAllReplicas()Get all registered replicas.ReadReplicaManager.getReplicasWithinLag(long maxLagMs) Get replicas that are safe to serve bounded-staleness reads within the given lag threshold.