Package org.jlab.io.hipo3
Class Hipo3DataEvent
java.lang.Object
org.jlab.io.hipo3.Hipo3DataEvent
- All Implemented Interfaces:
DataEvent
- Author:
- gavalian
-
Constructor Summary
ConstructorsConstructorDescriptionHipo3DataEvent
(byte[] array, org.jlab.jnp.hipo.schema.SchemaFactory factory) Hipo3DataEvent
(org.jlab.jnp.hipo.data.HipoEvent event) -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendBank
(DataBank bank) void
appendBanks
(DataBank... bank) void
appendByte
(String path, byte[] arr) void
appendDouble
(String path, double[] arr) void
appendFloat
(String path, float[] arr) void
void
appendLong
(String path, long[] arr) void
appendShort
(String path, short[] arr) createBank
(String bank_name, int rows) void
String[]
byte[]
String[]
getColumnList
(String bank_name) double[]
float[]
org.jlab.jnp.hipo.data.HipoEvent
org.jlab.jnp.hipo.data.HipoNode
getHipoNodeByPath
(String path) int[]
long[]
getProperty
(String property) short[]
getType()
boolean
void
initDictionary
(org.jlab.jnp.hipo.schema.SchemaFactory factory) void
removeBank
(String bankName) void
removeBanks
(String... bankNames) void
void
void
void
void
void
setProperty
(String property, String value) void
void
setType
(DataEventType type) void
show()
void
showBankByOrder
(int order)
-
Constructor Details
-
Hipo3DataEvent
public Hipo3DataEvent(byte[] array, org.jlab.jnp.hipo.schema.SchemaFactory factory) -
Hipo3DataEvent
public Hipo3DataEvent(org.jlab.jnp.hipo.data.HipoEvent event)
-
-
Method Details
-
getHipoEvent
public org.jlab.jnp.hipo.data.HipoEvent getHipoEvent() -
initDictionary
public void initDictionary(org.jlab.jnp.hipo.schema.SchemaFactory factory) -
getBankList
- Specified by:
getBankList
in interfaceDataEvent
-
getColumnList
- Specified by:
getColumnList
in interfaceDataEvent
-
getDictionary
- Specified by:
getDictionary
in interfaceDataEvent
-
getEventBuffer
- Specified by:
getEventBuffer
in interfaceDataEvent
-
appendBank
- Specified by:
appendBank
in interfaceDataEvent
-
appendBanks
- Specified by:
appendBanks
in interfaceDataEvent
-
hasBank
-
getBank
-
getBank
-
setProperty
- Specified by:
setProperty
in interfaceDataEvent
-
getProperty
- Specified by:
getProperty
in interfaceDataEvent
-
getDouble
-
setDouble
-
appendDouble
- Specified by:
appendDouble
in interfaceDataEvent
-
getFloat
-
setFloat
-
appendFloat
- Specified by:
appendFloat
in interfaceDataEvent
-
getInt
-
setInt
-
appendInt
-
getShort
-
setShort
-
appendShort
- Specified by:
appendShort
in interfaceDataEvent
-
getHipoNodeByPath
-
getByte
-
setByte
-
appendByte
- Specified by:
appendByte
in interfaceDataEvent
-
setType
-
getType
-
show
public void show() -
showBankByOrder
public void showBankByOrder(int order) -
createBank
- Specified by:
createBank
in interfaceDataEvent
-
removeBank
- Specified by:
removeBank
in interfaceDataEvent
-
removeBanks
- Specified by:
removeBanks
in interfaceDataEvent
-
getLong
-
setLong
-
appendLong
- Specified by:
appendLong
in interfaceDataEvent
-