Package cz.o2.proxima.direct.core
Class AbstractBulkAttributeWriter
- java.lang.Object
-
- cz.o2.proxima.core.storage.AbstractStorage
-
- cz.o2.proxima.direct.core.AbstractAttributeWriter
-
- cz.o2.proxima.direct.core.AbstractBulkAttributeWriter
-
- All Implemented Interfaces:
AttributeWriterBase
,BulkAttributeWriter
,java.lang.AutoCloseable
- Direct Known Subclasses:
AbstractBulkFileSystemAttributeWriter
@Internal public abstract class AbstractBulkAttributeWriter extends AbstractAttributeWriter implements BulkAttributeWriter
Abstract implementation ofBulkAttributeWriter
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cz.o2.proxima.core.storage.AbstractStorage
AbstractStorage.SerializableAbstractStorage
-
Nested classes/interfaces inherited from interface cz.o2.proxima.direct.core.AttributeWriterBase
AttributeWriterBase.Factory<W extends AttributeWriterBase>, AttributeWriterBase.Type
-
Nested classes/interfaces inherited from interface cz.o2.proxima.direct.core.BulkAttributeWriter
BulkAttributeWriter.Factory<T extends BulkAttributeWriter>
-
-
Constructor Summary
Constructors Constructor Description AbstractBulkAttributeWriter(EntityDescriptor entityDesc, java.net.URI uri)
-
Method Summary
-
Methods inherited from class cz.o2.proxima.core.storage.AbstractStorage
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.direct.core.AttributeWriterBase
bulk, close, getUri, online, rollback
-
Methods inherited from interface cz.o2.proxima.direct.core.BulkAttributeWriter
asFactory, getType, updateWatermark, write
-
-
-
-
Constructor Detail
-
AbstractBulkAttributeWriter
public AbstractBulkAttributeWriter(EntityDescriptor entityDesc, java.net.URI uri)
-
-