Interface | Description |
---|---|
NativeIsam |
Interface NativeIsamt represents the native implementation of the local ISAM source.
|
Class | Description |
---|---|
LocalIsamResult<T> |
Class LocalIsamResult is a result from a find operation in a local ISAM source.
|
LocalIsamResultReverse<T,TK> |
Class LocalIsamResultReverse is a result from a find operation in a local ISAM source
for implementations that does not support reverse.
|
LocalIsamSource |
Class LocalIsamSource is accessing a local ISAM file using native API.
|