@Deprecated public class ConservationMongoDBAdaptor extends MongoDBAdaptor implements ConservationDBAdaptor
ConservationDBAdaptor.QueryParamsassembly, logger, mongoDataStore, mongoDBCollection, objectMapper, species| Constructor and Description |
|---|
ConservationMongoDBAdaptor(String species,
String assembly,
org.opencb.commons.datastore.mongodb.MongoDataStore mongoDataStore)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CellBaseDataResult<Long> |
count(org.opencb.commons.datastore.core.Query query)
Deprecated.
|
CellBaseDataResult |
distinct(org.opencb.commons.datastore.core.Query query,
String field)
Deprecated.
|
void |
forEach(org.opencb.commons.datastore.core.Query query,
Consumer action,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
CellBaseDataResult |
get(org.opencb.commons.datastore.core.Query query,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
List<CellBaseDataResult> |
getAllByRegionList(List regionList,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
List<CellBaseDataResult> |
getAllScoresByRegionList(List regionList,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
CellBaseDataResult |
groupBy(org.opencb.commons.datastore.core.Query query,
List fields,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
CellBaseDataResult |
groupBy(org.opencb.commons.datastore.core.Query query,
String field,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
Iterator |
iterator(org.opencb.commons.datastore.core.Query query,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
CellBaseDataResult |
nativeGet(org.opencb.commons.datastore.core.Query query,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
Iterator |
nativeIterator(org.opencb.commons.datastore.core.Query query,
org.opencb.commons.datastore.core.QueryOptions options)
Deprecated.
|
CellBaseDataResult |
rank(org.opencb.commons.datastore.core.Query query,
String field,
int numResults,
boolean asc)
Deprecated.
|
CellBaseDataResult |
stats(org.opencb.commons.datastore.core.Query query)
Deprecated.
|
CellBaseDataResult<Long> |
update(List objectList,
String field,
String[] innerFields)
Deprecated.
|
addExcludeReturnFields, addIncludeReturnFields, addPrivateExcludeOptions, addPrivateExcludeOptions, createOrQuery, createOrQuery, createOrQuery, createRegionQuery, createRegionQuery, executeAggregation2, executeAggregationist2, executeAggregationList2, executeDistinct, executeQuery, executeQuery, executeQueryList2, executeQueryList2, getAssembly, getChunkId, getChunkIdPrefix, getIntervalFeatureFrequencies, getIntervalFeatureFrequencies, getIntervalFrequencies, getReturnFields, getSpecies, groupBy, groupBy, next, setAssembly, setSpeciesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, distinct, forEach, get, iterator, nativeGet, nativeIterator, statsspliteratorpublic CellBaseDataResult<Long> update(List objectList, String field, String[] innerFields)
update in interface CellBaseDBAdaptorpublic CellBaseDataResult<Long> count(org.opencb.commons.datastore.core.Query query)
count in interface CellBaseDBAdaptorpublic CellBaseDataResult distinct(org.opencb.commons.datastore.core.Query query, String field)
distinct in interface CellBaseDBAdaptorpublic CellBaseDataResult stats(org.opencb.commons.datastore.core.Query query)
stats in interface CellBaseDBAdaptorpublic CellBaseDataResult get(org.opencb.commons.datastore.core.Query query, org.opencb.commons.datastore.core.QueryOptions options)
get in interface CellBaseDBAdaptorpublic CellBaseDataResult nativeGet(org.opencb.commons.datastore.core.Query query, org.opencb.commons.datastore.core.QueryOptions options)
nativeGet in interface CellBaseDBAdaptorpublic Iterator iterator(org.opencb.commons.datastore.core.Query query, org.opencb.commons.datastore.core.QueryOptions options)
iterator in interface CellBaseDBAdaptorpublic Iterator nativeIterator(org.opencb.commons.datastore.core.Query query, org.opencb.commons.datastore.core.QueryOptions options)
nativeIterator in interface CellBaseDBAdaptorpublic CellBaseDataResult rank(org.opencb.commons.datastore.core.Query query, String field, int numResults, boolean asc)
rank in interface CellBaseDBAdaptorpublic CellBaseDataResult groupBy(org.opencb.commons.datastore.core.Query query, String field, org.opencb.commons.datastore.core.QueryOptions options)
groupBy in interface CellBaseDBAdaptorpublic CellBaseDataResult groupBy(org.opencb.commons.datastore.core.Query query, List fields, org.opencb.commons.datastore.core.QueryOptions options)
groupBy in interface CellBaseDBAdaptorpublic void forEach(org.opencb.commons.datastore.core.Query query,
Consumer action,
org.opencb.commons.datastore.core.QueryOptions options)
forEach in interface CellBaseDBAdaptorpublic List<CellBaseDataResult> getAllByRegionList(List regionList, org.opencb.commons.datastore.core.QueryOptions options)
getAllByRegionList in interface ConservationDBAdaptor@Deprecated public List<CellBaseDataResult> getAllScoresByRegionList(List regionList, org.opencb.commons.datastore.core.QueryOptions options)
getAllScoresByRegionList in interface ConservationDBAdaptorCopyright © 2019. All rights reserved.