Class OpenTsdbWriter
- java.lang.Object
- 
- cz.o2.proxima.core.storage.AbstractStorage
- 
- cz.o2.proxima.direct.io.http.HttpWriter
- 
- cz.o2.proxima.direct.io.http.opentsdb.OpenTsdbWriter
 
 
 
- 
- All Implemented Interfaces:
- AbstractDataAccessor,- AttributeWriterBase,- DataAccessor,- OnlineAttributeWriter,- java.io.Serializable,- java.lang.AutoCloseable
 
 @Evolving public class OpenTsdbWriter extends HttpWriter AHttpWriterspecialized on opentsdb.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class cz.o2.proxima.core.storage.AbstractStorageAbstractStorage.SerializableAbstractStorage
 - 
Nested classes/interfaces inherited from interface cz.o2.proxima.direct.core.AttributeWriterBaseAttributeWriterBase.Type
 - 
Nested classes/interfaces inherited from interface cz.o2.proxima.direct.core.OnlineAttributeWriterOnlineAttributeWriter.Factory<T extends OnlineAttributeWriter>
 
- 
 - 
Constructor SummaryConstructors Constructor Description OpenTsdbWriter(EntityDescriptor entityDesc, java.net.URI uri, java.util.Map<java.lang.String,java.lang.Object> cfg)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OnlineAttributeWriter.Factory<?>asFactory()Convert instance of this writer toAttributeWriterBase.Factorysuitable for serialization.protected ConnFactorygetConnFactory(java.util.Map<java.lang.String,java.lang.Object> cfg)- 
Methods inherited from class cz.o2.proxima.direct.io.http.HttpWriterclose, getWriter, write
 - 
Methods inherited from class cz.o2.proxima.core.storage.AbstractStorageequals, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface cz.o2.proxima.core.storage.internal.AbstractDataAccessorgetUri
 - 
Methods inherited from interface cz.o2.proxima.direct.core.AttributeWriterBasebulk, getUri, online
 - 
Methods inherited from interface cz.o2.proxima.direct.core.DataAccessorgetBatchLogReader, getCachedView, getCommitLogReader, getRandomAccessReader, isAcceptable
 - 
Methods inherited from interface cz.o2.proxima.direct.core.OnlineAttributeWritergetType, isTransactional, rollback, transactional
 
- 
 
- 
- 
- 
Constructor Detail- 
OpenTsdbWriterpublic OpenTsdbWriter(EntityDescriptor entityDesc, java.net.URI uri, java.util.Map<java.lang.String,java.lang.Object> cfg) 
 
- 
 - 
Method Detail- 
getConnFactoryprotected ConnFactory getConnFactory(java.util.Map<java.lang.String,java.lang.Object> cfg) - Overrides:
- getConnFactoryin class- HttpWriter
 
 - 
asFactorypublic OnlineAttributeWriter.Factory<?> asFactory() Description copied from interface:AttributeWriterBaseConvert instance of this writer toAttributeWriterBase.Factorysuitable for serialization.- Specified by:
- asFactoryin interface- AttributeWriterBase
- Specified by:
- asFactoryin interface- OnlineAttributeWriter
- Overrides:
- asFactoryin class- HttpWriter
- Returns:
- the AttributeWriterBase.Factoryrepresenting this reader
 
 
- 
 
-