- 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
-
- 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.
- 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 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
-
- 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
-
- 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
-
- 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
-
- 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