Interface InternalStore

  • All Superinterfaces:
    org.eclipse.net4j.util.lifecycle.IDeactivateable, org.eclipse.net4j.util.lifecycle.ILifecycle, org.eclipse.net4j.util.event.INotifier, IStore
    All Known Implementing Classes:
    LongIDStore, Store

    public interface InternalStore
    extends IStore, org.eclipse.net4j.util.lifecycle.ILifecycle
    If the meaning of this type isn't clear, there really should be more of a description here...
    Since:
    3.0
    Author:
    Eike Stepper
    • Method Detail

      • setRepository

        void setRepository​(IRepository repository)
      • getNextBranchID

        int getNextBranchID()
      • getNextLocalBranchID

        int getNextLocalBranchID()
      • setLastBranchID

        void setLastBranchID​(int lastBranchID)
      • setLastLocalBranchID

        void setLastLocalBranchID​(int lastLocalBranchID)
      • setLastCommitTime

        void setLastCommitTime​(long lastCommitTime)
      • setLastNonLocalCommitTime

        void setLastNonLocalCommitTime​(long lastNonLocalCommitTime)
      • isLocal

        @Deprecated
        boolean isLocal​(CDOID id)
        Deprecated.
        Not used anymore.
      • isDropAllDataOnActivate

        boolean isDropAllDataOnActivate()
        Since:
        4.0
      • setDropAllDataOnActivate

        void setDropAllDataOnActivate​(boolean dropAllDataOnActivate)
        Since:
        4.0
      • setCreationTime

        void setCreationTime​(long creationTime)
        Since:
        4.0