public abstract class AbstractGraphPropertyConfig extends AbstractConfig implements java.io.Serializable
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractGraphPropertyConfig() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getColumn() |
abstract java.util.List<java.lang.String> |
getFormat() |
abstract java.lang.Object |
getName() |
java.lang.Object |
getParsedDefaultValue()
Get the parsed default value guaranteed to match
getType() (with the exception of type node/edge). |
abstract java.util.List<java.util.Map> |
getStores() |
abstract PropertyType |
getType()
type of property.
|
int |
hashCode() |
boolean |
isExternal() |
boolean |
isInMemory() |
boolean |
isStringPoolEnabled() |
getDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
public abstract java.lang.Object getColumn()
public abstract java.util.List<java.lang.String> getFormat()
public abstract java.lang.Object getName()
public java.lang.Object getParsedDefaultValue()
getType()
(with the exception of type node/edge). In case
a default is not specified (null
), the *default* default value is returned.null
.public abstract java.util.List<java.util.Map> getStores()
public abstract PropertyType getType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isExternal()
public boolean isInMemory()
public boolean isStringPoolEnabled()
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.