Class DocumentRouteImpl
java.lang.Object
org.hibernate.search.mapper.pojo.route.impl.DocumentRouteImpl
- All Implemented Interfaces:
DocumentRoute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidroutingKey(String routingKey) Sets the routing key, i.e. the key used to select the correct shard in the targeted index.
-
Constructor Details
-
DocumentRouteImpl
public DocumentRouteImpl()
-
-
Method Details
-
routingKey
Description copied from interface:DocumentRouteSets the routing key, i.e. the key used to select the correct shard in the targeted index.- Specified by:
routingKeyin interfaceDocumentRoute- Parameters:
routingKey- The routing key. Nevernull.
-
routingKey
-
equals
-
hashCode
public int hashCode() -
toDescriptor
-