| Modifier and Type | Method and Description |
|---|---|
static FrameComparisonWidgetImpl |
FrameComparisonWidgetImpl.create(Frame frame,
FrameReader frameReader,
List<SortColumn> sortColumns)
Create a
FrameComparisonWidget for the given frame. |
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
FrameProcessors.makeCursor(Frame frame,
FrameReader frameReader) |
| Constructor and Description |
|---|
FrameChannelMerger(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
WritableFrameChannel outputChannel,
FrameWriterFactory frameWriterFactory,
ClusterBy clusterBy,
ClusterByPartitions partitions,
long rowLimit) |
SuperSorter(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
ClusterBy clusterBy,
com.google.common.util.concurrent.ListenableFuture<ClusterByPartitions> outputPartitionsFuture,
FrameProcessorExecutor exec,
File temporaryDirectory,
OutputChannelFactory outputChannelFactory,
Supplier<MemoryAllocator> innerFrameAllocatorMaker,
int maxActiveProcessors,
int maxChannelsPerProcessor,
long rowLimit,
String cancellationId,
SuperSorterProgressTracker superSorterProgressTracker)
Initializes a SuperSorter.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameReader |
FrameReader.create(RowSignature signature)
Create a reader for frames with a given
RowSignature. |
| Constructor and Description |
|---|
FrameSegment(Frame frame,
FrameReader frameReader,
SegmentId segmentId) |
FrameStorageAdapter(Frame frame,
FrameReader frameReader,
org.joda.time.Interval interval) |
| Constructor and Description |
|---|
FrameCursorFactory(Frame frame,
FrameReader frameReader,
List<FieldReader> fieldReaders) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FrameSort.sort(Frame frame,
FrameReader frameReader,
List<SortColumn> sortColumns)
Sort the given frame in-place.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.