Uses of Class
fr.dyade.aaa.util.Operation
-
Packages that use Operation Package Description fr.dyade.aaa.ext fr.dyade.aaa.util -
-
Uses of Operation in fr.dyade.aaa.ext
Fields in fr.dyade.aaa.ext with type parameters of type Operation Modifier and Type Field Description (package private) Hashtable<Object,Operation>NGTransaction.LogManager. logMemory log of all operations already committed but not reported on disk.Methods in fr.dyade.aaa.ext with parameters of type Operation Modifier and Type Method Description byte[]NGTransaction.LogManager. getFromLog(Operation op)Method parameters in fr.dyade.aaa.ext with type arguments of type Operation Modifier and Type Method Description (package private) voidNGTransaction.LogManager. commit(Hashtable<Object,Operation> ctxlog)Reports all buffered operations in logs. -
Uses of Operation in fr.dyade.aaa.util
Fields in fr.dyade.aaa.util with type parameters of type Operation Modifier and Type Field Description (package private) Hashtable<Object,Operation>NTransaction.LogFile. logLog of all operations already committed but not reported on disk.Methods in fr.dyade.aaa.util that return Operation Modifier and Type Method Description static OperationOperation. alloc(int type, String dirName, String name)static OperationOperation. alloc(int type, String dirName, String name, byte[] value)Method parameters in fr.dyade.aaa.util with type arguments of type Operation Modifier and Type Method Description (package private) voidNTransaction.LogFile. commit(Hashtable<Object,Operation> ctxlog)Reports all buffered operations in logs.
-