org.apache.cassandra.io.sstable
Class SSTableDeletingReference

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.PhantomReference<SSTableReader>
          extended by org.apache.cassandra.io.sstable.SSTableDeletingReference

public class SSTableDeletingReference
extends java.lang.ref.PhantomReference<SSTableReader>


Field Summary
 java.util.Set<Component> components
           
 Descriptor desc
           
static int RETRY_DELAY
           
 
Method Summary
 void cleanup()
           
 void deleteOnCleanup()
           
 
Methods inherited from class java.lang.ref.PhantomReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRY_DELAY

public static final int RETRY_DELAY
See Also:
Constant Field Values

desc

public final Descriptor desc

components

public final java.util.Set<Component> components
Method Detail

deleteOnCleanup

public void deleteOnCleanup()

cleanup

public void cleanup()
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation