Uses of Interface
org.archive.wayback.util.partition.PartitionSize

Packages that use PartitionSize
org.archive.wayback.util.partition   
org.archive.wayback.util.partition.size   
 

Uses of PartitionSize in org.archive.wayback.util.partition
 

Fields in org.archive.wayback.util.partition declared as PartitionSize
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
 

Methods in org.archive.wayback.util.partition that return PartitionSize
 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
 

Methods in org.archive.wayback.util.partition with parameters of type PartitionSize
 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.
 

Uses of PartitionSize in org.archive.wayback.util.partition.size
 

Classes in org.archive.wayback.util.partition.size that implement PartitionSize
 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-2011 Internet Archive. All Rights Reserved.