- reconstruct(byte[], List<Instruction>, int) - Static method in class net.tomp2p.synchronization.RSync
-
It reconstructs the copy of responsible peer's value using instructions
and the replica's value.
- reference() - Method in class net.tomp2p.synchronization.Instruction
-
- reliability(double) - Method in class net.tomp2p.replication.AutoReplication
-
- reliability() - Method in class net.tomp2p.replication.AutoReplication
-
- replicationFactor() - Method in class net.tomp2p.replication.AutoReplication
-
- replicationFactor(int, int, double, int, int) - Static method in class net.tomp2p.replication.AutoReplication
-
Calculate the replication factor given the reliability within a churn
interval and the (predicted) number of peers that left the system.
- replicationFactor2(int, int, double, int, int) - Static method in class net.tomp2p.replication.AutoReplication
-
Calculate the replication factor given the reliability within a churn
interval and the (predicted) number of peers that left the system.
- ReplicationSync - Class in net.tomp2p.synchronization
-
- ReplicationSync() - Constructor for class net.tomp2p.synchronization.ReplicationSync
-
- ReplicationSync(int) - Constructor for class net.tomp2p.synchronization.ReplicationSync
-
- reset() - Method in class net.tomp2p.synchronization.RSync.RollingChecksum
-
Resets the checksum to its initial state 1.
- RSync - Class in net.tomp2p.synchronization
-
Synchronization class is responsible for efficient and optimal
synchronization of data resources between responsible peer and replica peers.
- RSync() - Constructor for class net.tomp2p.synchronization.RSync
-
- RSync.RollingChecksum - Class in net.tomp2p.synchronization
-
Variation of Adler as used in Rsync.
- RSync.RollingChecksum() - Constructor for class net.tomp2p.synchronization.RSync.RollingChecksum
-