Package | Description |
---|---|
oracle.spatial.hadoop.vector.data |
Classes for representing data sets.
|
oracle.spatial.hadoop.vector.nosql |
Classes used for reading and processing data from NoSQL.
|
Modifier and Type | Method and Description |
---|---|
NoSQLConfiguration |
NoSQLInputDataSet.getNoSQLConfig()
Gets the NoSQL configuration
|
Modifier and Type | Method and Description |
---|---|
void |
NoSQLInputDataSet.setNoSQLConfig(NoSQLConfiguration noSQLConfig)
Sets the NoSQL configuration.
|
Modifier and Type | Method and Description |
---|---|
NoSQLConfiguration |
NoSQLContext.getKVConfiguration()
Gets the current
NoSQLConfiguration |
NoSQLConfiguration |
NoSQLContextImpl.getKVConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
NoSQLBaseEntryProcessor.init(NoSQLConfiguration kvConf) |
void |
NoSQLEntryGrouper.init(NoSQLConfiguration kvConf)
Initializes the current entry grouper using the given
NoSQLConfiguration |
void |
NoSQLEntryProcessor.init(NoSQLConfiguration kvConf)
Initializes the current processor using the given
NoSQLConfiguration |
void |
NoSQLGeoJSONEntryProcessor.init(NoSQLConfiguration kvConf) |
void |
NoSQLMajorKeyEntryGrouper.init(NoSQLConfiguration kvConf) |
void |
NoSQLContextImpl.setKVConfiguration(NoSQLConfiguration kvConfiguration)
Sets the current
NoSQLConfiguration |
Constructor and Description |
---|
NoSQLContextImpl(NoSQLConfiguration kvConfiguration, java.util.Set<java.lang.Integer> partitionSet, java.lang.String[] kvHosts)
Creates a new instance
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.