Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
ClusteredHashTableEntry[] |
ClusteredHashTable.elements() |
Retrieves a list of entries that exist in the clustered hash table for the specified user profile.
|
ClusteredHashTableEntry[] |
ClusteredHashTable.elements(String userProfile,
String lastModifiedProfile,
int status) |
Retrieves a list of entries that exist in the clustered hash table for the specified user profile.
|
ClusteredHashTableEntry |
ClusteredHashTable.get(byte[] key) |
Returns information from the clustered hash table for the specified key.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ClusteredHashTable.put(ClusteredHashTableEntry entry) |
Put an entry in the clustered hash table identified by the connection handle.
|
Copyright © 2024. All rights reserved.