Uses of Class
org.apache.solr.cloud.ZkTestServer.LimitViolationAction
-
Packages that use ZkTestServer.LimitViolationAction Package Description org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters. -
-
Uses of ZkTestServer.LimitViolationAction in org.apache.solr.cloud
Methods in org.apache.solr.cloud that return ZkTestServer.LimitViolationAction Modifier and Type Method Description static ZkTestServer.LimitViolationAction
ZkTestServer.LimitViolationAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZkTestServer.LimitViolationAction[]
ZkTestServer.LimitViolationAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.cloud with parameters of type ZkTestServer.LimitViolationAction Modifier and Type Method Description void
ZkTestServer. setViolationReportAction(ZkTestServer.LimitViolationAction violationReportAction)
-