com.bigdata.rdf.store
Class TripleStoreSchema

java.lang.Object
  extended by com.bigdata.sparse.Schema
      extended by com.bigdata.relation.RelationSchema
          extended by com.bigdata.rdf.store.TripleStoreSchema
All Implemented Interfaces:
Externalizable, Serializable

public class TripleStoreSchema
extends RelationSchema

Extensions for additional state maintained by the AbstractTripleStore in the global row store.

Version:
$Id: TripleStoreSchema.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
static String AXIOMS
          The serialized Axioms as configured for the database.
static String VOCABULARY
          The serialized RDFSVocabulary as configured for the database.
 
Fields inherited from class com.bigdata.relation.RelationSchema
CLASS, COMMIT_TIME, CONTAINER, INSTANCE, NAMESPACE
 
Constructor Summary
TripleStoreSchema()
          De-serialization ctor.
 
Method Summary
 
Methods inherited from class com.bigdata.sparse.Schema
appendPrimaryKey, fromKey, getKey, getName, getPrefix, getPrimaryKeyName, getPrimaryKeyType, getSchemaBytes, readExternal, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AXIOMS

public static final String AXIOMS
The serialized Axioms as configured for the database.


VOCABULARY

public static final String VOCABULARY
The serialized RDFSVocabulary as configured for the database.

Constructor Detail

TripleStoreSchema

public TripleStoreSchema()
De-serialization ctor.



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