public interface URIRepositoryAppender
Modifier and Type | Method and Description |
---|---|
long |
append(URI uri)
Returns the new identifier related to the URI, -id iff the URI already exists under the id
in the base.
|
void |
close() |
long |
size()
Returns number of URIs in the base, or -1 iff the value is unknown.
|
long append(URI uri) throws DatabaseStorageException
DatabaseStorageException
void close()
long size()
Copyright © 2016 Egothor. All Rights Reserved.