Package | Description |
---|---|
com.orientechnologies.orient.core.compression | |
com.orientechnologies.orient.core.compression.impl |
Modifier and Type | Method and Description |
---|---|
OCompression |
OCompression.configure(String iOptions) |
OCompression |
OCompressionFactory.getCompression(String name,
String iOptions) |
Modifier and Type | Method and Description |
---|---|
void |
OCompressionFactory.register(OCompression compression)
Registers a stateful implementations, a new instance will be created for each storage.
|
Modifier and Type | Method and Description |
---|---|
void |
OCompressionFactory.register(Class<? extends OCompression> compression)
Registers a stateless implementations, the same instance will be shared on all the storages.
|
Modifier and Type | Class and Description |
---|---|
class |
OAbstractCompression
Base class for the compression implementations.
|
class |
OGZIPCompression |
class |
OHighZIPCompression
Compression implementation that use ZIP algorithm to the maximum level of compression
|
class |
OLowZIPCompression
Compression implementation that use ZIP algorithm to the maximum level of compression
|
class |
ONothingCompression |
class |
OZIPCompression |
Modifier and Type | Method and Description |
---|---|
OCompression |
OAbstractCompression.configure(String iOptions) |
Copyright © 2009–2020 OrientDB. All rights reserved.