|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.client.BatchSerializer
public class BatchSerializer
| Nested Class Summary | |
|---|---|
static class |
BatchSerializer.ObjectColumnSerializer1
|
| Method Summary | |
|---|---|
static List<List<Object>> |
readBatch(ObjectInput in,
String[] types)
|
static List<List<Object>> |
readBatch(ObjectInput in,
String[] types,
byte version)
|
static void |
writeBatch(ObjectOutput out,
String[] types,
List<? extends List<?>> batch)
|
static void |
writeBatch(ObjectOutput out,
String[] types,
List<? extends List<?>> batch,
byte version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeBatch(ObjectOutput out,
String[] types,
List<? extends List<?>> batch)
throws IOException
IOException
public static void writeBatch(ObjectOutput out,
String[] types,
List<? extends List<?>> batch,
byte version)
throws IOException
IOException
public static List<List<Object>> readBatch(ObjectInput in,
String[] types)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public static List<List<Object>> readBatch(ObjectInput in,
String[] types,
byte version)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||