E - Generic record typepublic interface FleaDB<E>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
commit() |
void |
delete(Query q) |
double |
getFacetValueMultiplicity(String facetName,
String facetValue,
Query q) |
List<FacetResponse> |
getFacetValues(Query q,
FacetMultiplicities activeFacets) |
List<FacetResponse> |
getFacetValues(Query q,
int maxFacetValues) |
List<FacetResponse> |
getFacetValuesStartingWith(String facetName,
String prefix,
Query q,
int max) |
int |
getNumFacetValues(Query q,
String facetName) |
Schema |
getSchema() |
E |
getSingleResult(Query q) |
Paginator<E> |
query(Query q) |
Paginator<E> |
query(Query q,
Sort sort) |
void |
store(E entity) |
void store(E entity)
void delete(Query q)
List<FacetResponse> getFacetValues(Query q, FacetMultiplicities activeFacets)
List<FacetResponse> getFacetValues(Query q, int maxFacetValues)
List<FacetResponse> getFacetValuesStartingWith(String facetName, String prefix, Query q, int max)
double getFacetValueMultiplicity(String facetName, String facetValue, Query q)
Schema getSchema()
void commit()
void close()
Copyright © 2010–2015. All rights reserved.