T
- type of identifier supplied to the call that made the queue.public interface AsyncObjectSizeQueue<T extends ObjectId> extends AsyncOperation
Modifier and Type | Method and Description |
---|---|
T |
getCurrent() |
ObjectId |
getObjectId() |
long |
getSize() |
boolean |
next()
Position this queue onto the next available result.
|
cancel, release
boolean next() throws MissingObjectException, IOException
MissingObjectException
- the object does not exist. If the implementation is retaining
the application's objects getCurrent()
will be the
current object that is missing. There may be more results
still available, so the caller should continue invoking next
to examine another result.IOException
- the object store cannot be accessed.T getCurrent()
getObjectId()
.ObjectId getObjectId()
long getSize()
Copyright © 2013. All rights reserved.