| Package | Description |
|---|---|
| org.aksw.changesets |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartition<T> |
class |
BackedPartition<T>
A Partition that switches from an in-memory backend
to a persistent one, once the in-memory partition becomes full.
|
class |
FileLinePartition |
class |
PartitionCollection<T>
Allows to treat an ordinary collection as a partition.
|
class |
PartitionDecorator<T>
Allows one to delegate calls to the underlying partition.
|
| Modifier and Type | Method and Description |
|---|---|
Partition<T> |
PartitionFactory.create() |
Partition<String> |
FileLinePartitionFactory.create() |
Partition<String> |
DiffPartitionMerger.getTargetPartition(Map<Integer,Partition<String>> map,
int id,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
org.aksw.commons.collections.diff.IDiff<Map<Integer,Partition<String>>> |
DiffPartitionMerger.merge(List<org.aksw.commons.collections.diff.IDiff<File>> diffs) |
static Map<Integer,Partition<String>> |
Partitioner.partitionFile(File sourceFile,
String tmpDir,
int numPartitions) |
| Modifier and Type | Method and Description |
|---|---|
static FileLinePartition |
DiffPartitionMerger.asFilePartition(Partition<String> partition) |
| Modifier and Type | Method and Description |
|---|---|
Partition<String> |
DiffPartitionMerger.getTargetPartition(Map<Integer,Partition<String>> map,
int id,
String suffix) |
static void |
DiffPartitionMerger.writePartitions(Map<Integer,Partition<String>> map,
File file) |
static void |
DiffPartitionMerger.writePartitions(Map<Integer,Partition<String>> map,
PrintStream printer) |
Copyright © 2013. All Rights Reserved.