public class CacheHelper
extends java.lang.Object
| Constructor and Description |
|---|
CacheHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex |
readComplex(com.hazelcast.nio.ObjectDataInput in) |
static Complex3x1 |
readComplex3x1(com.hazelcast.nio.ObjectDataInput in) |
static LimitType |
readLimitType(com.hazelcast.nio.ObjectDataInput in) |
static void |
writeComplex(com.hazelcast.nio.ObjectDataOutput out,
org.apache.commons.math3.complex.Complex c) |
static void |
writeComplex3x1(com.hazelcast.nio.ObjectDataOutput out,
Complex3x1 c) |
static void |
writeLimitType(com.hazelcast.nio.ObjectDataOutput out,
LimitType limit) |
static void |
writeXfrZCorrection(com.hazelcast.nio.ObjectDataOutput out,
XfrZCorrection point) |
public static void writeComplex(com.hazelcast.nio.ObjectDataOutput out,
org.apache.commons.math3.complex.Complex c)
throws java.io.IOException
java.io.IOExceptionpublic static org.apache.commons.math3.complex.Complex readComplex(com.hazelcast.nio.ObjectDataInput in)
throws java.io.IOException
java.io.IOExceptionpublic static void writeComplex3x1(com.hazelcast.nio.ObjectDataOutput out,
Complex3x1 c)
throws java.io.IOException
java.io.IOExceptionpublic static Complex3x1 readComplex3x1(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
java.io.IOExceptionpublic static void writeLimitType(com.hazelcast.nio.ObjectDataOutput out,
LimitType limit)
throws java.io.IOException
java.io.IOExceptionpublic static LimitType readLimitType(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
java.io.IOExceptionpublic static void writeXfrZCorrection(com.hazelcast.nio.ObjectDataOutput out,
XfrZCorrection point)
throws java.io.IOException
java.io.IOException