| Class | Description |
|---|---|
| CollectionType |
Specifies the different collections that are currently used for storing
documents.
|
| CosmosDBDocumentStoreReader<TimelineDoc extends TimelineDocument> |
This is the Document Store Reader implementation for
DocumentStoreVendor.COSMOS_DB. |
| CosmosDBDocumentStoreWriter<TimelineDoc extends TimelineDocument> |
This is the Document Store Writer implementation for
DocumentStoreVendor.COSMOS_DB. |
| DocumentStoreCollectionCreator |
This creates the Collection for a
DocumentStoreVendor backend
configured for storing application timeline information. |
| DocumentStoreFactory |
Factory methods for instantiating a timeline Document Store reader or
writer.
|
| DocumentStoreNotSupportedException |
Indicates that the document store vendor that was
configured does not belong to one of the
DocumentStoreVendor. |
| DocumentStoreReader<Document extends TimelineDocument> |
Every
DocumentStoreVendor have to implement this for creating
reader to its backend. |
| DocumentStoreTimelineReaderImpl |
This is a generic document store timeline reader for reading the timeline
entity information.
|
| DocumentStoreTimelineWriterImpl |
This is a generic document store timeline writer for storing the timeline
entity information.
|
| DocumentStoreUtils |
This class consists of all the utils required for reading or writing
documents for a
DocumentStoreVendor. |
| DocumentStoreVendor |
Represents the different vendors for DocumentStore.
|
| DocumentStoreWriter<Document> |
Every
DocumentStoreVendor have to implement this for creating
writer to its backend. |
| FlowActivityDocument |
This doc represents the
FlowActivityEntity which is used for
showing all the flow runs with limited information. |
| FlowActivitySubDoc |
This is a sub doc which represents each flow.
|
| FlowRunDocument |
This doc represents the flow run information for every job.
|
| NoDocumentFoundException |
Indicates that the document that was requested is not found from the
Document Store.
|
| TimelineCollectionReader |
This is a generic Collection reader for reading documents belonging to a
CollectionType under a specific DocumentStoreVendor backend. |
| TimelineCollectionWriter<Document extends TimelineDocument> |
This is a generic Collection Writer that can be used for writing documents
belonging to different
CollectionType under a specific
DocumentStoreVendor backend. |
| TimelineDocument<Document> |
This is an interface for all the Timeline Documents.
|
| TimelineEntityDocument |
This is a generic class which contains all the meta information of some
conceptual entity and its related events.
|
| TimelineEventSubDoc |
This class represents a Sub Document for
TimelineEvent
when creating a new TimelineEntityDocument. |
| TimelineMetricSubDoc |
This class represents a Sub Document for
TimelineMetric that will be
used when creating new TimelineEntityDocument. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.