Package | Description |
---|---|
org.archive.wayback.util.partition | |
org.archive.wayback.util.partition.size |
Modifier and Type | Field and Description |
---|---|
static PartitionSize |
Partitioner.daySize
PartitionSize based on Day intervals
|
static PartitionSize |
Partitioner.hourSize
PartitionSize based on Hour intervals
|
static PartitionSize |
Partitioner.monthSize
PartitionSize based on Month intervals
|
static PartitionSize |
Partitioner.twoMonthSize
PartitionSize based on Two Month intervals
|
static PartitionSize |
Partitioner.twoYearSize
PartitionSize based on Two Year intervals
|
static PartitionSize |
Partitioner.weekSize
PartitionSize based on Week intervals
|
static PartitionSize |
Partitioner.yearSize
PartitionSize based on Year intervals
|
Modifier and Type | Method and Description |
---|---|
PartitionSize |
Partitioner.getSize(Date first,
Date last,
int maxP)
Attempt to find the smallest PartitionSize implementation which, spanning
the range first and last specified, produces at most maxP partitions.
|
static PartitionSize |
Partitioner.getSize(String name)
Get a PartitionSize object by it's name
|
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 | Class and Description |
---|---|
class |
DayPartitionSize
PartitionSize which aligns on one Day partitions
|
class |
HourPartitionSize
PartitionSize which aligns on one Hour partitions
|
class |
MonthPartitionSize
PartitionSize which aligns on one Month partitions
|
class |
TwoMonthPartitionSize
PartitionSize which aligns on two Month partitions
|
class |
TwoYearPartitionSize
PartitionSize which aligns on two Year partitions
|
class |
WeekPartitionSize
PartitionSize which aligns on one Week partitions
|
class |
YearPartitionSize
PartitionSize which aligns on one Year partitions
|
Copyright © 2005–2015 IIPC. All rights reserved.