Package com.arjuna.ats.arjuna.objectstore


package com.arjuna.ats.arjuna.objectstore
  • Class
    Description
    The BasicStore provides core methods that all implementations MUST provide.
    The object store interface is the application's route to using a specific object store implementation.
    Created by IntelliJ IDEA.
    Class that allows us to iterate through instances of objects that may be stored within a specific object store.
    Transactional participants MUST use this type of ObjectStore.
    All ObjectStore implementations that are used to drive recovery MUST implement this interface.
    The status of states in the ObjectStore.
    The type of the state in the ObjectStore.
    Single point of control for the management of storage instances.
    All transaction logs MUST implement this interface.