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 LimitType |
readLimitType(com.hazelcast.nio.ObjectDataInput in) |
static void |
writeComplex(com.hazelcast.nio.ObjectDataOutput out,
org.apache.commons.math3.complex.Complex c) |
static void |
writeLimitType(com.hazelcast.nio.ObjectDataOutput out,
LimitType limit) |
public static void writeComplex(com.hazelcast.nio.ObjectDataOutput out,
org.apache.commons.math3.complex.Complex c)
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 org.apache.commons.math3.complex.Complex readComplex(com.hazelcast.nio.ObjectDataInput in)
throws java.io.IOException
java.io.IOExceptionpublic static LimitType readLimitType(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
java.io.IOException