Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.documentstore.lib.DocumentStoreVendor
Packages that use DocumentStoreVendor
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
contains DocumentStore Reader and Writer Implementation of TimelineService
for reading and writing documents from DocumentStore.
Package org.apache.hadoop.yarn.server.timelineservice.
-
Uses of DocumentStoreVendor in org.apache.hadoop.yarn.server.timelineservice.documentstore
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore that return DocumentStoreVendorModifier and TypeMethodDescriptionstatic DocumentStoreVendorDocumentStoreUtils.getStoreVendor(org.apache.hadoop.conf.Configuration conf) RetrievesDocumentStoreVendorconfigured. -
Uses of DocumentStoreVendor in org.apache.hadoop.yarn.server.timelineservice.documentstore.lib
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.lib that return DocumentStoreVendorModifier and TypeMethodDescriptionstatic DocumentStoreVendorDocumentStoreVendor.getStoreType(String storeTypeStr) static DocumentStoreVendorReturns the enum constant of this class with the specified name.static DocumentStoreVendor[]DocumentStoreVendor.values()Returns an array containing the constants of this enum class, in the order they are declared.