Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
CompressionScheme |
FileGraphStoringConfig.getCompressionScheme()
the scheme to use for compression, or none to disable compression
|
abstract CompressionScheme |
AbstractFileGraphStoringConfig.getCompressionScheme()
Get the compression scheme to use for storing
|
static CompressionScheme |
CompressionScheme.parseCompressionScheme(java.lang.String input)
Parses a compression scheme given as string
|
static CompressionScheme |
CompressionScheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionScheme[] |
CompressionScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileGraphStoringConfigBuilder |
FileGraphStoringConfigBuilder.setCompressionScheme(CompressionScheme scheme)
Sets the compression scheme.
|
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.