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, wait
doesEdgeLabelSizeExceedLimit, doesEdgeLabelSizeExceedLimit, doesPropertyNameSizeExceedLimit, doesPropertyNameSizeExceedLimit, doesPropertyStringValueSizeExceedLimit, doesPropertyStringValueSizeExceedLimit, doesVectorLabelSizeExceedLimit, doesVectorLabelSizeExceedLimit
public int getEdgeLabelSizeLimit()
getEdgeLabelSizeLimit
in interface BackendConfig
public static BackendConfig getInstance()
public int getPropertyNameSizeLimit()
getPropertyNameSizeLimit
in interface BackendConfig
public int getPropertyStringValueSizeLimit()
getPropertyStringValueSizeLimit
in interface BackendConfig
public int getVectorLabelSizeLimit()
getVectorLabelSizeLimit
in interface BackendConfig
public boolean hasEdgeLabelSizeLimit()
hasEdgeLabelSizeLimit
in interface BackendConfig
public boolean hasPropertyNameSizeLimit()
hasPropertyNameSizeLimit
in interface BackendConfig
public boolean hasPropertyStringValueSizeLimit()
hasPropertyStringValueSizeLimit
in interface BackendConfig
public boolean hasVectorLabelSizeLimit()
hasVectorLabelSizeLimit
in interface BackendConfig
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.