Alachisoft.NCache.Common.DataStructures.ReplicatedStateTransferStatus Maven / Gradle / Ivy
/*
* 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 - 2025 Weber Informatics LLC | Privacy Policy