Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOptionLocator.discoverOptionsAndApply(Path rootDir,
BiConsumerWithException<Class<?>,Collection<OptionWithMetaInfo>,? extends Exception> optionsConsumer) |
Modifier and Type | Method and Description |
---|---|
void |
InternalTimerServiceImpl.forEachEventTimeTimer(BiConsumerWithException<N,Long,Exception> consumer) |
void |
InternalTimerService.forEachEventTimeTimer(BiConsumerWithException<N,Long,Exception> consumer)
Performs an action for each registered timer.
|
void |
InternalTimerServiceImpl.forEachProcessingTimeTimer(BiConsumerWithException<N,Long,Exception> consumer) |
void |
InternalTimerService.forEachProcessingTimeTimer(BiConsumerWithException<N,Long,Exception> consumer)
Performs an action for each registered timer.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchExecutionInternalTimeService.forEachEventTimeTimer(BiConsumerWithException<N,Long,Exception> consumer) |
void |
BatchExecutionInternalTimeService.forEachProcessingTimeTimer(BiConsumerWithException<N,Long,Exception> consumer) |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
LinkedOptionalMapSerializer.writeOptionalMap(DataOutputView out,
LinkedOptionalMap<K,V> map,
BiConsumerWithException<DataOutputView,K,IOException> keyWriter,
BiConsumerWithException<DataOutputView,V,IOException> valueWriter) |
static <K,V> void |
LinkedOptionalMapSerializer.writeOptionalMap(DataOutputView out,
LinkedOptionalMap<K,V> map,
BiConsumerWithException<DataOutputView,K,IOException> keyWriter,
BiConsumerWithException<DataOutputView,V,IOException> valueWriter) |
Modifier and Type | Method and Description |
---|---|
static <A,B> BiConsumer<A,B> |
BiConsumerWithException.unchecked(BiConsumerWithException<A,B,?> biConsumerWithException)
Convert a
BiConsumerWithException into a BiConsumer . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.