Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.storage.TimelineStorageMonitor.Storage
Packages that use TimelineStorageMonitor.Storage
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
-
Uses of TimelineStorageMonitor.Storage in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage that return TimelineStorageMonitor.StorageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TimelineStorageMonitor.Storage[]TimelineStorageMonitor.Storage.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.timelineservice.storage with parameters of type TimelineStorageMonitor.StorageModifierConstructorDescriptionTimelineStorageMonitor(org.apache.hadoop.conf.Configuration conf, TimelineStorageMonitor.Storage storage)