com.bigdata.relation
Interface IMutableResource<T>

All Superinterfaces:
ILocatableResource<T>
All Known Subinterfaces:
IMutableDatabase<E>, IMutableRelation<E>
All Known Implementing Classes:
AbstractLocalTripleStore, AbstractRelation, AbstractResource, AbstractTripleStore, BigdataFileSystem, FullTextIndex, LexiconRelation, LocalTripleStore, MagicRelation, ScaleOutTripleStore, SPORelation, TempMagicStore, TempTripleStore

public interface IMutableResource<T>
extends ILocatableResource<T>

Mutation interface

Version:
$Id: IMutableResource.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 void create()
          Create any logically contained resources (relations, indices).
 void destroy()
          Destroy any logically contained resources (relations, indices).
 
Methods inherited from interface com.bigdata.relation.locator.ILocatableResource
getContainerNamespace, getNamespace, getTimestamp
 

Method Detail

create

void create()
Create any logically contained resources (relations, indices).


destroy

void destroy()
Destroy any logically contained resources (relations, indices).



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.