Public Instance Methods : SstLWMarshalingConfiguration
defaultBufferSize
"ACTION
Answer the default size (in bytes) of buffer to create when starting
a marshaling operation (typically a dump). The correct setting of
this value can have significant impacts on the marshaler's
performance.
RETURN VALUE
<Integer>"
Categories
SST-API Developer
defaultBufferSize: value
"ACTION
Set the default size (in bytes) of buffer to create when starting
a marshaling operation (typically a dump). The correct setting
of this value can have significant impacts on the marshaler's
performance.
PARAMETERS
value : <Integer>"
Categories
SST-API Developer
defaultSize
"ACTION
Answer the expected number of objects the configured marshaler
should expect to handle during one marshaling operation. The
correct setting of this value can have significant impacts on the
marshaler's performance.
RETURN VALUE
<Integer>"
Categories
SST-API Developer
defaultSize: value
"ACTION
Set the expected number of objects the configured marshaler
should expect to handle during one marshaling operation. The
correct setting of this value can have significant impacts on the
marshaler's performance.
PARAMETERS
value : <Integer>"
Categories
SST-API Developer
knownObjects
"ACTION
Answer the set of objects which are globally (in the distributed
sense) known. These objects (typically classes) are encoded
specially in the related marshaler's output improving performance
in both speed and space.
RETURN VALUE
<Array of <Object>>"
Categories
SST-API Developer
knownObjects: value
"ACTION
Set the set of objects which are globally (in the distributed
sense) known. These objects (typically classes) are encoded
specially in the related marshaler's output improving performance
in both speed and space.
Great care must be taken in setting this option. The settings
must be the same for both the marshaler dumping the objects
and the one loading the objects. Ordering matters.
PARAMETERS
value : <Array of <Object>>"
Categories
SST-API Developer
strategyClass
"ACTION
Answer the class of marshaling strategy to use when instantiating the
receiver. Varying the marshaling strategy allows developers to
alter the messages sent to objects as they are (un)marshaled.
RETURN VALUE
<SstLWMarshalingStrategy class>"
Categories
SST-API Developer
strategyClass: value
"ACTION
Set the class of marshaling strategy to use when instantiating the
receiver. Varying the marshaling strategy allows developers to
alter the messages sent to objects as they are (un)marshaled.
PARAMETERS
value : <SstLWMarshalingStrategy class>"
Categories
SST-API Developer
trapExceptions
"ACTION
Answer true if all ExError exceptions are to be trapped by the
system. Trapping exceptions prevents them from stopping
SST services but makes it difficult to debug user-defined
marshaling code.
RETURN VALUE
<Boolean>"
Categories
SST-API Developer
trapExceptions: value
"ACTION
Set whether or not ExError exceptions are to be trapped by
the system. Trapping exceptions prevents them from stopping
SST services but makes it difficult to debug user-defined
marshaling code.
PARAMETERS
value : <Boolean>"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]