org.apache.cassandra.io.util

Class BufferedPoolingSegmentedFile.Builder

    • Method Summary

      Methods 
      Modifier and TypeMethod and Description
      voidaddPotentialBoundary(long boundary)
      Adds a position that would be a safe place for a segment boundary in the file.
      SegmentedFilecomplete(java.lang.String path)
      Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BufferedPoolingSegmentedFile.Builder

        public BufferedPoolingSegmentedFile.Builder()
    • Method Detail

      • addPotentialBoundary

        public void addPotentialBoundary(long boundary)
        Description copied from class: SegmentedFile.Builder
        Adds a position that would be a safe place for a segment boundary in the file. For a block/row based file format, safe boundaries are block/row edges.
        Specified by:
        addPotentialBoundary in class SegmentedFile.Builder
        Parameters:
        boundary - The absolute position of the potential boundary in the file.

Copyright © 2013 The Apache Software Foundation



NOTHING
NOTHING
Add the Maven Dependecy to your project: maven dependecy for com.amazonaws : aws-java-sdk : 1.3.14