public class ServerExceptionUtils extends Object
| Constructor and Description |
|---|
ServerExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isChunkInRecovery(String exMsg) |
static boolean |
isChunkInTransaction(String exMsg) |
static boolean |
isDataNodeNotAvailable(String exMsg) |
static boolean |
isDataNodeNotReady(String exMsg) |
static boolean |
isDFSCLIENTIsNull(String exMsg) |
static boolean |
isDFSNotEnable(String exMsg) |
static boolean |
isNotLeader(String exMsg) |
static boolean |
isNotLogin(String exMsg) |
static String |
newLeader(String exMsg) |
public static boolean isNotLogin(String exMsg)
public static boolean isNotLeader(String exMsg)
public static boolean isDataNodeNotAvailable(String exMsg)
public static boolean isDataNodeNotReady(String exMsg)
public static boolean isDFSNotEnable(String exMsg)
public static boolean isChunkInTransaction(String exMsg)
public static boolean isChunkInRecovery(String exMsg)
public static boolean isDFSCLIENTIsNull(String exMsg)
Copyright © 2022 DolphinDB. All rights reserved.