All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.DataStructures.ReplicatedStateTransferStatus Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package Alachisoft.NCache.Common.DataStructures;

/**
 * @author saman_saif
 */
public class ReplicatedStateTransferStatus {
    /**
     * State transfer is in progress.
     */
    public static final int UNDER_STATE_TRANSFER = 1;

    /**
     * State transfer has completed.
     */
    public static final int STATE_TRANSFER_COMPLETED = 2;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy