public class DaxFileChunk
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DaxFileChunk() |
Modifier and Type | Method and Description |
---|---|
void |
addInJobChunk(DaxJobChunk chunk)
Adds the in job chunk.
|
void |
addOutJobChunk(DaxJobChunk chunk)
Adds the out job chunk.
|
java.lang.String |
getFileLocation()
Gets the file location.
|
java.lang.String |
getFilename()
Gets the filename.
|
java.lang.String |
getFileProtocol()
Gets the file protocol.
|
java.util.List |
getInJobChunks()
Gets the in job chunks.
|
PatternCollection |
getNamePattern()
Gets the name pattern.
|
java.lang.String |
getNextFilename()
Deprecated.
|
int |
getNumberOfFiles()
Gets the number of files.
|
java.util.List |
getOutJobChunks()
Gets the out job chunks.
|
java.util.UUID |
getUuid()
Gets the uuid.
|
boolean |
isCollection()
Checks if is collection.
|
boolean |
isOne2one()
Checks if is one2one.
|
boolean |
isPhysicalFile()
Checks if is physical file.
|
void |
listChunks()
List chunks.
|
void |
resetNextCounter()
Reset next counter.
|
void |
setCollection(boolean collection)
Sets the collection.
|
void |
setFileLocation(java.lang.String fileLocation)
Sets the file location.
|
void |
setFilename(java.lang.String filename)
Sets the filename.
|
void |
setFileProtocol(java.lang.String fileProtocol)
Sets the file protocol.
|
void |
setInJobChunks(java.util.Vector inJobChunks)
Sets the in job chunks.
|
void |
setNamePattern(PatternCollection namePattern)
Sets the name pattern.
|
void |
setNumberOfFiles(int numberOfFiles)
Sets the number of files.
|
void |
setOne2one(boolean one2one)
Sets the one2one.
|
void |
setOutJobChunks(java.util.Vector outJobChunks)
Sets the out job chunks.
|
void |
setPhysicalFile(boolean physicalFile)
Sets the physical file.
|
void |
setUuid(java.util.UUID uuid)
Sets the uuid.
|
public java.lang.String getFilename()
@Deprecated public java.lang.String getNextFilename()
public void resetNextCounter()
public void setFilename(java.lang.String filename)
filename
- the new filenamepublic boolean isCollection()
public void setCollection(boolean collection)
collection
- the new collectionpublic java.util.UUID getUuid()
public void setUuid(java.util.UUID uuid)
uuid
- the new uuidpublic java.util.List getInJobChunks()
public void addInJobChunk(DaxJobChunk chunk)
chunk
- the chunkpublic void setInJobChunks(java.util.Vector inJobChunks)
inJobChunks
- the new in job chunkspublic java.util.List getOutJobChunks()
public void addOutJobChunk(DaxJobChunk chunk)
chunk
- the chunkpublic void setOutJobChunks(java.util.Vector outJobChunks)
outJobChunks
- the new out job chunkspublic void listChunks()
public void setNumberOfFiles(int numberOfFiles)
numberOfFiles
- the new number of filespublic int getNumberOfFiles()
public PatternCollection getNamePattern()
public void setNamePattern(PatternCollection namePattern)
namePattern
- the new name patternpublic boolean isOne2one()
public void setOne2one(boolean one2one)
one2one
- the new one2onepublic void setFileLocation(java.lang.String fileLocation)
fileLocation
- the new file locationpublic java.lang.String getFileLocation()
public java.lang.String getFileProtocol()
public void setFileProtocol(java.lang.String fileProtocol)
fileProtocol
- the new file protocolpublic boolean isPhysicalFile()
public void setPhysicalFile(boolean physicalFile)
physicalFile
- the new physical file