Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
com.gemstone.gemfire.compression |
Modifier and Type | Method and Description |
---|---|
Compressor |
RegionAttributes.getCompressor()
Returns the compressor used by this region's entry values.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributesFactory.setCompressor(Compressor compressor)
Deprecated.
Sets this region's compressor for compressing entry values.
|
RegionFactory<K,V> |
RegionFactory.setCompressor(Compressor compressor)
Set the compressor to be used by this region for compressing
region entry values.
|
Modifier and Type | Method and Description |
---|---|
ClientRegionFactory<K,V> |
ClientRegionFactory.setCompressor(Compressor compressor)
Set the compressor to be used by this region for compressing
region entry values.
|
Modifier and Type | Class and Description |
---|---|
class |
SnappyCompressor
An implementation of
Compressor for Google's Snappy compression
codec. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.