|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IngestReceipt | |
|---|---|
| org.apache.oodt.cas.catalog.page | |
| org.apache.oodt.cas.catalog.struct | |
| org.apache.oodt.cas.catalog.struct.impl.index | |
| Uses of IngestReceipt in org.apache.oodt.cas.catalog.page |
|---|
| Constructors in org.apache.oodt.cas.catalog.page with parameters of type IngestReceipt | |
|---|---|
CatalogReceipt(IngestReceipt ingestReceipt,
String catalogId)
|
|
| Uses of IngestReceipt in org.apache.oodt.cas.catalog.struct |
|---|
| Methods in org.apache.oodt.cas.catalog.struct that return IngestReceipt | |
|---|---|
IngestReceipt |
IngestService.ingest(List<TermBucket> termBuckets)
Indexes the given TermBucket to a TransactionId, and returns a IngestReceipt |
IngestReceipt |
IngestService.update(TransactionId<?> transactionId,
List<TermBucket> termBuckets)
TermBucket updates to given TransactionId. |
| Methods in org.apache.oodt.cas.catalog.struct that return types with arguments of type IngestReceipt | |
|---|---|
List<IngestReceipt> |
QueryService.query(QueryExpression queryExpression)
Returns all the TransactionIds that fall under the given query |
List<IngestReceipt> |
QueryService.query(QueryExpression queryExpression,
int startIndex,
int endIndex)
Returns the results of the given query such that: [startIndex, endIndex) |
| Uses of IngestReceipt in org.apache.oodt.cas.catalog.struct.impl.index |
|---|
| Methods in org.apache.oodt.cas.catalog.struct.impl.index that return IngestReceipt | |
|---|---|
IngestReceipt |
DataSourceIndex.ingest(List<TermBucket> termBuckets)
Indexes the given TermBucket to a TransactionId, and returns a IngestReceipt |
IngestReceipt |
DataSourceIndex.update(TransactionId<?> transactionId,
List<TermBucket> termBuckets)
TermBucket updates to given TransactionId. |
| Methods in org.apache.oodt.cas.catalog.struct.impl.index that return types with arguments of type IngestReceipt | |
|---|---|
List<IngestReceipt> |
WorkflowManagerDataSourceIndex.query(QueryExpression queryExpression)
|
List<IngestReceipt> |
DataSourceIndex.query(QueryExpression queryExpression)
Returns all the TransactionIds that fall under the given query |
List<IngestReceipt> |
WorkflowManagerDataSourceIndex.query(QueryExpression queryExpression,
int startIndex,
int endIndex)
|
List<IngestReceipt> |
DataSourceIndex.query(QueryExpression queryExpression,
int startIndex,
int endIndex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||