Package | Description |
---|---|
oracle.spatial.hadoop.vector.nosql |
Classes used for reading and processing data from NoSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSQLMajorKeyEntryGrouper
Groups entries containing the same major key
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<? extends NoSQLEntryGrouper> |
NoSQLConfiguration.DEFAULT_ENTRY_GROUPER_CLASS
De default implementation of
NoSQLEntryGrouper used when the property NoSQLConfiguration.CONF_ENTRY_GROUPER is not set |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends NoSQLEntryGrouper> |
NoSQLConfiguration.getEntryGrouperClass()
Gets the
NoSQLEntryGrouper subclass which is in charge of grouping key-value pairs into a single record |
Modifier and Type | Method and Description |
---|---|
void |
NoSQLConfiguration.setEntryGrouperClass(java.lang.Class<? extends NoSQLEntryGrouper> entryGrouperClass)
Sets the
NoSQLEntryGrouper subclass which is in charge of grouping key-value pairs into a single record |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.