MCPcopy Index your code
hub / github.com/apache/tomcat / keys

Method keys

java/org/apache/catalina/session/DataSourceStore.java:342–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 }
341
342 @Override
343 public String[] keys() throws IOException {
344 return keys(false);
345 }
346
347 /**
348 * Return an array containing the session identifiers of all Sessions currently saved in this Store. If there are no

Callers 1

expiredKeysMethod · 0.95

Calls 10

withRetryMethod · 0.95
getNameMethod · 0.95
nextMethod · 0.65
addMethod · 0.65
getStringMethod · 0.65
prepareStatementMethod · 0.45
setStringMethod · 0.45
setLongMethod · 0.45
executeQueryMethod · 0.45
toArrayMethod · 0.45

Tested by

no test coverage detected