Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
Modifier and Type | Method and Description |
---|---|
OraclePropertyGraphBase.CacheStatus |
OraclePropertyGraphBase.getCacheStatus()
Returns the currenct cache status
|
static OraclePropertyGraphBase.CacheStatus |
OraclePropertyGraphBase.CacheStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OraclePropertyGraphBase.CacheStatus[] |
OraclePropertyGraphBase.CacheStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OraclePropertyGraphBase.setCacheStatus(OraclePropertyGraphBase.CacheStatus cs)
Set the currenct cache status.
|