Enum Class TLfnReplicationResource.Status

java.lang.Object
java.lang.Enum<TLfnReplicationResource.Status>
com.luciad.fusion.engine.replication.TLfnReplicationResource.Status
All Implemented Interfaces:
Serializable, Comparable<TLfnReplicationResource.Status>, Constable
Enclosing class:
TLfnReplicationResource

public static enum TLfnReplicationResource.Status extends Enum<TLfnReplicationResource.Status>
Enumeration representing the replication status of a resource
Since:
2015.0
  • Enum Constant Details

    • ONLY_PRESENT_ON_MASTER

      public static final TLfnReplicationResource.Status ONLY_PRESENT_ON_MASTER
      The resource is present on the master tile store, but not on the slave tile store.
    • ONLY_PRESENT_ON_SLAVE

      public static final TLfnReplicationResource.Status ONLY_PRESENT_ON_SLAVE
      The resource is present on the slave tile store, but not on the master tile store.
    • MORE_RECENT_ON_MASTER

      public static final TLfnReplicationResource.Status MORE_RECENT_ON_MASTER
      The resource is present on both the master and the slave tile store, but the version on the master is more recent compared to the one on the slave.
    • MORE_RECENT_ON_SLAVE

      public static final TLfnReplicationResource.Status MORE_RECENT_ON_SLAVE
      The resource is present on both the master and the slave tile store, but the version on the slave is more recent compared to the one on the slave.
    • EQUALLY_RECENT_ON_MASTER_AND_SLAVE

      public static final TLfnReplicationResource.Status EQUALLY_RECENT_ON_MASTER_AND_SLAVE
      The resource is present on both the master and the slave tile store, and the versions on master and slave are equally recent.
  • Method Details

    • values

      public static TLfnReplicationResource.Status[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLfnReplicationResource.Status valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null