Interface DetachState

All Known Subinterfaces:
Broker, DistributedBroker
All Known Implementing Classes:
BrokerImpl, DelegatingBroker, DetachManager, DetachOptions, DetachOptions.All, DetachOptions.FetchGroups, DetachOptions.Loaded, DistributedBrokerImpl, FinalizingBrokerImpl

public interface DetachState
Constants for which fields to include in the detach graph.
Since:
0.4.0
Author:
Abe White
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Mode to detach all fields.
    static final int
    Mode to detach all fields in the current fetch groups.
    static final int
    Deprecated. 
    static final int
    Mode to detach all currently-loaded fields.
  • Field Details

    • DETACH_FETCH_GROUPS

      static final int DETACH_FETCH_GROUPS
      Mode to detach all fields in the current fetch groups.
      Since:
      0.9.8
      See Also:
    • DETACH_FGS

      @Deprecated static final int DETACH_FGS
      Deprecated.
      See Also:
    • DETACH_LOADED

      static final int DETACH_LOADED
      Mode to detach all currently-loaded fields.
      See Also:
    • DETACH_ALL

      static final int DETACH_ALL
      Mode to detach all fields.
      See Also: