public class StaleLocatorException extends RuntimeException
PartitionLocator and should refresh the locator for the key range
 covered by the named index partition and retry their request on the
 appropriate DataService.| Constructor and Description | 
|---|
StaleLocatorException(String name,
                     StaleLocatorReason reason)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
StaleLocatorReason | 
getReason()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StaleLocatorException(String name, StaleLocatorReason reason)
name - The name of the index partition.reason - The reason why the locator is no longer valid (split, join or
            moved).public String getName()
public StaleLocatorReason getReason()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.