Interface BalancerEntryAO

All Superinterfaces:
Entity, net.java.ao.RawEntity<Long>

public interface BalancerEntryAO extends Entity
The BalancerEntry AO stores. The entry contains: the Rank fieldId time indicating the next requested re-balance flag that requests that rank operations be disabled.
  • Method Details

    • getFieldId

      Long getFieldId()
    • setFieldId

      void setFieldId(Long fieldId)
    • getRebalanceTime

      Long getRebalanceTime()
    • setRebalanceTime

      void setRebalanceTime(Long time)
    • getDisableRankOperations

      Boolean getDisableRankOperations()
    • setDisableRankOperations

      void setDisableRankOperations(Boolean disable)