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 classAbstractStorage.SerializableAbstractStorageAnAbstractStoragethat is legitimatelySerializable.
-
Constructor Summary
Constructors Modifier Constructor Description AbstractStorage()protectedAbstractStorage(EntityDescriptor entityDesc, java.net.URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Constructor Detail
-
AbstractStorage
public AbstractStorage()
-
AbstractStorage
protected AbstractStorage(EntityDescriptor entityDesc, java.net.URI uri)
-
-