public class GlobalRowStoreSchema extends Schema
SparseRowStore
used as a global row store for named
property sets within the federation. This schema only declares the
primaryKey, NAME
, and a single property value, VALUE
.
Applications may simply declare their own property names or they may declare
their own Schema
. Applications are responsible for ensuring that the
primaryKey values are globally distinct, e.g., by use of a namespace
convention.
Modifier and Type | Field and Description |
---|---|
static GlobalRowStoreSchema |
INSTANCE
A shared instance.
|
static String |
NAME
The name of the property whose value is the name of the object (this
is the primary key).
|
static String |
VALUE
The name of the property whose value is the object associated with
the name.
|
Constructor and Description |
---|
GlobalRowStoreSchema() |
appendPrimaryKey, fromKey, getKey, getName, getPrefix, getPrimaryKeyName, getPrimaryKeyType, getSchemaBytes, readExternal, toString, writeExternal
public static final String NAME
public static final String VALUE
public static final transient GlobalRowStoreSchema INSTANCE
public GlobalRowStoreSchema()
INSTANCE
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.