org.openrdf.sail.rdbms.schema
Class TripleBatch

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

public class TripleBatch
extends Batch

Author:
James Leigh

Field Summary
static int total_rows
           
static int total_st
           
static int total_wait
           
 
Fields inherited from class org.openrdf.sail.rdbms.schema.Batch
CLOSED_SIGNAL
 
Constructor Summary
TripleBatch()
           
 
Method Summary
 int flush()
           
 boolean isReady()
           
 void setSailChangedEvent(DefaultSailChangedEvent sailChangedEvent)
           
 void setTable(TripleTable table)
           
 
Methods inherited from class org.openrdf.sail.rdbms.schema.Batch
addBatch, getMaxBatchSize, isFull, setBatchStatement, setInsertStatement, setMaxBatchSize, setObject, setString, setTemporary, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total_rows

public static int total_rows

total_st

public static int total_st

total_wait

public static int total_wait
Constructor Detail

TripleBatch

public TripleBatch()
Method Detail

setTable

public void setTable(TripleTable table)

setSailChangedEvent

public void setSailChangedEvent(DefaultSailChangedEvent sailChangedEvent)

isReady

public boolean isReady()
Overrides:
isReady in class Batch

flush

public int flush()
          throws SQLException
Overrides:
flush in class Batch
Returns:
-1 if already flushed
Throws:
SQLException


Copyright © 2001-2008 Aduna. All Rights Reserved.