Package | Description |
---|---|
org.archive.wayback.partition | |
org.archive.wayback.util.partition |
Modifier and Type | Field and Description |
---|---|
List<Partition<CaptureSearchResult>> |
ToolBarData.monthPartitions
List
|
List<Partition<Partition<CaptureSearchResult>>> |
BubbleCalendarData.monthsByDay |
List<Partition<Partition<CaptureSearchResult>>> |
BubbleCalendarData.monthsByDay |
List<Partition<Partition<CaptureSearchResult>>> |
ToolBarData.yearPartitions
List
|
List<Partition<Partition<CaptureSearchResult>>> |
ToolBarData.yearPartitions
List
|
Modifier and Type | Method and Description |
---|---|
Partition<Partition<CaptureSearchResult>> |
BubbleCalendarData.getMonthPartition() |
Modifier and Type | Method and Description |
---|---|
List<Partition<T>> |
Partitioner.getRange(PartitionSize size,
Date start,
Date end)
Create a List of Partition objects of the specified size, which span the
date range specified.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementPartitionMap.addElementToPartition(T element,
Partition<T> partition)
Add the element to a partition, possible modifying the Partition in some
way. ex:
partition.add(element);
partition.addTotal(1);
|
Modifier and Type | Method and Description |
---|---|
void |
Partitioner.dumpPartitions(List<Partition<T>> partitions)
Debugging method
|
void |
Partitioner.populate(List<Partition<T>> partitions,
Iterator<T> itr)
Add elements from itr into the appropriate partitions.
|
Copyright © 2005–2015 IIPC. All rights reserved.