Uses of Class
org.apache.solr.client.solrj.io.Tuple
-
Packages that use Tuple Package Description org.apache.solr.client.solrj.io Streaming Aggregation APIorg.apache.solr.client.solrj.io.comp Comparators for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.eq Equalitors for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.eval Evaluators for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.graph Streaming Graph Traversalsorg.apache.solr.client.solrj.io.ops Operations for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream.metrics Metrics package -
-
Uses of Tuple in org.apache.solr.client.solrj.io
Methods in org.apache.solr.client.solrj.io that return Tuple Modifier and Type Method Description TupleTuple. clone()static TupleTuple. EOF()Create a new empty tuple marked as EOF.static TupleTuple. EXCEPTION(String msg, boolean isEOF)Create a new empty tuple marked as EXCEPTION, and optionally EOF.static TupleTuple. EXCEPTION(Throwable t, boolean isEOF)Create a new empty tuple marked as EXCEPTION and optionally EOF.TupleModelCache. getModel(String collection, String modelID, long checkMillis)TupleModelCache. getModel(String zkHost, String collection, String modelID, long checkMillis)TupleLang.LocalInputStream. read()Methods in org.apache.solr.client.solrj.io with parameters of type Tuple Modifier and Type Method Description voidTuple. merge(Tuple other)The other tuples fields and fieldLabels will be putAll'd directly to this's fields and fieldLabels while other's fieldNames will be added such that duplicates aren't present.Constructors in org.apache.solr.client.solrj.io with parameters of type Tuple Constructor Description Tuple(Tuple original)A copy constructor -
Uses of Tuple in org.apache.solr.client.solrj.io.comp
Methods in org.apache.solr.client.solrj.io.comp with parameters of type Tuple Modifier and Type Method Description intComparatorLambda. compare(Tuple leftTuple, Tuple rightTuple)intFieldComparator. compare(Tuple leftTuple, Tuple rightTuple)intMultipleFieldComparator. compare(Tuple t1, Tuple t2)intSingleValueComparator. compare(Tuple leftTuple, Tuple rightTuple) -
Uses of Tuple in org.apache.solr.client.solrj.io.eq
Methods in org.apache.solr.client.solrj.io.eq with parameters of type Tuple Modifier and Type Method Description booleanFieldEqualitor. test(Tuple leftTuple, Tuple rightTuple)booleanMultipleFieldEqualitor. test(Tuple t1, Tuple t2) -
Uses of Tuple in org.apache.solr.client.solrj.io.eval
Subclasses of Tuple in org.apache.solr.client.solrj.io.eval Modifier and Type Class Description static classDbscanEvaluator.ClusterTuplestatic classKmeansEvaluator.ClusterTuplestatic classKnnRegressionEvaluator.KnnRegressionTuplestatic classLoessEvaluator.LoessRegressionTuplestatic classOLSRegressionEvaluator.MultipleRegressionTuplestatic classRegressionEvaluator.RegressionTupleMethods in org.apache.solr.client.solrj.io.eval with parameters of type Tuple Modifier and Type Method Description ObjectCanberraEvaluator. evaluate(Tuple tuple)ObjectChebyshevEvaluator. evaluate(Tuple tuple)ObjectColumnEvaluator. evaluate(Tuple tuple)ObjectCosineDistanceEvaluator. evaluate(Tuple tuple)ObjectEarthMoversEvaluator. evaluate(Tuple tuple)ObjectEuclideanEvaluator. evaluate(Tuple tuple)ObjectFieldValueEvaluator. evaluate(Tuple tuple)ObjectManhattanEvaluator. evaluate(Tuple tuple)ObjectMemsetEvaluator. evaluate(Tuple tuple)ObjectMonteCarloEvaluator. evaluate(Tuple tuple)ObjectRawValueEvaluator. evaluate(Tuple tuple)ObjectRecNumEvaluator. evaluate(Tuple tuple)ObjectRecursiveEvaluator. evaluate(Tuple tuple)ObjectStreamEvaluator. evaluate(Tuple tuple)ObjectUuidEvaluator. evaluate(Tuple tuple)List<Object>RecursiveEvaluator. recursivelyEvaluate(Tuple tuple) -
Uses of Tuple in org.apache.solr.client.solrj.io.graph
Methods in org.apache.solr.client.solrj.io.graph that return Tuple Modifier and Type Method Description TupleGatherNodesStream. read()TupleShortestPathStream. read()TupleNode. toTuple(String collection, String field, int level, Traversal traversal)Methods in org.apache.solr.client.solrj.io.graph that return types with arguments of type Tuple Modifier and Type Method Description Iterator<Tuple>Traversal. iterator()Methods in org.apache.solr.client.solrj.io.graph with parameters of type Tuple Modifier and Type Method Description voidNode. add(String ancestor, Tuple tuple)booleanTraversal. visited(String nodeId, String ancestorId, Tuple tuple) -
Uses of Tuple in org.apache.solr.client.solrj.io.ops
Methods in org.apache.solr.client.solrj.io.ops that return Tuple Modifier and Type Method Description TupleDistinctOperation. reduce()TupleGroupOperation. reduce()TupleReduceOperation. reduce()Methods in org.apache.solr.client.solrj.io.ops with parameters of type Tuple Modifier and Type Method Description voidConcatOperation. operate(Tuple tuple)voidDistinctOperation. operate(Tuple tuple)voidGroupOperation. operate(Tuple tuple)voidReplaceOperation. operate(Tuple tuple)voidReplaceWithFieldOperation. operate(Tuple tuple)voidReplaceWithValueOperation. operate(Tuple tuple)voidStreamOperation. operate(Tuple tuple) -
Uses of Tuple in org.apache.solr.client.solrj.io.stream
Fields in org.apache.solr.client.solrj.io.stream declared as Tuple Modifier and Type Field Description protected TupleModelStream. modelprotected TupleHashJoinStream. workingFullTupleFields in org.apache.solr.client.solrj.io.stream with type parameters of type Tuple Modifier and Type Field Description protected Map<String,Tuple>CloudSolrStream. eofTuplesprotected Map<String,Tuple>DeepRandomStream. eofTuplesprotected HashMap<String,List<Tuple>>HashJoinStream. hashedTuplesprotected Iterator<Tuple>FeaturesSelectionStream. tupleIteratorprotected Iterator<Tuple>SignificantTermsStream. tupleIteratorMethods in org.apache.solr.client.solrj.io.stream that return Tuple Modifier and Type Method Description protected TupleCloudSolrStream. _read()protected TupleDeepRandomStream. _read()TupleTextLogitStream.LogitCall. call()TupleDaemonStream. getInfo()TupleCloudSolrStream.TupleWrapper. getTuple()TupleDeepRandomStream.TupleWrapper. getTuple()protected TupleJoinStream. loadEqualTupleGroup(PushBackStream stream, LinkedList<Tuple> group, StreamComparator groupComparator)Given the stream, start from beginning and load group with all tuples that are equal to the first in stream (including the first one in the stream).TupleCalculatorStream. read()TupleCartesianProductStream. read()TupleCellStream. read()TupleCloudSolrStream. read()TupleCommitStream. read()TupleComplementStream. read()TupleCsvStream. read()TupleDaemonStream. read()TupleDeepRandomStream. read()TupleDrillStream. read()TupleEchoStream. read()TupleEvalStream. read()TupleExceptionStream. read()TupleExecutorStream. read()TupleFacet2DStream. read()TupleFacetStream. read()TupleFeaturesSelectionStream. read()TupleFetchStream. read()TupleGetStream. read()TupleHashJoinStream. read()TupleHashRollupStream. read()TupleHavingStream. read()TupleInnerJoinStream. read()TupleIntersectStream. read()TupleJDBCStream. read()TupleKnnStream. read()TupleLeftOuterJoinStream. read()TupleLetStream. read()TupleListStream. read()TupleMergeStream. read()TupleModelStream. read()TupleNoOpStream. read()TupleNullStream. read()TupleOuterHashJoinStream. read()TupleParallelListStream. read()TupleParallelStream. read()TuplePlotStream. read()TuplePriorityStream. read()TuplePushBackStream. read()TupleRandomFacadeStream. read()TupleRandomStream. read()TupleRankStream. read()TupleReducerStream. read()TupleRollupStream. read()TupleScoreNodesStream. read()TupleSearchFacadeStream. read()TupleSearchStream. read()TupleSelectStream. read()TupleSignificantTermsStream. read()TupleSolrStream. read()Reads a Tuple from the stream.TupleSortStream. read()TupleSqlStream. read()TupleStatsStream. read()TupleTextLogitStream. read()TupleTextLogitStream.TermsStream. read()TupleTimeSeriesStream. read()TupleTopicStream. read()abstract TupleTupleStream. read()TupleTupStream. read()TupleUniqueStream. read()TupleUpdateStream. read()TupleZplotStream. read()Methods in org.apache.solr.client.solrj.io.stream that return types with arguments of type Tuple Modifier and Type Method Description Map<String,Tuple>CloudSolrStream. getEofTuples()Methods in org.apache.solr.client.solrj.io.stream with parameters of type Tuple Modifier and Type Method Description protected StringHashJoinStream. computeHash(Tuple tuple, List<String> hashOn)voidPushBackStream. pushBack(Tuple tuple)Method parameters in org.apache.solr.client.solrj.io.stream with type arguments of type Tuple Modifier and Type Method Description protected TupleJoinStream. loadEqualTupleGroup(PushBackStream stream, LinkedList<Tuple> group, StreamComparator groupComparator)Given the stream, start from beginning and load group with all tuples that are equal to the first in stream (including the first one in the stream).Constructor parameters in org.apache.solr.client.solrj.io.stream with type arguments of type Tuple Constructor Description StreamTask(ArrayBlockingQueue<Tuple> queue, StreamFactory streamFactory, StreamContext streamContext) -
Uses of Tuple in org.apache.solr.client.solrj.io.stream.metrics
Methods in org.apache.solr.client.solrj.io.stream.metrics with parameters of type Tuple Modifier and Type Method Description ObjectBucket. getBucketValue(Tuple tuple)voidCountDistinctMetric. update(Tuple tuple)voidCountMetric. update(Tuple tuple)voidMaxMetric. update(Tuple tuple)voidMeanMetric. update(Tuple tuple)abstract voidMetric. update(Tuple tuple)voidMinMetric. update(Tuple tuple)voidPercentileMetric. update(Tuple tuple)voidStdMetric. update(Tuple tuple)voidSumMetric. update(Tuple tuple)voidWeightedSumMetric. update(Tuple tuple)
-