public class BackendConfigHBaseDb extends java.lang.Object implements BackendConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getEdgeLabelSizeLimit()
Getter method for the Edge label size limit
|
static BackendConfig |
getInstance() |
int |
getPropertyNameSizeLimit()
Getter method for the Property name size limit
|
int |
getPropertyStringValueSizeLimit()
Getter method for the Property value size limit
|
int |
getVectorLabelSizeLimit()
Getter method for the Vector label size limit
|
boolean |
hasEdgeLabelSizeLimit()
Boolean method for check whether or not has Edge label size limit
|
boolean |
hasPropertyNameSizeLimit()
Boolean method for check whether or not has Property name size limit
|
boolean |
hasPropertyStringValueSizeLimit()
Boolean method for check whether or not has Property value size limit
|
boolean |
hasVectorLabelSizeLimit()
Boolean method for check whether or not has Vector label size limit
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesEdgeLabelSizeExceedLimit, doesEdgeLabelSizeExceedLimit, doesPropertyNameSizeExceedLimit, doesPropertyNameSizeExceedLimit, doesPropertyStringValueSizeExceedLimit, doesPropertyStringValueSizeExceedLimit, doesVectorLabelSizeExceedLimit, doesVectorLabelSizeExceedLimitpublic int getEdgeLabelSizeLimit()
getEdgeLabelSizeLimit in interface BackendConfigpublic static BackendConfig getInstance()
public int getPropertyNameSizeLimit()
getPropertyNameSizeLimit in interface BackendConfigpublic int getPropertyStringValueSizeLimit()
getPropertyStringValueSizeLimit in interface BackendConfigpublic int getVectorLabelSizeLimit()
getVectorLabelSizeLimit in interface BackendConfigpublic boolean hasEdgeLabelSizeLimit()
hasEdgeLabelSizeLimit in interface BackendConfigpublic boolean hasPropertyNameSizeLimit()
hasPropertyNameSizeLimit in interface BackendConfigpublic boolean hasPropertyStringValueSizeLimit()
hasPropertyStringValueSizeLimit in interface BackendConfigpublic boolean hasVectorLabelSizeLimit()
hasVectorLabelSizeLimit in interface BackendConfigCopyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.