Package cz.o2.proxima.core.storage
Class AbstractStorage
- java.lang.Object
-
- cz.o2.proxima.core.storage.AbstractStorage
-
- Direct Known Subclasses:
AbstractAttributeWriter
,AbstractPubSubReader
,AbstractStorage.SerializableAbstractStorage
,HttpWriter
,JdbcBatchLogReader
,JdbcOnlineAttributeReader
,KafkaLogReader
,WebsocketReader
@Internal public class AbstractStorage extends java.lang.Object
A class that is super type of all data accessors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractStorage.SerializableAbstractStorage
AnAbstractStorage
that is legitimatelySerializable
.
-
Constructor Summary
Constructors Modifier Constructor Description AbstractStorage()
protected
AbstractStorage(EntityDescriptor entityDesc, java.net.URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
AbstractStorage
public AbstractStorage()
-
AbstractStorage
protected AbstractStorage(EntityDescriptor entityDesc, java.net.URI uri)
-
-