public interface IMutableResource<T> extends ILocatableResource<T>
Modifier and Type | Method and Description |
---|---|
void |
create()
Create any logically contained resources (relations, indices).
|
void |
destroy()
Destroy any logically contained resources (relations, indices).
|
getContainerNamespace, getNamespace, getTimestamp, init
void create()
ILocatableResource.init()
is suitable for invocation from
create()
. Instead, you are responsible for invoking ILocatableResource.init()
from this method IFF it is appropriate to reuse its initialization logic.void destroy()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.