| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.dr |
Data center replication processor. |
| org.gridgain.grid.kernal.processors.rest.protocols.tcp |
Adapters for TCP-based REST protocols.
|
| org.gridgain.grid.marshaller |
Contains various supported marshallers.
|
| org.gridgain.grid.marshaller.jdk |
Contains JDK java.io based marshaller.
|
| org.gridgain.grid.marshaller.optimized |
Contains default Optimized marshaller.
|
| Modifier and Type | Method and Description |
|---|---|
GridMarshaller |
GridConfiguration.getMarshaller()
Should return an instance of marshaller to use in grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setMarshaller(GridMarshaller marsh)
Sets marshaller to use within grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridJobSiblingsResponse.unmarshalSiblings(GridMarshaller marsh) |
| Modifier and Type | Method and Description |
|---|---|
GridMarshaller |
GridCacheContext.marshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDrRawEntry.marshal(GridMarshaller marsh)
Perform internal marshal of this entry before it will be serialized.
|
void |
GridDrRawEntry.unmarshal(GridMarshaller marsh)
Perform internal unmarshal of this entry.
|
void |
GridDrRawEntry.unmarshalKey(GridMarshaller marsh)
Perform internal key unmarshal of this entry.
|
| Constructor and Description |
|---|
GridMemcachedMessageWrapper(GridMemcachedMessage msg,
GridMarshaller jdkMarshaller) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAbstractMarshaller
Base class for marshallers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJdkMarshaller
Implementation of
GridMarshaller based on JDK serialization mechanism. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridOptimizedMarshaller
Optimized implementation of
GridMarshaller. |
Copyright © 2014. All rights reserved.