@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Shared
ClassLoader
s.
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
.Modifier and Type | Optional Element and Description |
---|---|
Shared.Recursive |
ancestors |
Shared.Recursive |
inner |
Shared.Recursive |
members |
Shared.Scope[] |
scope |
public abstract Shared.Scope[] scope
public abstract Shared.Recursive inner
public abstract Shared.Recursive ancestors
public abstract Shared.Recursive members
Copyright © 2009-2022 The Apache Software Foundation