Uses of Enum
org.apache.druid.metadata.segment.cache.SegmentMetadataCache.UsageMode
Packages that use SegmentMetadataCache.UsageMode
-
Uses of SegmentMetadataCache.UsageMode in org.apache.druid.metadata
Methods in org.apache.druid.metadata that return SegmentMetadataCache.UsageModeModifier and TypeMethodDescriptionSegmentsMetadataManagerConfig.getCacheUsageMode()Usage mode of the incremental cache.Constructors in org.apache.druid.metadata with parameters of type SegmentMetadataCache.UsageModeModifierConstructorDescriptionSegmentsMetadataManagerConfig(org.joda.time.Period pollDuration, SegmentMetadataCache.UsageMode useIncrementalCache, UnusedSegmentKillerConfig killUnused) -
Uses of SegmentMetadataCache.UsageMode in org.apache.druid.metadata.segment.cache
Methods in org.apache.druid.metadata.segment.cache that return SegmentMetadataCache.UsageModeModifier and TypeMethodDescriptionSegmentMetadataCache.UsageMode.fromString(String value) Returns the enum constant of this type with the specified name.static SegmentMetadataCache.UsageMode[]SegmentMetadataCache.UsageMode.values()Returns an array containing the constants of this enum type, in the order they are declared.