public interface EventSerdeFactory
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerde |
linkedHashMapEventsAndInt(EventType eventType) |
DataInputOutputSerde |
listEvents(EventType eventType) |
DataInputOutputSerde<EventBean> |
nullableEvent(EventType eventType) |
DataInputOutputSerde<EventBean> |
nullableEventArray(EventType eventType) |
DataInputOutputSerde |
nullableEventArrayOrUnderlying(EventType eventType) |
DataInputOutputSerde<EventBean> |
nullableEventMayCollate(EventType eventType) |
DataInputOutputSerde |
nullableEventOrUnderlying(EventType eventType) |
DataInputOutputSerde |
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 nullableEventOrUnderlying(EventType eventType)
DataInputOutputSerde nullableEventArrayOrUnderlying(EventType eventType)
DIOSerdeTreeMapEventsMayDeque treeMapEventsMayDeque(DataInputOutputSerde[] criteriaSerdes, EventType eventType)
DataInputOutputSerde objectArrayMayNullNull(DataInputOutputSerde[] serdes)
DataInputOutputSerde listEvents(EventType eventType)
DataInputOutputSerde linkedHashMapEventsAndInt(EventType eventType)
DataInputOutputSerde refCountedSetAtomicInteger(EventType eventType)
DataInputOutputSerde<EventBean> nullableEventMayCollate(EventType eventType)
Copyright © 2005–2022. All rights reserved.