Package org.apache.solr.bench.search
Class NumericSearch
- java.lang.Object
-
- org.apache.solr.bench.search.NumericSearch
-
public class NumericSearch extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNumericSearch.BenchState
-
Constructor Summary
Constructors Constructor Description NumericSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoubleDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectdoubleSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectfloatDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectfloatSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectintDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectintSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectlongDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)ObjectlongSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)
-
-
-
Method Detail
-
intSet
public Object intSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
longSet
public Object longSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
floatSet
public Object floatSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
doubleSet
public Object doubleSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
intDvSet
public Object intDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
longDvSet
public Object longDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
floatDvSet
public Object floatDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
doubleDvSet
public Object doubleDvSet(org.openjdk.jmh.infra.Blackhole blackhole, NumericSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerExceptionIOException
-
-