- getChildCount() - Method in interface org.lockss.repository.RepositoryNode
-
Returns the number of children at this node.
- getContentSize() - Method in interface org.lockss.repository.RepositoryNode
-
Returns the size of the current version of stored cache.
- getContentSize() - Method in interface org.lockss.repository.RepositoryNodeVersion
-
Returns the content of this content version
- getCurrentVersion() - Method in interface org.lockss.repository.RepositoryNode
-
Returns the current version.
- getInputStream() - Method in interface org.lockss.repository.RepositoryNode.RepositoryNodeContents
-
Return an InputStream
- getNewOutputStream() - Method in interface org.lockss.repository.RepositoryNode
-
Return an OutputStream object which writes to a new version
in the cache.
- getNode(String) - Method in interface org.lockss.repository.OldLockssRepository
-
- getNode(String) - Method in class org.lockss.repository.OldLockssRepositoryImpl
-
- getNodeContents() - Method in interface org.lockss.repository.RepositoryNode
-
Return a RepositoryNodeContents object which accesses the
content in the cache and its properties.
- getNodeContents() - Method in interface org.lockss.repository.RepositoryNodeVersion
-
Return a RepositoryNodeContents object which accesses the
content in the cache and its properties.
- getNodeUrl() - Method in interface org.lockss.repository.RepositoryNode
-
Returns the url represented by this node.
- getNodeVersion(int) - Method in interface org.lockss.repository.RepositoryNode
-
Return a RepositoryNodeVersion for the specified content version
- getNodeVersions() - Method in interface org.lockss.repository.RepositoryNode
-
Return an array of RepositoryNodeVersion for all versions of
content/props at this node.
- getNodeVersions(int) - Method in interface org.lockss.repository.RepositoryNode
-
Return an array of RepositoryNodeVersion for the most recent
maxVersions versions of content/props at this node.
- getProperties() - Method in interface org.lockss.repository.RepositoryNode.RepositoryNodeContents
-
Return the properties
- getTreeContentSize(CachedUrlSetSpec, boolean) - Method in interface org.lockss.repository.RepositoryNode
-
Returns the size of the content tree under (and including) this cache, in
bytes.
- getUnsealedRnc() - Method in interface org.lockss.repository.RepositoryNode
-
Return a RepositoryNodeContents object which accesses the
content written to the node but not yet sealed..
- getVersion() - Method in interface org.lockss.repository.RepositoryNodeVersion
-
Returns the version number of this version.