| Package | Description |
|---|---|
| at.molindo.scrutineer | |
| at.molindo.scrutineer.sort | |
| at.molindo.scrutineer.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdAndVersion |
class |
LongIdAndVersion |
class |
StringIdAndVersion |
| Modifier and Type | Method and Description |
|---|---|
IdAndVersion |
IdAndVersionFactory.create(Object id,
long version) |
IdAndVersion |
IdAndVersionFactory.readFromStream(ObjectInputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IdAndVersion> |
IdAndVersionStream.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.lang.builder.CompareToBuilder |
StringIdAndVersion.appendId(org.apache.commons.lang.builder.CompareToBuilder appender,
IdAndVersion other) |
protected org.apache.commons.lang.builder.CompareToBuilder |
LongIdAndVersion.appendId(org.apache.commons.lang.builder.CompareToBuilder appender,
IdAndVersion other) |
protected abstract org.apache.commons.lang.builder.CompareToBuilder |
AbstractIdAndVersion.appendId(org.apache.commons.lang.builder.CompareToBuilder appender,
IdAndVersion other) |
int |
AbstractIdAndVersion.compareTo(IdAndVersion other) |
void |
IdAndVersionStreamVerifierListener.onMissingInPrimaryStream(IdAndVersion idAndVersion) |
void |
IdAndVersionStreamVerifierListener.onMissingInSecondaryStream(IdAndVersion idAndVersion) |
void |
IdAndVersionStreamVerifierListener.onVersionMisMatch(IdAndVersion primaryItem,
IdAndVersion secondaryItem) |
void |
StringIdAndVersionFactory.writeToStream(IdAndVersion idAndVersion,
ObjectOutputStream objectOutputStream) |
void |
IdAndVersionFactory.writeToStream(IdAndVersion idAndVersion,
ObjectOutputStream objectOutputStream) |
void |
LongIdAndVersionFactory.writeToStream(IdAndVersion idAndVersion,
ObjectOutputStream objectOutputStream) |
| Modifier and Type | Method and Description |
|---|---|
IdAndVersion |
IdAndVersionInputStreamIterator.next() |
IdAndVersion |
IdAndVersionDataReader.readNext() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.sort.DataReader<IdAndVersion> |
IdAndVersionDataReaderFactory.constructReader(InputStream inputStream) |
com.fasterxml.sort.DataWriter<IdAndVersion> |
IdAndVersionDataWriterFactory.constructWriter(OutputStream outputStream) |
Iterator<IdAndVersion> |
SortedIdAndVersionStream.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
IdAndVersionDataReader.estimateSizeInBytes(IdAndVersion item) |
void |
IdAndVersionDataWriter.writeEntry(IdAndVersion item) |
| Constructor and Description |
|---|
StreamSorter(com.fasterxml.sort.Sorter<IdAndVersion> sorter) |
| Modifier and Type | Method and Description |
|---|---|
IdAndVersion |
FileIdAndVersionStreamIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IdAndVersion> |
IterableIdAndVersionStream.iterator() |
Iterator<IdAndVersion> |
FileIdAndVersionStream.iterator() |
| Constructor and Description |
|---|
IterableIdAndVersionStream(IdAndVersion... idAndVersions) |
| Constructor and Description |
|---|
IterableIdAndVersionStream(Iterable<? extends IdAndVersion> iterable) |
Copyright © 2011-2016 Molindo GmbH. All Rights Reserved.