public class DaxRegister
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addFile(DaxFileChunk thisFile)
Adds the file.
|
void |
addJob(DaxJobChunk thisJob)
Adds the job.
|
void |
clear()
Clear.
|
static DaxRegister |
getDaxRegister()
Gets the dax register.
|
DaxFileChunk |
getFileChunkFromUUID(java.util.UUID uuid)
Gets the file chunk from uuid.
|
DaxJobChunk |
getJobChunkFromUUID(java.util.UUID uuid)
Gets the job chunk from uuid.
|
java.util.List<DaxJobChunk> |
getJobChunks()
Gets the job chunks.
|
void |
listAll()
List all.
|
public static DaxRegister getDaxRegister()
public void listAll()
public void addFile(DaxFileChunk thisFile)
thisFile
- the this filepublic void addJob(DaxJobChunk thisJob)
thisJob
- the this jobpublic java.util.List<DaxJobChunk> getJobChunks()
public DaxJobChunk getJobChunkFromUUID(java.util.UUID uuid)
uuid
- the uuidpublic DaxFileChunk getFileChunkFromUUID(java.util.UUID uuid)
uuid
- the uuidpublic void clear()