Package cz.o2.proxima.direct.blob
Class BulkBlobWriter.BlobFileSystemAttributeWriter
- java.lang.Object
-
- cz.o2.proxima.storage.AbstractStorage
-
- cz.o2.proxima.direct.core.AbstractAttributeWriter
-
- cz.o2.proxima.direct.core.AbstractBulkAttributeWriter
-
- cz.o2.proxima.direct.bulk.AbstractBulkFileSystemAttributeWriter
-
- cz.o2.proxima.direct.blob.BulkBlobWriter.BlobFileSystemAttributeWriter
-
- All Implemented Interfaces:
AttributeWriterBase,BulkAttributeWriter,java.lang.AutoCloseable
- Enclosing class:
- BulkBlobWriter<BlobT extends BlobBase,AccessorT extends BlobStorageAccessor>
private class BulkBlobWriter.BlobFileSystemAttributeWriter extends AbstractBulkFileSystemAttributeWriter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cz.o2.proxima.direct.bulk.AbstractBulkFileSystemAttributeWriter
AbstractBulkFileSystemAttributeWriter.Bulk
-
Nested classes/interfaces inherited from class cz.o2.proxima.storage.AbstractStorage
cz.o2.proxima.storage.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 BlobFileSystemAttributeWriter(FileSystem localFs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkAttributeWriter.Factory<?>asFactory()protected voidflush(AbstractBulkFileSystemAttributeWriter.Bulk bulk)-
Methods inherited from class cz.o2.proxima.direct.bulk.AbstractBulkFileSystemAttributeWriter
close, getAllowedLatenessMs, getContext, getExecutorFactory, getFormat, getFs, getNamingConvention, getRollPeriodMs, handleLateData, rollback, updateWatermark, write
-
Methods inherited from class cz.o2.proxima.storage.AbstractStorage
equals, getEntityDescriptor, getUri, 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, getUri, online
-
Methods inherited from interface cz.o2.proxima.direct.core.BulkAttributeWriter
getType
-
-
-
-
Constructor Detail
-
BlobFileSystemAttributeWriter
public BlobFileSystemAttributeWriter(FileSystem localFs)
-
-
Method Detail
-
flush
protected void flush(AbstractBulkFileSystemAttributeWriter.Bulk bulk)
- Specified by:
flushin classAbstractBulkFileSystemAttributeWriter
-
asFactory
public BulkAttributeWriter.Factory<?> asFactory()
-
-