public class BackendConfigOracleRdbms 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()
Gets a new instance of BackendConfigOracleRdbms
|
static BackendConfig |
getInstance(int nVectorLabelSizeLimit, int nEdgeLabelSizeLimit, int nPropertyNameSizeLimit, int nPropertyValueSizeLimit, boolean bVectorLabelSizeLimit, boolean bEdgeLabelSizeLimit, boolean bPropertyNameSizeLimit, boolean bPropertyValueSizeLimit)
Gets a new instance of BackendConfigOracleRdbms with the specified parameters.
|
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 static BackendConfig getInstance(int nVectorLabelSizeLimit, int nEdgeLabelSizeLimit, int nPropertyNameSizeLimit, int nPropertyValueSizeLimit, boolean bVectorLabelSizeLimit, boolean bEdgeLabelSizeLimit, boolean bPropertyNameSizeLimit, boolean bPropertyValueSizeLimit)
nVectorLabelSizeLimit - the vector label size limitnEdgeLabelSizeLimit - the edge label size limitnPropertyNameSizeLimit - the property name size limitnPropertyValueSizeLimit - the property value size limitbVectorLabelSizeLimit - boolean value whether or not vector label has value size limitbEdgeLabelSizeLimit - boolean value whether or not edge label has value size limitbPropertyNameSizeLimit - boolean value whether or not property name has value size limitbPropertyValueSizeLimit - boolean value whether or not property value (String or byte array) has value size limitpublic 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 BackendConfig