Skip navigation links
A C D E F G H I K M N O P R S T V W X 

A

add(String, String, boolean) - Method in class org.duracloud.chunk.util.ChunksManifestVerifier.Results
 
addContent(String, String, String, File) - Method in class org.duracloud.chunk.FileChunker
This method pushes the content file to the space destSpaceId with the content ID destContentId
addContent(String, String, String, long, InputStream, Map<String, String>) - Method in class org.duracloud.chunk.FileChunker
This method pushes the content file to the space destSpaceId with the content ID destContentId
addContentFrom(File, String) - Method in class org.duracloud.chunk.FileChunker
This method loops the arg baseDir and pushes the found content to the arg destSpace.
AddContentResult - Class in org.duracloud.chunk.writer
 
AddContentResult(String, String, long) - Constructor for class org.duracloud.chunk.writer.AddContentResult
 
AddContentResult.State - Enum in org.duracloud.chunk.writer
 
addEntry(String, String, long) - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
addNewChunk() - Method in interface org.duracloud.ChunksType
Appends and returns a new empty value (as xml) as the last "chunk" element
addNewChunk() - Method in class org.duracloud.impl.ChunksTypeImpl
Appends and returns a new empty value (as xml) as the last "chunk" element
addNewChunks() - Method in interface org.duracloud.ChunksManifestType
Appends and returns a new empty "chunks" element
addNewChunks() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Appends and returns a new empty "chunks" element
addNewChunksManifest() - Method in interface org.duracloud.ChunksManifestDocument
Appends and returns a new empty "chunksManifest" element
addNewChunksManifest() - Method in class org.duracloud.impl.ChunksManifestDocumentImpl
Appends and returns a new empty "chunksManifest" element
addNewHeader() - Method in interface org.duracloud.ChunksManifestType
Appends and returns a new empty "header" element
addNewHeader() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Appends and returns a new empty "header" element
addNewSourceContent() - Method in interface org.duracloud.HeaderType
Appends and returns a new empty "sourceContent" element
addNewSourceContent() - Method in class org.duracloud.impl.HeaderTypeImpl
Appends and returns a new empty "sourceContent" element

C

calculateBufferSize(long) - Method in class org.duracloud.chunk.ChunkableContent
This method finds the maximum 1-KB divisor of arg maxChunkSize that is less than 8-KB.
ChunkableContent - Class in org.duracloud.chunk
This class manages the provided content stream by breaking it chunks of the size specified by maxChunkSize.
ChunkableContent(String, InputStream, long, long) - Constructor for class org.duracloud.chunk.ChunkableContent
 
ChunkableContent(String, String, InputStream, long, long) - Constructor for class org.duracloud.chunk.ChunkableContent
 
ChunkInputStream - Class in org.duracloud.chunk.stream
This class provides the ability to limit the number of bytes read from the provided InputStream to maxChunkSize.
ChunkInputStream(String, InputStream, long, boolean) - Constructor for class org.duracloud.chunk.stream.ChunkInputStream
 
ChunksManifest - Class in org.duracloud.chunk.manifest
 
ChunksManifest(ChunksManifestBean) - Constructor for class org.duracloud.chunk.manifest.ChunksManifest
 
