- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- read() - Method in class dk.vajhoej.isam.dummy.DummyIsamResult
-
- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- read() - Method in class dk.vajhoej.isam.emulated.EmulatedIsamResult
-
- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- read() - Method in interface dk.vajhoej.isam.IsamResult
-
Read record.
- read(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.IsamSource
-
Read record from ISAM source.
- read() - Method in class dk.vajhoej.isam.local.LocalIsamResult
-
- read() - Method in class dk.vajhoej.isam.local.LocalIsamResultReverse
-
- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- read(int, Object, byte[]) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Read record by key.
- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.ByteClient
-
- READ - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Read record from ISAM source.
- read(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Read record from ISAM source.
- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- read() - Method in class dk.vajhoej.isam.remote.RemoteIsamResult
-
- read(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- read(Class<T>) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(Class<T>, LengthProvider) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(Class<T>, LengthProvider2) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(Class<T>, InfoProvider) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(T) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(T, LengthProvider) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(T, LengthProvider2) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(T, InfoProvider) - Method in class dk.vajhoej.record.StructReader
-
Read.
- read(Class<T>) - Method in class dk.vajhoej.record.StructReaderStream
-
Read.
- read(Class<T>, LengthProvider2) - Method in class dk.vajhoej.record.StructReaderStream
-
Read.
- readAll(Class<T>, byte[]) - Static method in class dk.vajhoej.record.Util
-
Read array of struct in byte array into list of objects.
- readAll(Class<T>, InputStream, List<T>) - Static method in class dk.vajhoej.record.Util
-
Read array of struct in stream into list of objects.
- readAll(Class<T>, InputStream, Util.ObjectHandler<T>) - Static method in class dk.vajhoej.record.Util
-
Read array of struct in stream and processes them by handler.
- readAll(Class<T>, byte[], LengthProvider2) - Static method in class dk.vajhoej.record.Util2
-
Read array of struct in byte array into list of objects.
- readAll(Class<T>, InputStream, List<T>, LengthProvider2) - Static method in class dk.vajhoej.record.Util2
-
Read array of struct in stream into list of objects.
- readAll(Class<T>, InputStream, Util2.ObjectHandler<T>, LengthProvider2) - Static method in class dk.vajhoej.record.Util2
-
Read array of struct in stream and processes them by handler.
- readGE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- readGE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- readGE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- readGE(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.IsamSource
-
Find all records greater than or equal key.
- readGE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- readGE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- readGT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- readGT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- readGT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- readGT(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.IsamSource
-
Read all records greater than key.
- readGT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- readGT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- readLE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- readLE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- readLE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- readLE(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.IsamSource
-
Read all records less than or equal key.
- readLE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- readLE(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- readLT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- readLT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- readLT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- readLT(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.IsamSource
-
Read all records less than key.
- readLT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- readLT(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- readXX(int, Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.ByteClient
-
- readXX(int, Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Find all records matching criteria.
- readXX(int, Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- RecordException - Exception in dk.vajhoej.record
-
Class RecordException encapsulates exceptions related to record processing.
- RecordException() - Constructor for exception dk.vajhoej.record.RecordException
-
Create instance of RecordException.
- RecordException(String, Throwable) - Constructor for exception dk.vajhoej.record.RecordException
-
Create instance of RecordException.
- RecordException(String) - Constructor for exception dk.vajhoej.record.RecordException
-
Create instance of RecordException.
- RecordException(Throwable) - Constructor for exception dk.vajhoej.record.RecordException
-
Create instance of RecordException.
- RemoteIsamResult<T> - Class in dk.vajhoej.isam.remote
-
Class RemoteIsamResult is a result from a find operation in a remote ISAM source.
- RemoteIsamResult(IsamProtocolClient) - Constructor for class dk.vajhoej.isam.remote.RemoteIsamResult
-
Create instance of RemoteIsamResult.
- RemoteIsamSource - Class in dk.vajhoej.isam.remote
-
Class EmulatedIsamSource is a remote ISAM source.
- RemoteIsamSource(String, int) - Constructor for class dk.vajhoej.isam.remote.RemoteIsamSource
-
Create instance of RemoteIsamSource.
- remove(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.EHCacheWrapper
-
- remove(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.cache.IsamCache
-
Remove object from cache.
- remove(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.StandardIsamCache
-
- reset() - Method in class dk.vajhoej.isam.KeyInfoArrayCache
-
Reset cache.
- reset() - Method in class dk.vajhoej.record.StructInfoCache
-
Reset cache.
- RESULT_CLOSE - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Result: close.
- RESULT_CURRENT - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Result: return current record.
- RESULT_READ - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Result: read record.
- resultClose() - Method in class dk.vajhoej.isam.remote.ByteClient
-
- resultClose() - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Close.
- resultClose() - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- resultCurrent() - Method in class dk.vajhoej.isam.remote.ByteClient
-
- resultCurrent() - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Return current record.
- resultCurrent() - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- resultRead() - Method in class dk.vajhoej.isam.remote.ByteClient
-
- resultRead() - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Read record.
- resultRead() - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- run() - Method in class dk.vajhoej.isam.remote.ClientThread
-
- run() - Method in class dk.vajhoej.isam.remote.SourceThread
-
- s2f(int) - Static method in class dk.vajhoej.record.VAXFloatUtil
-
Convert from S floating to F floating.
- Selector - Annotation Type in dk.vajhoej.record
-
Annotation for selection of sub types.
- Server - Class in dk.vajhoej.isam.remote
-
Serve remote requests for an ISAM source.
- Server() - Constructor for class dk.vajhoej.isam.remote.Server
-
- setVersion(int) - Static method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
Set protocol version to use.
- SourceThread - Class in dk.vajhoej.isam.remote
-
Class SourceThread is the server side of a single remote ISAM source.
- SourceThread(IsamSource, int, boolean) - Constructor for class dk.vajhoej.isam.remote.SourceThread
-
Create instance of SourceThread.
- StandardIsamCache - Class in dk.vajhoej.isam.cache
-
Class StandardIsamCache is default implementation of cache for CacheIsamSource.
- StandardIsamCache() - Constructor for class dk.vajhoej.isam.cache.StandardIsamCache
-
Create instance of StandardIsamCache.
- Struct - Annotation Type in dk.vajhoej.record
-
Annotation for structs.
- StructField - Annotation Type in dk.vajhoej.record
-
Annotation for fields.
- StructInfo - Class in dk.vajhoej.record
-
Class StructInfo contains information about a native struct needed for reading and/or writing.
- StructInfo(Endian, Alignment, boolean, List<FieldInfo>, Class<?>) - Constructor for class dk.vajhoej.record.StructInfo
-
Create instance of StructInfo.
- StructInfoCache - Class in dk.vajhoej.record
-
Class StructInfoCache caches StructInfo objects in a singleton cache.
- StructReader - Class in dk.vajhoej.record
-
Class StructReader reads a Java object from a byte array containing a native struct.
- StructReader(byte[]) - Constructor for class dk.vajhoej.record.StructReader
-
Create instance of StructReader.
- StructReaderStream - Class in dk.vajhoej.record
-
Class StructReaderStream reads a Java object from an input stream containing a native struct.
- StructReaderStream(InputStream, int, int) - Constructor for class dk.vajhoej.record.StructReaderStream
-
Create instance of StructReaderStream.
- StructWriter - Class in dk.vajhoej.record
-
Class StructWriter writes a Java object to a byte array as a native struct.
- StructWriter() - Constructor for class dk.vajhoej.record.StructWriter
-
Construct instance of StructWriter with default buffer size.
- StructWriter(int) - Constructor for class dk.vajhoej.record.StructWriter
-
Construct instance of StructWriter.
- SubClassAndPad - Class in dk.vajhoej.record
-
Class SubClassAndPad contains information about class and padding for select field.
- SubClassAndPad(Class<?>, int) - Constructor for class dk.vajhoej.record.SubClassAndPad
-
Create instance of ClassAndPad with all necessary properties.
- SubType - Annotation Type in dk.vajhoej.record
-
Annotation for sub types.
- supportFindMixedOther() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support find mixed with other operations.
- supportModWithoutKey() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support modification of records without separate key.
- supportReverse() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support reverse find for LE and LT.