org.apache.accumulo.core.client
Interface BatchDeleter

All Superinterfaces:
ScannerBase
All Known Implementing Classes:
TabletServerBatchDeleter

public interface BatchDeleter
extends ScannerBase


Method Summary
 void delete()
           
 void setRanges(java.util.Collection<Range> ranges)
          Allows scanning over multiple ranges efficiently.
 
Methods inherited from interface org.apache.accumulo.core.client.ScannerBase
clearColumns, clearScanIterators, fetchColumn, fetchColumnFamily, setColumnFamilyRegex, setColumnQualifierRegex, setRowRegex, setScanIteratorOption, setScanIterators, setupRegex, setValueRegex
 

Method Detail

delete

void delete()
            throws MutationsRejectedException,
                   TableNotFoundException
Throws:
MutationsRejectedException
TableNotFoundException

setRanges

void setRanges(java.util.Collection<Range> ranges)
Allows scanning over multiple ranges efficiently.

Parameters:
ranges - specifies the non-overlapping ranges to query


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.