c

org.locationtech.geomesa.index.geotools

AtomicWriteTransaction

class AtomicWriteTransaction extends Transaction

Transaction object that enforces atomic writes - this ensures that a feature is not modified between when it's read and when it's updated. Does not support normal transaction operations, such as commit or rollback, and instead operates like auto-commit.

Linear Supertypes
Transaction, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AtomicWriteTransaction
  2. Transaction
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAuthorization(authID: String): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction → Closeable → AutoCloseable
    Annotations
    @Override()
  8. def commit(): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def getAuthorizations(): Set[String]
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getProperty(key: Any): AnyRef
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  14. def getState(key: Any): State
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def putProperty(key: Any, value: Any): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  21. def putState(key: Any, state: State): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  22. def removeState(key: Any): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  23. def rollback(): Unit
    Definition Classes
    AtomicWriteTransaction → Transaction
    Annotations
    @Override()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AtomicWriteTransaction → AnyRef → Any
    Annotations
    @Override()
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Transaction

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped