public class ObjectSizer
extends java.lang.Object
| Constructor and Description |
|---|
ObjectSizer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sizeTask()
Task to determine the size of the serialized object given in
ObjectSizerPrms.objectType when encoded with the index given
in objects.size.ObjectSizerPrms$objectIndex. |
public static void sizeTask()
throws java.lang.Exception
ObjectSizerPrms.objectType when encoded with the index given
in objects.size.ObjectSizerPrms$objectIndex.
The object must belong to the "objects" package. Uses normal serialization unless object implements DataSerializable, in which case it uses that instead.
Result goes to "size.out".
java.lang.ExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.