Class AbstractAccess

java.lang.Object
com.exonum.binding.core.proxy.AbstractNativeProxy
com.exonum.binding.core.storage.database.AbstractAccess
All Implemented Interfaces:
Access
Direct Known Subclasses:
Fork, Prefixed, RoErasedAccess, Snapshot

public abstract class AbstractAccess
extends AbstractNativeProxy
implements Access
Represents an access to the database.

There are two sub-types:

  • A snapshot, which is a read-only and immutable access.
  • A fork, which is a read-write access.
See Also:
Snapshot, Fork