public class BatchSerializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchSerializer.ObjectColumnSerializer |
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_DATE_32 |
static long |
MAX_TIME_32 |
static long |
MIN_DATE_32 |
static long |
MIN_TIME_32 |
static byte |
VERSION_GEOMETRY |
| Modifier and Type | Method and Description |
|---|---|
static List<List<Object>> |
readBatch(ObjectInput in,
String[] types) |
static void |
writeBatch(ObjectOutput out,
String[] types,
List<? extends List<?>> batch) |
static void |
writeBatch(ObjectOutput out,
String[] types,
List<? extends List<?>> batch,
byte version) |
public static final byte VERSION_GEOMETRY
public static final long MIN_DATE_32
public static final long MAX_DATE_32
public static final long MIN_TIME_32
public static final long MAX_TIME_32
public static void writeBatch(ObjectOutput out, String[] types, List<? extends List<?>> batch) throws IOException
IOExceptionpublic static void writeBatch(ObjectOutput out, String[] types, List<? extends List<?>> batch, byte version) throws IOException
IOExceptionpublic static List<List<Object>> readBatch(ObjectInput in, String[] types) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.