- getAverage(ArrayList<Integer>, ArrayList<Double>) - Method in class net.tomp2p.replication.AutomaticReplication
-
Exponential Moving Average with Dynamic Smoothing Factor
- getBestSmoothingFactor(ArrayList<Integer>, ArrayList<Double>, int) - Method in class net.tomp2p.replication.AutomaticReplication
-
- getChecksums(byte[], int) - Static method in class net.tomp2p.replication.Synchronization
-
It returns an array of weak and strong checksums for the value.
- getInstructions(byte[], ArrayList<Checksum>, int) - Static method in class net.tomp2p.replication.Synchronization
-
It returns the sequence of instructions each of which contains either reference to a block or literal data.
- getInstructions(ArrayList<Instruction>, int, int, int, int, byte[], ArrayList<Checksum>, int) - Static method in class net.tomp2p.replication.Synchronization
-
- getLiteral() - Method in class net.tomp2p.replication.Instruction
-
- getNeighbourPeersSize() - Method in class net.tomp2p.replication.AutomaticReplication
-
- getPredictedValue(ArrayList<Integer>, double) - Method in class net.tomp2p.replication.AutomaticReplication
-
Exponential Moving Average with Dynamic Smoothing Factor plus Deviation
- getReconstructedValue(byte[], ArrayList<Instruction>, int) - Static method in class net.tomp2p.replication.Synchronization
-
It reconstructs the copy of responsible peer's value using instructions and the replica's value.
- getReference() - Method in class net.tomp2p.replication.Instruction
-
- getRemovedPeersSize() - Method in class net.tomp2p.replication.AutomaticReplication
-
- getStandardDeviation(ArrayList<Integer>, double) - Method in class net.tomp2p.replication.AutomaticReplication
-
Calculation of Standard Deviation for a set of values
- getStrongChecksum() - Method in class net.tomp2p.replication.Checksum
-
- getSumOfRegressionVariationSquared(ArrayList<Integer>, int, double, double, double) - Method in class net.tomp2p.replication.AutomaticReplication
-
- getSumOfXVariationMultipliedYVariation(ArrayList<Integer>, ArrayList<Double>, int, double, double) - Method in class net.tomp2p.replication.AutomaticReplication
-
- getSumOfXVariationSquared(ArrayList<Integer>, int, double) - Method in class net.tomp2p.replication.AutomaticReplication
-
- getSumOfYVariationSquared(ArrayList<Double>, int, double) - Method in class net.tomp2p.replication.AutomaticReplication
-
- getSynchronizationRPC() - Method in class net.tomp2p.replication.PeerSync
-
- getWeakChecksum() - Method in class net.tomp2p.replication.Checksum
-
- getXMean(ArrayList<Integer>, int) - Method in class net.tomp2p.replication.AutomaticReplication
-
- getYMean(ArrayList<Double>, int) - Method in class net.tomp2p.replication.AutomaticReplication
-