Uses of Enum Class
com.yahoo.search.config.ClusterConfig.IndexMode.Enum
Packages that use ClusterConfig.IndexMode.Enum
-
Uses of ClusterConfig.IndexMode.Enum in com.yahoo.search.config
Fields in com.yahoo.search.config declared as ClusterConfig.IndexMode.EnumModifier and TypeFieldDescriptionstatic final ClusterConfig.IndexMode.EnumClusterConfig.IndexMode.INDEXstatic final ClusterConfig.IndexMode.EnumClusterConfig.IndexMode.STORE_ONLYstatic final ClusterConfig.IndexMode.EnumClusterConfig.IndexMode.STREAMINGMethods in com.yahoo.search.config that return ClusterConfig.IndexMode.EnumModifier and TypeMethodDescriptionClusterConfig.indexMode()static ClusterConfig.IndexMode.EnumReturns the enum constant of this class with the specified name.static ClusterConfig.IndexMode.Enum[]ClusterConfig.IndexMode.Enum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.search.config with parameters of type ClusterConfig.IndexMode.EnumModifier and TypeMethodDescriptionClusterConfig.Builder.indexMode(ClusterConfig.IndexMode.Enum __value) Constructors in com.yahoo.search.config with parameters of type ClusterConfig.IndexMode.Enum