com.scaleoutsoftware.soss.client
Class NamedCacheBulkAddException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.scaleoutsoftware.soss.client.NamedCacheException
              extended by 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.