Class ClusterFlags

java.lang.Object
io.objectbox.sync.server.ClusterFlags

public final class ClusterFlags extends Object
Special bit flags used in cluster mode only.
  • Field Details

    • FixedFollower

      public static final int FixedFollower
      Indicates that this cluster always stays in the "follower" cluster role. Thus, it does not participate in leader elections. This is useful e.g. for weaker cluster nodes that should not become leaders.
      See Also: