@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Managed
ManagedObject subtypes are audited for the following restrictions:
finalize.See the ManagedObject class for utility methods to manage extents, cardinality, and lifecycle of Managed Objects.
ManagedObject| Modifier and Type | Optional Element and Description |
|---|---|
long |
allocationSpaceBytes
Set the allocation space reserved for this object.
|
public abstract long allocationSpaceBytes