com.scaleoutsoftware.soss.client
Class NamedCacheBulkAddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleoutsoftware.soss.client.NamedCacheException
com.scaleoutsoftware.soss.client.NamedCacheBulkAddException
- All Implemented Interfaces:
- Serializable
public class NamedCacheBulkAddException
- extends NamedCacheException
This exception indicates an error while adding multiple objects with bulk add call.
It can be thrown by NamedCache.putAll(java.util.Map).
- See Also:
- Serialized Form
|
Method Summary |
int |
getJobCount()
Total number of jobs in the bulk add call. |
int |
getJobFailed()
Number of failed jobs in the bulk add call. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getJobCount
public int getJobCount()
- Total number of jobs in the bulk add call.
- Returns:
- number of jobs
getJobFailed
public int getJobFailed()
- Number of failed jobs in the bulk add call.
- Returns:
- number of jobs
Copyright (C) 2007-2012 ScaleOut Software, Inc.