Uses of Class
org.apache.solr.BaseDistributedSearchTestCase.RandVal
-
Packages that use BaseDistributedSearchTestCase.RandVal Package Description org.apache.solr Common base classes for implementing tests.org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters. -
-
Uses of BaseDistributedSearchTestCase.RandVal in org.apache.solr
Subclasses of BaseDistributedSearchTestCase.RandVal in org.apache.solr Modifier and Type Class Description static class
BaseDistributedSearchTestCase.RandDate
Fields in org.apache.solr declared as BaseDistributedSearchTestCase.RandVal Modifier and Type Field Description static BaseDistributedSearchTestCase.RandVal[]
BaseDistributedSearchTestCase. randVals
static BaseDistributedSearchTestCase.RandVal
BaseDistributedSearchTestCase. rdate
static BaseDistributedSearchTestCase.RandVal
BaseDistributedSearchTestCase. rdouble
static BaseDistributedSearchTestCase.RandVal
BaseDistributedSearchTestCase. rfloat
static BaseDistributedSearchTestCase.RandVal
BaseDistributedSearchTestCase. rint
static BaseDistributedSearchTestCase.RandVal
BaseDistributedSearchTestCase. rlong
Methods in org.apache.solr that return BaseDistributedSearchTestCase.RandVal Modifier and Type Method Description protected BaseDistributedSearchTestCase.RandVal[]
BaseDistributedSearchTestCase. getRandValues()
Methods in org.apache.solr with parameters of type BaseDistributedSearchTestCase.RandVal Modifier and Type Method Description static Object[]
BaseDistributedSearchTestCase. getRandFields(String[] fields, BaseDistributedSearchTestCase.RandVal[] randVals)
-
Uses of BaseDistributedSearchTestCase.RandVal in org.apache.solr.cloud
Fields in org.apache.solr.cloud declared as BaseDistributedSearchTestCase.RandVal Modifier and Type Field Description protected static BaseDistributedSearchTestCase.RandVal[]
AbstractChaosMonkeyNothingIsSafeTestBase. randVals
protected static BaseDistributedSearchTestCase.RandVal[]
AbstractChaosMonkeySafeLeaderTestBase. randVals
static BaseDistributedSearchTestCase.RandVal[]
AbstractRestartWhileUpdatingTestBase. randVals
Methods in org.apache.solr.cloud that return BaseDistributedSearchTestCase.RandVal Modifier and Type Method Description BaseDistributedSearchTestCase.RandVal[]
AbstractChaosMonkeyNothingIsSafeTestBase. getRandValues()
BaseDistributedSearchTestCase.RandVal[]
AbstractChaosMonkeySafeLeaderTestBase. getRandValues()
protected BaseDistributedSearchTestCase.RandVal[]
AbstractRestartWhileUpdatingTestBase. getRandValues()
-