public static interface SparseRowStore.Options
SparseRowStore
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PRIMARY_KEY_UNICODE_CLEAN |
static String |
DEFAULT_SCHEMA_NAME_UNICODE_CLEAN |
static String |
PRIMARY_KEY_UNICODE_CLEAN
The primary key was originally written using a Unicode sort key.
|
static String |
SCHEMA_NAME_UNICODE_CLEAN
The schema name was originally written using a Unicode sort key.
|
static final String SCHEMA_NAME_UNICODE_CLEAN
This change was introduced on 7/29/2010 in the trunk. When this
property is true
it breaks compatibility with earlier
revisions of the SparseRowStore
. This flag may be set to
false
for backward compatibility.
DEFAULT_SCHEMA_NAME_UNICODE_CLEAN
static final String DEFAULT_SCHEMA_NAME_UNICODE_CLEAN
https://sourceforge.net/apps/trac/bigdata/ticket/107
,
Constant Field Valuesstatic final String PRIMARY_KEY_UNICODE_CLEAN
This change was introduced on 7/15/2010 in the trunk and breaks
compatibility with earlier revisions of the SparseRowStore
.
This flag may be set to false
for backward
compatibility.
DEFAULT_PRIMARY_KEY_UNICODE_CLEAN
static final String DEFAULT_PRIMARY_KEY_UNICODE_CLEAN
https://sourceforge.net/apps/trac/bigdata/ticket/107
,
Constant Field ValuesCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.