public interface EventSerdeFactory
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerde |
linkedHashMapEventsAndInt(EventType eventType) |
DataInputOutputSerde<Object> |
listEvents(EventType eventType) |
DataInputOutputSerde<EventBean> |
nullableEvent(EventType eventType) |
DataInputOutputSerde<EventBean> |
nullableEventArray(EventType eventType) |
DataInputOutputSerde<Object> |
nullableEventArrayOrUnderlying(EventType eventType) |
DataInputOutputSerde<EventBean> |
nullableEventMayCollate(EventType eventType) |
DataInputOutputSerde<Object> |
nullableEventOrUnderlying(EventType eventType) |
DataInputOutputSerde<Object> |
objectArrayMayNullNull(DataInputOutputSerde[] serdes) |
DataInputOutputSerde |
refCountedSetAtomicInteger(EventType eventType) |
DIOSerdeTreeMapEventsMayDeque |
treeMapEventsMayDeque(DataInputOutputSerde[] criteriaSerdes,
EventType eventType) |
void |
verifyHADeployment(boolean targetHA) |
void verifyHADeployment(boolean targetHA) throws ExprValidationException
ExprValidationException
DataInputOutputSerde<EventBean> nullableEvent(EventType eventType)
DataInputOutputSerde<EventBean> nullableEventArray(EventType eventType)
DataInputOutputSerde<Object> nullableEventOrUnderlying(EventType eventType)
DataInputOutputSerde<Object> nullableEventArrayOrUnderlying(EventType eventType)
DIOSerdeTreeMapEventsMayDeque treeMapEventsMayDeque(DataInputOutputSerde[] criteriaSerdes, EventType eventType)
DataInputOutputSerde<Object> objectArrayMayNullNull(DataInputOutputSerde[] serdes)
DataInputOutputSerde<Object> listEvents(EventType eventType)
DataInputOutputSerde linkedHashMapEventsAndInt(EventType eventType)
DataInputOutputSerde refCountedSetAtomicInteger(EventType eventType)
DataInputOutputSerde<EventBean> nullableEventMayCollate(EventType eventType)
Copyright © 2005–2021. All rights reserved.