Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CorfuDB/CorfuDB
/ ExceptionFunction
Interface
ExceptionFunction
test/src/test/java/org/corfudb/AbstractCorfuTest.java:366–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
@FunctionalInterface
367
public
interface
ExceptionFunction<T> {
368
T run() throws Exception;
369
}
370
371
@FunctionalInterface
372
public
interface
VoidExceptionFunction {
Callers
7
TestThread
Method · 0.65
runThread
Method · 0.65
AssertableObject
Method · 0.65
t
Method · 0.65
writeCheckpointRecords
Method · 0.65
testIRetryReturnsValueAfterLotsOfRetries
Method · 0.65
testIRetryIsAbleToThrowCatchedExceptions
Method · 0.65
Implementers
3
logReader
logReader/src/main/java/org/corfudb/lo
TestThread
test/src/test/java/org/corfudb/Abstrac
StreamGobbler
test/src/test/java/org/corfudb/integra
Calls
no outgoing calls
Tested by
no test coverage detected