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

Method keys

java/org/apache/catalina/Store.java:71–71  ·  view source on GitHub ↗

Return an array containing the session identifiers of all Sessions currently saved in this Store. If there are no such Sessions, a zero-length array is returned. @return the session identifiers @exception IOException if an input/output error occurred

()

Source from the content-addressed store, hash-verified

69 * @exception IOException if an input/output error occurred
70 */
71 String[] keys() throws IOException;
72
73
74 /**

Callers 12

keysMethod · 0.65
testDSStoreMethod · 0.65
NamingContextMethod · 0.65
getKeyCountMethod · 0.65
timeoutMethod · 0.65
doWriteObjectMethod · 0.65
expiredKeysMethod · 0.65
loadMethod · 0.65
getSessionIdsFullMethod · 0.65
socketTimeoutsMethod · 0.65
closeSelectorMethod · 0.65
getAttributesMethod · 0.65

Implementers 3

TesterStoretest/org/apache/catalina/valves/TestPe
TesterStoretest/org/apache/catalina/session/Teste
StoreBasejava/org/apache/catalina/session/Store

Calls

no outgoing calls

Tested by 2

keysMethod · 0.52
testDSStoreMethod · 0.52