IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins.io.annotations
Annotation Type PluginOutputFormat


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface PluginOutputFormat

Identify the data format to be used for plug-ins that accept LogSequnce, LogElement, or cache keys or values. If not specified, the plug-in will receive cache data in the form specified by the configuration.

Since:
8.6
See Also:
OutputFormat

Optional Element Summary
 OutputFormat keyFormat
          The key OutputFormat to use for all plug-in methods.
 OutputFormat valueFormat
          The key OutputFormat to use for all plug-in methods.
 

keyFormat

public abstract OutputFormat keyFormat
The key OutputFormat to use for all plug-in methods.

Returns:
the output format that should be used for all methods that receive cache data keys.
Default:
com.ibm.websphere.objectgrid.OutputFormat.UNDEFINED

valueFormat

public abstract OutputFormat valueFormat
The key OutputFormat to use for all plug-in methods.

Returns:
the output format that should be used for all methods that receive cache data keys.
Default:
com.ibm.websphere.objectgrid.OutputFormat.UNDEFINED

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.