Interface AutoClear

All Known Subinterfaces:
Broker, DistributedBroker
All Known Implementing Classes:
BrokerImpl, DelegatingBroker, DistributedBrokerImpl, FinalizingBrokerImpl

public interface AutoClear
State clearing constants.
Since:
0.4.0
Author:
Abe White
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Clear state when entering any transaction.
    static final int
    Clear state when entering a datastore transaction.
  • Field Details

    • CLEAR_DATASTORE

      static final int CLEAR_DATASTORE
      Clear state when entering a datastore transaction.
      See Also:
    • CLEAR_ALL

      static final int CLEAR_ALL
      Clear state when entering any transaction.
      See Also: