congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
Tracker.removeUnreadableSSTables
Code IndexAdd Tabnine to your IDE (free)

How to use
removeUnreadableSSTables
method
in
org.apache.cassandra.db.lifecycle.Tracker

Best Java code snippets using org.apache.cassandra.db.lifecycle.Tracker.removeUnreadableSSTables (Showing top 3 results out of 315)

origin: org.apache.cassandra/cassandra-all

/**
 * Removes every SSTable in the directory from the Tracker's view.
 * @param directory the unreadable directory, possibly with SSTables in it, but not necessarily.
 */
void maybeRemoveUnreadableSSTables(File directory)
{
  data.removeUnreadableSSTables(directory);
}
origin: jsevellec/cassandra-unit

/**
 * Removes every SSTable in the directory from the Tracker's view.
 * @param directory the unreadable directory, possibly with SSTables in it, but not necessarily.
 */
void maybeRemoveUnreadableSSTables(File directory)
{
  data.removeUnreadableSSTables(directory);
}
origin: com.strapdata.cassandra/cassandra-all

/**
 * Removes every SSTable in the directory from the Tracker's view.
 * @param directory the unreadable directory, possibly with SSTables in it, but not necessarily.
 */
void maybeRemoveUnreadableSSTables(File directory)
{
  data.removeUnreadableSSTables(directory);
}
org.apache.cassandra.db.lifecycleTrackerremoveUnreadableSSTables

Javadoc

Removes every SSTable in the directory from the Tracker's view.

Popular methods of Tracker

  • tryModify
  • <init>
  • addInitialSSTables
  • apply
    atomically tests permit against the view and applies function to it, if permit yields true, returnin
  • dropSSTables
  • dropSSTablesIfInvalid
  • emptySet
  • isDummy
  • updateSizeTracking
  • addSSTables
  • getCompacting
  • getMemtableFor
    get the Memtable that the ordered writeOp should be directed to
  • getCompacting,
  • getMemtableFor,
  • getUncompacting,
  • getView,
  • markFlushing,
  • maybeIncrementallyBackup,
  • notify,
  • notifyAdded,
  • notifyDeleting,
  • notifyDiscarded

Popular in Java

  • Finding current android device location
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
  • getApplicationContext (Context)
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • BoxLayout (javax.swing)
  • JComboBox (javax.swing)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now