Package | Description |
---|---|
org.apache.solr.analytics.stream.reservation |
Reservation classes for a single type of data being stored by one Reduction Data Collector.
|
org.apache.solr.analytics.stream.reservation.write |
Writing classes for a single type of data being stored by one Reduction Data Collector.
|
Class and Description |
---|
BooleanCheckedDataWriter |
BooleanDataArrayWriter |
BooleanDataWriter |
DoubleCheckedDataWriter |
DoubleDataArrayWriter |
DoubleDataWriter |
FloatCheckedDataWriter |
FloatDataArrayWriter |
FloatDataWriter |
IntCheckedDataWriter |
IntDataArrayWriter |
IntDataWriter |
LongCheckedDataWriter |
LongDataArrayWriter |
LongDataWriter |
ReductionDataWriter
Abstract public class to manage the extraction and writing of data to a
DataOutput stream. |
StringCheckedDataWriter |
StringDataArrayWriter |
StringDataWriter |
Class and Description |
---|
ReductionCheckedDataWriter
Abstract class to manage the extraction and writing of data to a
DataOutput stream. |
ReductionDataArrayWriter
Abstract class to manage the extraction and writing of array data to a
DataOutput stream. |
ReductionDataWriter
Abstract public class to manage the extraction and writing of data to a
DataOutput stream. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.