Package cz.o2.proxima.direct.core
Class AbstractAttributeWriter
- java.lang.Object
-
- cz.o2.proxima.core.storage.AbstractStorage
-
- cz.o2.proxima.direct.core.AbstractAttributeWriter
-
- All Implemented Interfaces:
AttributeWriterBase
,java.lang.AutoCloseable
- Direct Known Subclasses:
AbstractBulkAttributeWriter
,AbstractOnlineAttributeWriter
@Internal public abstract class AbstractAttributeWriter extends AbstractStorage implements AttributeWriterBase
Base class forAttributeWriter
s.
-
-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAttributeWriter(EntityDescriptor entityDesc, java.net.URI uri)
-
Method Summary
-
Methods inherited from class cz.o2.proxima.core.storage.AbstractStorage
equals, hashCode
-
-
-
-
Constructor Detail
-
AbstractAttributeWriter
protected AbstractAttributeWriter(EntityDescriptor entityDesc, java.net.URI uri)
-
-