org.apache.cassandra.io
Class DeletionService

java.lang.Object
  extended by org.apache.cassandra.io.DeletionService

public class DeletionService
extends java.lang.Object


Field Summary
static java.util.concurrent.ExecutorService executor
           
static int MAX_RETRIES
           
 
Constructor Summary
DeletionService()
           
 
Method Summary
static void submitDelete(java.lang.String file)
           
static void submitDeleteWithRetry(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_RETRIES

public static final int MAX_RETRIES
See Also:
Constant Field Values

executor

public static final java.util.concurrent.ExecutorService executor
Constructor Detail

DeletionService

public DeletionService()
Method Detail

submitDelete

public static void submitDelete(java.lang.String file)

submitDeleteWithRetry

public static void submitDeleteWithRetry(java.lang.String file)


Copyright © 2010 The Apache Software Foundation