Package network.aika.callbacks
Class FSSuspensionCallback
java.lang.Object
network.aika.callbacks.FSSuspensionCallback
- All Implemented Interfaces:
SuspensionCallback
- Author:
- Lukas Molzberger
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
createId()
getIdByLabel
(String label) void
void
open()
void
void
void
void
removeLabel
(String label) byte[]
void
void
-
Field Details
-
MODEL
-
INDEX
-
-
Constructor Details
-
FSSuspensionCallback
-
-
Method Details
-
prepareNewModel
- Specified by:
prepareNewModel
in interfaceSuspensionCallback
- Throws:
IOException
-
open
- Specified by:
open
in interfaceSuspensionCallback
- Throws:
IOException
-
close
- Specified by:
close
in interfaceSuspensionCallback
- Throws:
IOException
-
getIdByLabel
- Specified by:
getIdByLabel
in interfaceSuspensionCallback
-
putLabel
- Specified by:
putLabel
in interfaceSuspensionCallback
-
removeLabel
- Specified by:
removeLabel
in interfaceSuspensionCallback
-
createId
public long createId()- Specified by:
createId
in interfaceSuspensionCallback
-
store
- Specified by:
store
in interfaceSuspensionCallback
- Throws:
IOException
-
retrieve
- Specified by:
retrieve
in interfaceSuspensionCallback
- Throws:
IOException
-
remove
- Specified by:
remove
in interfaceSuspensionCallback
-
getAllIds
- Specified by:
getAllIds
in interfaceSuspensionCallback
-
loadIndex
- Specified by:
loadIndex
in interfaceSuspensionCallback
-
saveIndex
- Specified by:
saveIndex
in interfaceSuspensionCallback
-