Package org.terracotta.annotations

Annotation Types Summary
AutolockConcurrent Marks the annotated method as being autolocked with concurrent write locks.
AutolockRead Marks the annotated method as being autolocked with shared read locks.
AutolockReadAutoSync Marks the annotated method as being auto-synchronized with shared read locks.
AutolockSynchronousWrite Marks the annotated method as being autolocked with synchronous write locks.
AutolockSynchronousWriteAutoSync Marks the annotated method as being auto-synchronized with synchronous write locks.
AutolockWrite Marks the annotated method as being autolocked with write locks.
AutolockWriteAutoSync Marks the annotated method as being auto-synchronized with write locks.
DMI Marks this method for execution in a distributed manner.
HonorTransient Marks the transient members of the type as being 'cluster transient'.
InstrumentedClass Marks the given type for instrumentation by Terracotta.
Root Marks the given field as being a `root' of the clustered heap.
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.