public interface BlobTracker
extends java.io.Closeable
Modifier and Type | Interface and Description |
---|---|
static class |
BlobTracker.Options |
Modifier and Type | Method and Description |
---|---|
void |
add(java.io.File recs)
Adds the ids in the given file.
|
void |
add(java.util.Iterator<java.lang.String> recs)
Adds the given ids.
|
void |
add(java.lang.String id)
Adds the given id.
|
java.util.Iterator<java.lang.String> |
get()
Fetches an iterator of records available.
|
java.io.File |
get(java.lang.String path)
Fetches a File object which having all the sorted records.
|
void |
remove(java.io.File recs)
Remove the ids in the given file and deletes the file.
|
void |
remove(java.io.File recs,
BlobTracker.Options options)
Remove the ids in the given file and deletes the file.
|
void |
remove(java.util.Iterator<java.lang.String> recs)
Remove the given ids.
|
void add(java.lang.String id) throws java.io.IOException
id
- the record id to be trackedjava.io.IOException
void add(java.util.Iterator<java.lang.String> recs) throws java.io.IOException
recs
- java.io.IOException
void add(java.io.File recs) throws java.io.IOException
recs
- java.io.IOException
void remove(java.util.Iterator<java.lang.String> recs) throws java.io.IOException
recs
- java.io.IOException
void remove(java.io.File recs) throws java.io.IOException
recs
- java.io.IOException
void remove(java.io.File recs, BlobTracker.Options options) throws java.io.IOException
recs
- java.io.IOException
java.util.Iterator<java.lang.String> get() throws java.io.IOException
java.io.IOException
java.io.File get(java.lang.String path) throws java.io.IOException
File
handle is the responsibility of the handler.java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved