Package org.apache.cassandra.utils
Annotation Interface Shared
Tells jvm-dtest that a class should be shared across all
ClassLoaders.
Jvm-dtest relies on classloader isolation to run multiple cassandra instances in the same JVM, this makes it
so some classes do not get shared (outside a blesssed set of classes/packages). When the default behavior
is not desirable, this annotation will tell jvm-dtest to share the class accross all class loaders.
This is the oposite of Isolated.-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription
-
Element Details
-
scope
Shared.Scope[] scope- Default:
- {ANY}
-
inner
Shared.Recursive inner- Default:
- NONE
-
ancestors
Shared.Recursive ancestors- Default:
- NONE
-
members
Shared.Recursive members- Default:
- NONE
-