| java.lang.Object |
| ↳ |
com.sforce.bulk.StreamHandler |
Class Overview
This class represents a Handler for Stream status
User: mcheenath
Date: Dec 14, 2010
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
String
BULK_TAG
Constant Value:
"BULK-STREAM:"
Fields
Public Constructors
Public Methods
public
void
error
(String message, Throwable e)
public
PrintStream
getLogStream
()
public
int
getMaxErrorCount
()
public
int
getMaxRecordsInBatch
()
public
long
getMaxWaitTime
()
public
long
getWaitTime
()
public
void
info
(String message)
public
boolean
shouldContinue
()