Uses of Interface
de.caluga.morphium.writer.MorphiumWriter
-
Packages that use MorphiumWriter Package Description de.caluga.morphium de.caluga.morphium.writer -
-
Uses of MorphiumWriter in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumWriter Modifier and Type Method Description MorphiumWriterMorphiumConfig. getAsyncWriter()MorphiumWriterMorphiumConfig. getBufferedWriter()MorphiumWriterMorphiumConfig. getWriter()MorphiumWriterMorphium. getWriterForClass(Class<?> cls)Methods in de.caluga.morphium with parameters of type MorphiumWriter Modifier and Type Method Description <T> voidMorphium. ensureIndicesFor(Class<T> type, String onCollection, AsyncOperationCallback<T> callback, MorphiumWriter wr)MorphiumConfigMorphiumConfig. setAsyncWriter(MorphiumWriter asyncWriter)MorphiumConfigMorphiumConfig. setBufferedWriter(MorphiumWriter bufferedWriter)MorphiumConfigMorphiumConfig. setWriter(MorphiumWriter writer) -
Uses of MorphiumWriter in de.caluga.morphium.writer
Classes in de.caluga.morphium.writer that implement MorphiumWriter Modifier and Type Class Description classAsyncWriterImplUser: Stephan Bösebeck Date: 19.03.13 Time: 12:36classBufferedMorphiumWriterImplUser: Stephan Bösebeck Date: 11.03.13 Time: 11:41classMorphiumWriterImplUser: Stephan Bösebeck Date: 30.08.12 Time: 14:38
-