ChunksManifest(String, String, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifest
 
ChunksManifestBean - Class in org.duracloud.chunk.manifest
This class is a simple bean for a ChunksManifest.
ChunksManifestBean() - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean
 
ChunksManifestBean.ManifestEntry - Class in org.duracloud.chunk.manifest
Manifest Entry inner class.
ChunksManifestBean.ManifestHeader - Class in org.duracloud.chunk.manifest
Manifest Header inner class.
ChunksManifestDocument - Interface in org.duracloud
A document containing one chunksManifest(@duracloud.org) element.
ChunksManifestDocument.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunksManifestDocumentImpl - Class in org.duracloud.impl
A document containing one chunksManifest(@duracloud.org) element.
ChunksManifestDocumentImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunksManifestDocumentImpl
 
ChunksManifestType - Interface in org.duracloud
An XML chunksManifestType(@duracloud.org).
ChunksManifestType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunksManifestTypeImpl - Class in org.duracloud.impl
An XML chunksManifestType(@duracloud.org).
ChunksManifestTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunksManifestTypeImpl
 
ChunksManifestVerifier - Class in org.duracloud.chunk.util
This class is responsible for verifying that all the chunks listed in a given chunk manifest exactly match the actual chunks stored in a specified space.
ChunksManifestVerifier(ContentStore) - Constructor for class org.duracloud.chunk.util.ChunksManifestVerifier
 
ChunksManifestVerifier.Result - Class in org.duracloud.chunk.util
 
ChunksManifestVerifier.Results - Class in org.duracloud.chunk.util
 
ChunksType - Interface in org.duracloud
An XML chunksType(@duracloud.org).
ChunksType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunksTypeImpl - Class in org.duracloud.impl
An XML chunksType(@duracloud.org).
ChunksTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunksTypeImpl
 
chunkSuffix - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
 
ChunkType - Interface in org.duracloud
An XML chunkType(@duracloud.org).
ChunkType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
ChunkTypeImpl - Class in org.duracloud.impl
An XML chunkType(@duracloud.org).
ChunkTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.ChunkTypeImpl
 
ChunkUtil - Class in org.duracloud.chunk.util
This class provides chunk and manifest contentId helpers.
ChunkUtil() - Constructor for class org.duracloud.chunk.util.ChunkUtil
 
close() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
ContentNotAddedException - Exception in org.duracloud.chunk.error
 
ContentNotAddedException(String) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
 
ContentNotAddedException(String, Exception) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
 
ContentNotAddedException(String, String, Exception) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
 
ContentWriter - Interface in org.duracloud.chunk.writer
 
CountingDigestInputStream - Class in org.duracloud.chunk.stream
This class combines the two InputStream implementations: - CountingInputStream & - DigestInputStream
CountingDigestInputStream(InputStream, boolean) - Constructor for class org.duracloud.chunk.stream.CountingDigestInputStream
The digest capabilities are turned off if the arg preserveMD5 is false
createChunksManifestElementFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementWriter
This method serializes a ChunksManifest object into a ChunksManifest xml element.
createDocumentFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
This method serializes the arg ChunksManifest object into an xml document.
createManifestFrom(InputStream) - Static method in class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
This method binds a ChunksManifest object to the content of the arg xml.
createManifestFrom(ChunksManifestDocument) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementReader
This method binds a ChunksManifest xml document to a ChunksManifest object
createTestContent(File, long) - Static method in class org.duracloud.chunk.FileChunker
This method generates a test file with random char content.

D

DuracloudContentWriter - Class in org.duracloud.chunk.writer
This class implements the ContentWriter interface to write the provided content to the Duracloud storeclient interface.
DuracloudContentWriter(ContentStore, String) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
 
DuracloudContentWriter(ContentStore, String, int, int) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
 
DuracloudContentWriter(ContentStore, String, boolean, boolean) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
 
DuracloudContentWriter(ContentStore, String, boolean, boolean, int, int) - Constructor for class org.duracloud.chunk.writer.DuracloudContentWriter
 

E

errorsExist() - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 

F

FileChunker - Class in org.duracloud.chunk
This class provides the ability to loop over a directory of content which may include files over 5-GB in size, chunk, and push them to a DataStore encapsulated by the member: ContentWriter.
FileChunker(ContentWriter) - Constructor for class org.duracloud.chunk.FileChunker
 
FileChunker(ContentWriter, FileChunkerOptions) - Constructor for class org.duracloud.chunk.FileChunker
 
FileChunkerDriver - Class in org.duracloud.chunk
This class is a commandline interface for initiating the read of local content, chunking it, then writing it via a provided ContentWriter.
FileChunkerDriver() - Constructor for class org.duracloud.chunk.FileChunkerDriver
 
FileChunkerOptions - Class in org.duracloud.chunk
This class is a simple container for configuration options for the FileChunker.
FileChunkerOptions() - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(long) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(IOFileFilter, long) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(long, boolean) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(IOFileFilter, IOFileFilter, long) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FileChunkerOptions(IOFileFilter, IOFileFilter, long, boolean, boolean) - Constructor for class org.duracloud.chunk.FileChunkerOptions
 
FilesystemContentWriter - Class in org.duracloud.chunk.writer
This class implements the ContentWriter interface to write the provided content to a local filesystem.
FilesystemContentWriter() - Constructor for class org.duracloud.chunk.writer.FilesystemContentWriter
 
finalizeManifest() - Method in class org.duracloud.chunk.ChunkableContent
 

G

get() - Method in class org.duracloud.chunk.util.ChunksManifestVerifier.Results
 
getBody() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
getByteSize() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getByteSize() - Method in interface org.duracloud.ChunkType
Gets the "byteSize" element
getByteSize() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "byteSize" element
getByteSize() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "byteSize" element
getByteSize() - Method in interface org.duracloud.SourceContentType
Gets the "byteSize" element
getChunkArray() - Method in interface org.duracloud.ChunksType
Gets array of all "chunk" elements
getChunkArray(int) - Method in interface org.duracloud.ChunksType
Gets ith "chunk" element
getChunkArray() - Method in class org.duracloud.impl.ChunksTypeImpl
Gets array of all "chunk" elements
getChunkArray(int) - Method in class org.duracloud.impl.ChunksTypeImpl
Gets ith "chunk" element
getChunkId() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getChunkId() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getChunkId() - Method in class org.duracloud.chunk.util.ChunksManifestVerifier.Result
 
getChunkId() - Method in interface org.duracloud.ChunkType
Gets the "chunkId" attribute
getChunkId() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "chunkId" attribute
getChunkMD5() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getChunks() - Method in interface org.duracloud.ChunksManifestType
Gets the "chunks" element
getChunks() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Gets the "chunks" element
getChunkSize() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getChunksManifest() - Method in interface org.duracloud.ChunksManifestDocument
Gets the "chunksManifest" element
getChunksManifest() - Method in class org.duracloud.impl.ChunksManifestDocumentImpl
Gets the "chunksManifest" element
getContentId() - Method in exception org.duracloud.chunk.error.ContentNotAddedException
 
getContentId() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getContentId() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "contentId" attribute
getContentId() - Method in interface org.duracloud.SourceContentType
Gets the "contentId" attribute
getContentSize() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getDirFilter() - Method in class org.duracloud.chunk.FileChunkerOptions
 
getEntries() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
getError() - Method in class org.duracloud.chunk.util.ChunksManifestVerifier.Result
 
getFileFilter() - Method in class org.duracloud.chunk.FileChunkerOptions
 
getHeader() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
getHeader() - Method in interface org.duracloud.ChunksManifestType
Gets the "header" element
getHeader() - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Gets the "header" element
getIndex() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
getIndex() - Method in interface org.duracloud.ChunkType
Gets the "index" attribute
getIndex() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "index" attribute
getLength() - Method in class org.duracloud.chunk.stream.KnownLengthInputStream
 
getManifest() - Method in class org.duracloud.chunk.ChunkableContent
 
getManifestId() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
getMaxChunkSize() - Method in class org.duracloud.chunk.ChunkableContent
 
getMaxChunkSize() - Method in class org.duracloud.chunk.FileChunkerOptions
 
getMaxRetries() - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
getMD5() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getMD5() - Method in class org.duracloud.chunk.stream.CountingDigestInputStream
 
getMd5() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getMd5() - Method in interface org.duracloud.ChunkType
Gets the "md5" element
getMd5() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets the "md5" element
getMd5() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "md5" element
getMd5() - Method in interface org.duracloud.SourceContentType
Gets the "md5" element
getMimetype() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
getMimetype() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
getMimetype() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets the "mimetype" element
getMimetype() - Method in interface org.duracloud.SourceContentType
Gets the "mimetype" element
getResults() - Method in interface org.duracloud.chunk.writer.ContentWriter
This method returns an item-by-item list of results for the write requests.
getResults() - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
getResults() - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method returns the results of the content write requests.
getSchemaVersion() - Method in interface org.duracloud.HeaderType
Gets the "schemaVersion" attribute
getSchemaVersion() - Method in class org.duracloud.impl.HeaderTypeImpl
Gets the "schemaVersion" attribute
getSourceByteSize() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceContent() - Method in interface org.duracloud.HeaderType
Gets the "sourceContent" element
getSourceContent() - Method in class org.duracloud.impl.HeaderTypeImpl
Gets the "sourceContent" element
getSourceContentId() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceMD5() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSourceMimetype() - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
getSpaceId() - Method in exception org.duracloud.chunk.error.ContentNotAddedException
 
getSpaceId() - Method in class org.duracloud.chunk.writer.AddContentResult
 
getState() - Method in class org.duracloud.chunk.writer.AddContentResult
 

H

hasNext() - Method in class org.duracloud.chunk.ChunkableContent
This method indicates if there are any more chunks.
HeaderType - Interface in org.duracloud
An XML headerType(@duracloud.org).
HeaderType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
HeaderTypeImpl - Class in org.duracloud.impl
An XML headerType(@duracloud.org).
HeaderTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.HeaderTypeImpl
 

I

ignore(String, String, long) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method helps with the book-keeping of which files are ignored.
ignore(String, String, long) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
ignore(String, String, long) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
 
insertNewChunk(int) - Method in interface org.duracloud.ChunksType
Inserts and returns a new empty value (as xml) as the ith "chunk" element
insertNewChunk(int) - Method in class org.duracloud.impl.ChunksTypeImpl
Inserts and returns a new empty value (as xml) as the ith "chunk" element
isChunk(String) - Method in class org.duracloud.chunk.util.ChunkUtil
 
isChunkManifest(String) - Method in class org.duracloud.chunk.util.ChunkUtil
 
isIgnoreLargeFiles() - Method in class org.duracloud.chunk.FileChunkerOptions
 
isPreserveChunkMD5s() - Method in class org.duracloud.chunk.FileChunkerOptions
 
isSuccess() - Method in class org.duracloud.chunk.util.ChunksManifestVerifier.Result
 
isSuccess() - Method in class org.duracloud.chunk.util.ChunksManifestVerifier.Results
 
iterator() - Method in class org.duracloud.chunk.ChunkableContent
 

K

KnownLengthInputStream - Class in org.duracloud.chunk.stream
This wraps ByteArrayInputStream and adds a length field.
KnownLengthInputStream(String) - Constructor for class org.duracloud.chunk.stream.KnownLengthInputStream
 

M

main(String[]) - Static method in class org.duracloud.chunk.FileChunkerDriver
Main
ManifestDocumentBinding - Class in org.duracloud.chunk.manifest.xml
This class is a helper utility for binding ChunksManifest objects to a ChunksManifest xml document.
ManifestDocumentBinding() - Constructor for class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
 
ManifestElementReader - Class in org.duracloud.chunk.manifest.xml
This class is responsible for binding ChunksManifest xml documents to ChunksManifest objects.
ManifestElementReader() - Constructor for class org.duracloud.chunk.manifest.xml.ManifestElementReader
 
ManifestElementWriter - Class in org.duracloud.chunk.manifest.xml
This class is responsible for serializing ChunksManifest objects into ChunksManifest xml documents.
ManifestElementWriter() - Constructor for class org.duracloud.chunk.manifest.xml.ManifestElementWriter
 
ManifestEntry(String, String, int, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
 
ManifestHeader(String, String, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
manifestSuffix - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
 
md5Preserved() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 

N

newInstance() - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
newInstance() - Static method in class org.duracloud.ChunksManifestType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
newInstance() - Static method in class org.duracloud.ChunksType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
newInstance() - Static method in class org.duracloud.ChunkType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
newInstance() - Static method in class org.duracloud.HeaderType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
newInstance() - Static method in class org.duracloud.SourceContentType.Factory
 
newInstance(XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunksType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.ChunkType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.HeaderType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated.
XMLInputStream
next() - Method in class org.duracloud.chunk.ChunkableContent
This method returns the next chunk of the wrapped InputStream.
nextChunkId() - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
NotFoundException - Exception in org.duracloud.chunk.error
 
NotFoundException(String) - Constructor for exception org.duracloud.chunk.error.NotFoundException
 
NotFoundException(String, Exception) - Constructor for exception org.duracloud.chunk.error.NotFoundException
 
numBytesRead() - Method in class org.duracloud.chunk.stream.ChunkInputStream
 

O

org.duracloud - package org.duracloud
 
org.duracloud.chunk - package org.duracloud.chunk
 
org.duracloud.chunk.error - package org.duracloud.chunk.error
 
org.duracloud.chunk.manifest - package org.duracloud.chunk.manifest
 
org.duracloud.chunk.manifest.xml - package org.duracloud.chunk.manifest.xml
 
org.duracloud.chunk.stream - package org.duracloud.chunk.stream
 
org.duracloud.chunk.util - package org.duracloud.chunk.util
 
org.duracloud.chunk.writer - package org.duracloud.chunk.writer
 
org.duracloud.impl - package org.duracloud.impl
 

P

parse(String) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(File) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(URL) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Node) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestDocument.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(File) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(URL) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Node) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksManifestType.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.duracloud.ChunksType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(File) - Static method in class org.duracloud.ChunksType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(URL) - Static method in class org.duracloud.ChunksType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunksType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunksType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Node) - Static method in class org.duracloud.ChunksType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunksType.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunksType.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.duracloud.ChunkType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(File) - Static method in class org.duracloud.ChunkType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(URL) - Static method in class org.duracloud.ChunkType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(InputStream) - Static method in class org.duracloud.ChunkType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Reader) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.ChunkType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Node) - Static method in class org.duracloud.ChunkType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.ChunkType.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.ChunkType.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.duracloud.HeaderType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(File) - Static method in class org.duracloud.HeaderType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(URL) - Static method in class org.duracloud.HeaderType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(InputStream) - Static method in class org.duracloud.HeaderType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Reader) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.HeaderType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Node) - Static method in class org.duracloud.HeaderType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.HeaderType.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.HeaderType.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(String, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(File) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(File, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(URL) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(URL, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(InputStream) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(InputStream, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Reader) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Reader, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(XMLStreamReader) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Node) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(Node, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
 
parse(XMLInputStream) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class org.duracloud.SourceContentType.Factory
Deprecated.
XMLInputStream
preChunkedContentId(String) - Method in class org.duracloud.chunk.util.ChunkUtil
 

R

read() - Method in class org.duracloud.chunk.stream.ChunkInputStream
This method reads up to chunkSize number of bytes from the stream.
read(byte[]) - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
read(byte[], int, int) - Method in class org.duracloud.chunk.stream.ChunkInputStream
 
remove() - Method in class org.duracloud.chunk.ChunkableContent
 
removeChunk(int) - Method in interface org.duracloud.ChunksType
Removes the ith "chunk" element
removeChunk(int) - Method in class org.duracloud.impl.ChunksTypeImpl
Removes the ith "chunk" element

S

SCHEMA_VERSION - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
 
setByteSize(long) - Method in interface org.duracloud.ChunkType
Sets the "byteSize" element
setByteSize(long) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "byteSize" element
setByteSize(long) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "byteSize" element
setByteSize(long) - Method in interface org.duracloud.SourceContentType
Sets the "byteSize" element
setChecksumUtil(ChecksumUtil) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
setChunkArray(ChunkType[]) - Method in interface org.duracloud.ChunksType
Sets array of all "chunk" element
setChunkArray(int, ChunkType) - Method in interface org.duracloud.ChunksType
Sets ith "chunk" element
setChunkArray(ChunkType[]) - Method in class org.duracloud.impl.ChunksTypeImpl
Sets array of all "chunk" element
setChunkArray(int, ChunkType) - Method in class org.duracloud.impl.ChunksTypeImpl
Sets ith "chunk" element
setChunkId(String) - Method in interface org.duracloud.ChunkType
Sets the "chunkId" attribute
setChunkId(String) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "chunkId" attribute
setChunks(ChunksType) - Method in interface org.duracloud.ChunksManifestType
Sets the "chunks" element
setChunks(ChunksType) - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Sets the "chunks" element
setChunksManifest(ChunksManifestType) - Method in interface org.duracloud.ChunksManifestDocument
Sets the "chunksManifest" element
setChunksManifest(ChunksManifestType) - Method in class org.duracloud.impl.ChunksManifestDocumentImpl
Sets the "chunksManifest" element
setContentId(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "contentId" attribute
setContentId(String) - Method in interface org.duracloud.SourceContentType
Sets the "contentId" attribute
setEntries(List<ChunksManifestBean.ManifestEntry>) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
setHeader(ChunksManifestBean.ManifestHeader) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean
 
setHeader(HeaderType) - Method in interface org.duracloud.ChunksManifestType
Sets the "header" element
setHeader(HeaderType) - Method in class org.duracloud.impl.ChunksManifestTypeImpl
Sets the "header" element
setIndex(int) - Method in interface org.duracloud.ChunkType
Sets the "index" attribute
setIndex(int) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "index" attribute
setMd5(String) - Method in class org.duracloud.chunk.writer.AddContentResult
 
setMd5(String) - Method in interface org.duracloud.ChunkType
Sets the "md5" element
setMd5(String) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets the "md5" element
setMd5(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "md5" element
setMd5(String) - Method in interface org.duracloud.SourceContentType
Sets the "md5" element
setMD5OfSourceContent(String) - Method in class org.duracloud.chunk.manifest.ChunksManifest
 
setMimetype(String) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets the "mimetype" element
setMimetype(String) - Method in interface org.duracloud.SourceContentType
Sets the "mimetype" element
setPreserveChunkMD5s(boolean) - Method in class org.duracloud.chunk.ChunkableContent
 
setSchemaVersion(String) - Method in interface org.duracloud.HeaderType
Sets the "schemaVersion" attribute
setSchemaVersion(String) - Method in class org.duracloud.impl.HeaderTypeImpl
Sets the "schemaVersion" attribute
setSourceContent(SourceContentType) - Method in interface org.duracloud.HeaderType
Sets the "sourceContent" element
setSourceContent(SourceContentType) - Method in class org.duracloud.impl.HeaderTypeImpl
Sets the "sourceContent" element
setSourceMD5(String) - Method in class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
 
setState(AddContentResult.State) - Method in class org.duracloud.chunk.writer.AddContentResult
 
sizeOfChunkArray() - Method in interface org.duracloud.ChunksType
Returns number of "chunk" element
sizeOfChunkArray() - Method in class org.duracloud.impl.ChunksTypeImpl
Returns number of "chunk" element
SourceContentType - Interface in org.duracloud
An XML sourceContentType(@duracloud.org).
SourceContentType.Factory - Class in org.duracloud
A factory class with static methods for creating instances of this type.
SourceContentTypeImpl - Class in org.duracloud.impl
An XML sourceContentType(@duracloud.org).
SourceContentTypeImpl(SchemaType) - Constructor for class org.duracloud.impl.SourceContentTypeImpl
 

T

type - Static variable in interface org.duracloud.ChunksManifestDocument
 
type - Static variable in interface org.duracloud.ChunksManifestType
 
type - Static variable in interface org.duracloud.ChunksType
 
type - Static variable in interface org.duracloud.ChunkType
 
type - Static variable in interface org.duracloud.HeaderType
 
type - Static variable in interface org.duracloud.SourceContentType
 

V

valueOf(String) - Static method in enum org.duracloud.chunk.writer.AddContentResult.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.duracloud.chunk.writer.AddContentResult.State
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAllChunks(String, ChunksManifest) - Method in class org.duracloud.chunk.util.ChunksManifestVerifier
Verifies the bytes and checksums of the chunks specified in the manifest match what is in DuraCloud and returns a listing of the chunks with a flag indicating whether the check was successful as well as an error message if it was not.

W

write(String, ChunkableContent) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method writes the ChunkableContent to the arg space.
write(String, ChunkableContent, Map<String, String>) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method writes the ChunkableContent to the arg space.
write(String, ChunkableContent, Map<String, String>) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
write(String, ChunkableContent) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
write(String, ChunkableContent) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
write(String, ChunkableContent, Map<String, String>) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
writeReport(File) - Method in class org.duracloud.chunk.FileChunker
 
writeSingle(String, String, ChunkInputStream, Map<String, String>) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method writes the arg Chunk to the arg space.
writeSingle(String, String, ChunkInputStream) - Method in interface org.duracloud.chunk.writer.ContentWriter
This method writes the arg Chunk to the arg space.
writeSingle(String, String, ChunkInputStream, Map<String, String>) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
This method writes a single chunk to the DataStore.
writeSingle(String, String, ChunkInputStream) - Method in class org.duracloud.chunk.writer.DuracloudContentWriter
 
writeSingle(String, String, ChunkInputStream, Map<String, String>) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
This method implements the ContentWriter interface for writing content to a DataStore.
writeSingle(String, String, ChunkInputStream) - Method in class org.duracloud.chunk.writer.FilesystemContentWriter
 

X

xgetByteSize() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "byteSize" element
xgetByteSize() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "byteSize" element
xgetByteSize() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "byteSize" element
xgetByteSize() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "byteSize" element
xgetChunkId() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "chunkId" attribute
xgetChunkId() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "chunkId" attribute
xgetContentId() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "contentId" attribute
xgetContentId() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "contentId" attribute
xgetIndex() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "index" attribute
xgetIndex() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "index" attribute
xgetMd5() - Method in interface org.duracloud.ChunkType
Gets (as xml) the "md5" element
xgetMd5() - Method in class org.duracloud.impl.ChunkTypeImpl
Gets (as xml) the "md5" element
xgetMd5() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "md5" element
xgetMd5() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "md5" element
xgetMimetype() - Method in class org.duracloud.impl.SourceContentTypeImpl
Gets (as xml) the "mimetype" element
xgetMimetype() - Method in interface org.duracloud.SourceContentType
Gets (as xml) the "mimetype" element
xgetSchemaVersion() - Method in interface org.duracloud.HeaderType
Gets (as xml) the "schemaVersion" attribute
xgetSchemaVersion() - Method in class org.duracloud.impl.HeaderTypeImpl
Gets (as xml) the "schemaVersion" attribute
xsetByteSize(XmlLong) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "byteSize" element
xsetByteSize(XmlLong) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "byteSize" element
xsetByteSize(XmlLong) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "byteSize" element
xsetByteSize(XmlLong) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "byteSize" element
xsetChunkId(XmlString) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "chunkId" attribute
xsetChunkId(XmlString) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "chunkId" attribute
xsetContentId(XmlString) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "contentId" attribute
xsetContentId(XmlString) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "contentId" attribute
xsetIndex(XmlInt) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "index" attribute
xsetIndex(XmlInt) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "index" attribute
xsetMd5(XmlString) - Method in interface org.duracloud.ChunkType
Sets (as xml) the "md5" element
xsetMd5(XmlString) - Method in class org.duracloud.impl.ChunkTypeImpl
Sets (as xml) the "md5" element
xsetMd5(XmlString) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "md5" element
xsetMd5(XmlString) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "md5" element
xsetMimetype(XmlString) - Method in class org.duracloud.impl.SourceContentTypeImpl
Sets (as xml) the "mimetype" element
xsetMimetype(XmlString) - Method in interface org.duracloud.SourceContentType
Sets (as xml) the "mimetype" element
xsetSchemaVersion(XmlString) - Method in interface org.duracloud.HeaderType
Sets (as xml) the "schemaVersion" attribute
xsetSchemaVersion(XmlString) - Method in class org.duracloud.impl.HeaderTypeImpl
Sets (as xml) the "schemaVersion" attribute
A C D E F G H I K M N O P R S T V W X 
Skip navigation links

Copyright © 2009–2017 DuraSpace. All rights reserved.