Uses of Enum Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.RoutingType
Packages that use RoutingType
-
Uses of RoutingType in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl that return RoutingTypeModifier and TypeMethodDescriptionRootTypeMapping.getRouting()RoutingTypeJsonAdapter.read(com.google.gson.stream.JsonReader in) static RoutingTypeReturns the enum constant of this class with the specified name.static RoutingType[]RoutingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type RoutingTypeModifier and TypeMethodDescriptionvoidRootTypeMapping.setRouting(RoutingType routing) voidRoutingTypeJsonAdapter.write(com.google.gson.stream.JsonWriter out, RoutingType value)