Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.RoutingType
-
Packages that use RoutingType Package Description org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl -
-
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 RoutingType Modifier and Type Method Description RoutingTypeRootTypeMapping. getRouting()RoutingTypeRoutingTypeJsonAdapter. read(com.google.gson.stream.JsonReader in)static RoutingTypeRoutingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingType[]RoutingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type RoutingType Modifier and Type Method Description voidRootTypeMapping. setRouting(RoutingType routing)voidRoutingTypeJsonAdapter. write(com.google.gson.stream.JsonWriter out, RoutingType value)
-