public class SubscriptionInsufficientLogException extends FaultException
Note that this exception is not actually thrown but is delivered to the
NoSQLSubscriber via the Subscriber.onError(java.lang.Throwable) signal.
| Modifier and Type | Method and Description |
|---|---|
Set<oracle.kv.impl.topo.RepGroupId> |
getInsufficientLogShards()
Gets all shards with insufficient logs to stream
|
com.sleepycat.je.utilint.VLSN |
getReqVLSN(oracle.kv.impl.topo.RepGroupId id)
Gets requested VLSN to stream for a given shard
|
NoSQLSubscriberId |
getSubscriberId()
Gets the subscriber ID.
|
getFaultClassName, getRemoteStackTrace, toString, wasLoggedRemotelyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NoSQLSubscriberId getSubscriberId()
public Set<oracle.kv.impl.topo.RepGroupId> getInsufficientLogShards()
public com.sleepycat.je.utilint.VLSN getReqVLSN(oracle.kv.impl.topo.RepGroupId id)
id - id of the given shardCopyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.