Class MetadataWriter.Builder
java.lang.Object
org.apache.lucene.store.DataOutput
org.apache.lucene.store.IndexOutput
org.apache.cassandra.index.sai.disk.ResettableByteBuffersIndexOutput
org.apache.cassandra.index.sai.disk.v1.MetadataWriter.Builder
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- MetadataWriter
-
Method Summary
Methods inherited from class org.apache.cassandra.index.sai.disk.ResettableByteBuffersIndexOutput
copyBytes, copyTo, getChecksum, getFilePointer, intSize, reset, toArrayCopy, toString, writeByte, writeBytes, writeBytes, writeInt, writeLong, writeMapOfStrings, writeSetOfStrings, writeShort, writeStringMethods inherited from class org.apache.lucene.store.IndexOutput
alignFilePointer, alignOffset, getNameMethods inherited from class org.apache.lucene.store.DataOutput
writeVInt, writeVLong, writeZInt, writeZLong
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classResettableByteBuffersIndexOutput
-