MCPcopy Create free account
hub / github.com/apple/foundationdb / peek

Method peek

recipes/java-recipes/MicroPriority.java:89–91  ·  view source on GitHub ↗
(TransactionContext tcx)

Source from the content-addressed store, hash-verified

87
88 // Peek--assumes min priority queue.
89 public static Object peek(TransactionContext tcx){
90 return peek(tcx,false);
91 }
92
93 // Peek--allows for either max or min priority queue.
94 public static Object peek(TransactionContext tcx, final boolean max){

Callers 1

smokeTestMethod · 0.95

Calls 1

runMethod · 0.65

Tested by

no test coverage detected