Visit Platform at http://www.platform.com

Platform Symphony 5.0 Java API Reference

com.platform.symphony.soam
Class DataCompressionFlags

java.lang.Object
  extended by com.platform.symphony.soam.DataCompressionFlags

public class DataCompressionFlags
extends java.lang.Object

Data compression flags are used to modify the behavior of the data compression feature.

See Also:
SessionCreationAttributes, SessionCreationAttributes#setDataCompressionFlags(int)

Field Summary
static int BEST_SPEED
          This informs the API to use the fastest compression method to compress the data.
static int BETTER_SIZE
          This informs the API to use the median level compression method to compress the data.
 
Constructor Summary
DataCompressionFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEST_SPEED

public static final int BEST_SPEED
This informs the API to use the fastest compression method to compress the data. The use of BestSpeed will result in less compression than BetterSize (i.e. resulting data might be larger), however, data may be compressed in a noticeably shorter time.

See Also:
Constant Field Values

BETTER_SIZE

public static final int BETTER_SIZE
This informs the API to use the median level compression method to compress the data. The use of BetterSize will result in slower compression times than BestSpeed, however, data may experience greater compression (i.e. resulting data might be noticeably smaller).

See Also:
Constant Field Values
Constructor Detail

DataCompressionFlags

public DataCompressionFlags()

Version 5.0
Date Modified: -DREL_DATE=Nov 11 2009
Platform Computing. Accelerating Intelligence(TM).
Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved.