Uses of Interface
com.yahoo.documentapi.messagebus.protocol.DocumentProtocolRoutingPolicy
Packages that use DocumentProtocolRoutingPolicy
-
Uses of DocumentProtocolRoutingPolicy in com.yahoo.documentapi.messagebus.protocol
Classes in com.yahoo.documentapi.messagebus.protocol that implement DocumentProtocolRoutingPolicyModifier and TypeClassDescriptionclassAn AND policy is a routing policy that can be used to write simple routes that split a message between multiple other destinations.classRouting policy to determine which distributor in a content cluster to send data to.classThis policy is responsible for selecting among the given recipient routes according to the configured document selection properties.classThis policy assigns an error supplied at constructor time to the routing context whenErrorPolicy.select(RoutingContext)is invoked.classThis policy implements the necessary logic to communicate with an external Vespa application and resolve its list of recipients using that other application's slobrok servers.classRouting policy to load balance between nodes in a randomly distributed cluster, such as a docproc cluster.classThis policy implements the logic to prefer local services that matches a slobrok pattern.classclassThis policy implements round-robin selection of the configured recipients that are currently registered in slobrok.classAbstract class for policies that allow you to specify which slobrok to use for the routing.classThis policy implements the logic to select a subset of services that matches a slobrok pattern.Methods in com.yahoo.documentapi.messagebus.protocol that return DocumentProtocolRoutingPolicyModifier and TypeMethodDescriptionRoutingPolicyFactory.createPolicy(String param) This method creates and returns a routing policy that corresponds to the implementing class, using the given parameter string.