org.openrdf.sail.rdbms.schema
Class HashBatch

java.lang.Object
  extended by org.openrdf.sail.rdbms.schema.Batch
      extended by org.openrdf.sail.rdbms.schema.ValueBatch
          extended by org.openrdf.sail.rdbms.schema.HashBatch

public class HashBatch
extends ValueBatch

Author:
James Leigh

Field Summary
 
Fields inherited from class org.openrdf.sail.rdbms.schema.ValueBatch
total_rows, total_st
 
Fields inherited from class org.openrdf.sail.rdbms.schema.Batch
CLOSED_SIGNAL
 
Constructor Summary
HashBatch()
           
 
Method Summary
 void addBatch(Number id, long hash)
           
 List<Long> getHashes()
           
 void setMaxBatchSize(int batchSize)
           
 
Methods inherited from class org.openrdf.sail.rdbms.schema.ValueBatch
flush, setTable
 
Methods inherited from class org.openrdf.sail.rdbms.schema.Batch
addBatch, getMaxBatchSize, isFull, isReady, setBatchStatement, setInsertStatement, setObject, setTemporary, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashBatch

public HashBatch()
Method Detail

setMaxBatchSize

public void setMaxBatchSize(int batchSize)
Overrides:
setMaxBatchSize in class Batch

getHashes

public List<Long> getHashes()

addBatch

public void addBatch(Number id,
                     long hash)
              throws SQLException
Throws:
SQLException


Copyright © 2001-2008 Aduna. All Rights Reserved.