Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.CollectionType
Packages that use CollectionType
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore.writer
contains the implementation of different DocumentStore writer clients
for DocumentVendor.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
.writer.cosmosdb DocumentStore writer implementation for CosmosDB.
-
Uses of CollectionType in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection that return CollectionTypeModifier and TypeMethodDescriptionstatic CollectionTypeReturns the enum constant of this class with the specified name.static CollectionType[]CollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CollectionType in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer with parameters of type CollectionTypeModifier and TypeMethodDescriptionvoidDocumentStoreWriter.writeDocument(Document document, CollectionType collectionType) Constructors in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer with parameters of type CollectionTypeModifierConstructorDescriptionTimelineCollectionWriter(CollectionType collectionType, org.apache.hadoop.conf.Configuration conf) -
Uses of CollectionType in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb with parameters of type CollectionTypeModifier and TypeMethodDescriptionvoidCosmosDBDocumentStoreWriter.writeDocument(TimelineDoc timelineDoc, CollectionType collectionType)