FULL_KEY
- A full-key type that Emitter can interpret.PARENT_KEY
- A parent-key type that Emitter can interpret.V
- A value type to be set to a slot.public interface Emittable<PARENT_KEY,FULL_KEY,V>
Modifier and Type | Method and Description |
---|---|
void |
emitDelayedGroup(FULL_KEY fullKey,
V value) |
void |
emitNormalGroup(PARENT_KEY parentKey,
java.util.List<V> values) |
void emitNormalGroup(PARENT_KEY parentKey, java.util.List<V> values) throws java.lang.Exception
java.lang.Exception