- CacheIsamSource - Class in dk.vajhoej.isam.cache
-
Class CacheIsamSource is a wrapper adding a cache to an ISAM source.
- CacheIsamSource(IsamSource) - Constructor for class dk.vajhoej.isam.cache.CacheIsamSource
-
Create instance of CacheIsamSource with default cache implementation.
- CacheIsamSource(IsamSource, IsamCache) - Constructor for class dk.vajhoej.isam.cache.CacheIsamSource
-
Create instance of CacheIsamSource.
- ClientThread - Class in dk.vajhoej.isam.remote
-
Class ClientThread is the server side of single clients connection
to a single remote ISAM source.
- ClientThread(Socket, IsamSource) - Constructor for class dk.vajhoej.isam.remote.ClientThread
-
Create instance of ClientThread.
- close() - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- close() - Method in class dk.vajhoej.isam.dummy.DummyIsamResult
-
- close() - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- close() - Method in class dk.vajhoej.isam.emulated.EmulatedIsamResult
-
- close() - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- close() - Method in interface dk.vajhoej.isam.IsamResult
-
Close.
- close() - Method in interface dk.vajhoej.isam.IsamSource
-
Close ISAM source.
- close() - Method in class dk.vajhoej.isam.local.LocalIsamResult
-
- close() - Method in class dk.vajhoej.isam.local.LocalIsamResultReverse
-
- close() - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- close() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Close.
- close() - Method in class dk.vajhoej.isam.remote.ByteClient
-
- CLOSE - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Close ISAM source.
- close() - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Close ISAM source.
- close() - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- close() - Method in class dk.vajhoej.isam.remote.RemoteIsamResult
-
- close() - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- close() - Method in class dk.vajhoej.record.StructReaderStream
-
Close underlying InputStream.
- CodeGen - Class in dk.vajhoej.record
-
Class CodeGen generates FastStructReader's and FastStructWriter's using javassist library.
- CodeGen() - Constructor for class dk.vajhoej.record.CodeGen
-
- COMP_GE - Static variable in interface dk.vajhoej.isam.local.NativeIsam
-
Greater than or equal.
- COMP_GT - Static variable in interface dk.vajhoej.isam.local.NativeIsam
-
Greater than.
- COMP_LE - Static variable in interface dk.vajhoej.isam.local.NativeIsam
-
Less than or equal.
- COMP_LT - Static variable in interface dk.vajhoej.isam.local.NativeIsam
-
Less than.
- CompositFastStructReader<T> - Class in dk.vajhoej.record
-
Class CompositFastStructReader dispatches to a number of FastStructReaders's based on peek of actual sub class.
- CompositFastStructReader(Class<T>, Map<Class<? extends T>, FastStructReader<? extends T>>) - Constructor for class dk.vajhoej.record.CompositFastStructReader
-
Create instance of CompositFastStructReader.
- CompositFastStructWriter - Class in dk.vajhoej.record
-
Class CompositFastStructWriter dispatches to a number of FastStructWriter's based on actual object type.
- CompositFastStructWriter(Map<Class<?>, FastStructWriter<?>>) - Constructor for class dk.vajhoej.record.CompositFastStructWriter
-
Create instance of CompositFastStructWriter.
- CompositFastStructWriter(Map<Class<?>, FastStructWriter<?>>, int) - Constructor for class dk.vajhoej.record.CompositFastStructWriter
-
Create instance of CompositFastStructWriter.
- convert(T1) - Method in interface dk.vajhoej.record.Util.Transformer
-
Convert object.
- convert(T1) - Method in interface dk.vajhoej.record.Util2.Transformer
-
Convert object.
- convertSelector(Object) - Method in interface dk.vajhoej.record.InfoProvider
-
Converts a selector of any type to a usable integer selector.
- copyAll(Class<T1>, byte[], Class<T2>, Util.Transformer<T1, T2>) - Static method in class dk.vajhoej.record.Util
-
Convert array of struct in bytes into array of struct in bytes.
- copyAll(Class<T1>, InputStream, Class<T2>, OutputStream, Util.Transformer<T1, T2>) - Static method in class dk.vajhoej.record.Util
-
Convert array of struct in stream into array of struct in stream.
- copyAll(Class<T1>, byte[], Class<T2>, Util2.Transformer<T1, T2>, LengthProvider2) - Static method in class dk.vajhoej.record.Util2
-
Convert array of struct in bytes into array of struct in bytes.
- copyAll(Class<T1>, InputStream, Class<T2>, OutputStream, Util2.Transformer<T1, T2>, LengthProvider2) - Static method in class dk.vajhoej.record.Util2
-
Convert array of struct in stream into array of struct in stream.
- create(T) - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
- create(T) - Method in class dk.vajhoej.isam.dummy.DummyIsamSource
-
- create(T) - Method in class dk.vajhoej.isam.emulated.EmulatedIsamSource
-
- create(T) - Method in interface dk.vajhoej.isam.IsamSource
-
Create record in ISAM source.
- create(T) - Method in class dk.vajhoej.isam.local.LocalIsamSource
-
- create(byte[]) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Create new record.
- create(byte[], int, Object) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Create new record.
- create(T) - Method in class dk.vajhoej.isam.remote.ByteClient
-
- CREATE - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Create record in ISAM source.
- create(T) - Method in interface dk.vajhoej.isam.remote.IsamProtocolClient
-
Create record in ISAM source.
- create(T) - Method in class dk.vajhoej.isam.remote.ObjectClient
-
- create(T) - Method in class dk.vajhoej.isam.remote.RemoteIsamSource
-
- current() - Method in class dk.vajhoej.isam.dummy.DummyIsamResult
-
- current() - Method in class dk.vajhoej.isam.emulated.EmulatedIsamResult
-
- current() - Method in interface dk.vajhoej.isam.IsamResult
-
Return current record.
- current() - Method in class dk.vajhoej.isam.local.LocalIsamResult
-
- current() - Method in class dk.vajhoej.isam.local.LocalIsamResultReverse
-
- current() - Method in class dk.vajhoej.isam.remote.RemoteIsamResult
-
- f2s(int) - Static method in class dk.vajhoej.record.VAXFloatUtil
-
Convert from F floating to S floating.
- FastStructReader<T> - Interface in dk.vajhoej.record
-
Interface FastStructWriter define how to access a struct reading class with generated code.
- FastStructWriter<T> - Interface in dk.vajhoej.record
-
Interface FastStructWriter define how to access a struct writing class with generated code.
- FieldInfo - Class in dk.vajhoej.record
-
Class FieldInfo contains information about a native struct field needed for conversions.
- FieldInfo(FieldType, int, int, String, byte, int, ExtEndian, boolean, char, Class<?>, Field, Map<Integer, SubClassAndPad>, boolean, int, int) - Constructor for class dk.vajhoej.record.FieldInfo
-
Create instance of FieldInfo with all necessary properties.
- FieldType - Enum in dk.vajhoej.record
-
Enum FieldType specifies native struct types.
- find(int, byte[]) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Search for record.
- find(int, Object, int, byte[]) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Search for record.
- FIND_GE - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Find all records greater than or equal key.
- FIND_GT - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Find all records greater than key.
- FIND_LE - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Find all records less than or equal key.
- FIND_LT - Static variable in interface dk.vajhoej.isam.remote.IsamProtocol
-
Find all records lessr than key.
- findAllGE(IsamSource, Class<T>, Key<TK>) - Static method in class dk.vajhoej.isam.Util
-
- findAllGT(IsamSource, Class<T>, Key<TK>) - Static method in class dk.vajhoej.isam.Util
-
- findAllLE(IsamSource, Class<T>, Key<TK>) - Static method in class dk.vajhoej.isam.Util
-
- findAllLT(IsamSource, Class<T>, Key<TK>) - Static method in class dk.vajhoej.isam.Util
-
- findnext(byte[]) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Next/previous record (GE and GT => next, LE and LT => previous).
- fromJavaTime(long) - Static method in class dk.vajhoej.record.TimeUtil
-
Convert from long with Java time (milliseconds since 1-Jan-1970) to Date object.
- fromUnixTime(int) - Static method in class dk.vajhoej.record.TimeUtil
-
Convert from int with Unix time (seconds since 1-Jan-1970) as 32 bit to Date object.
- fromUnixTime64(long) - Static method in class dk.vajhoej.record.TimeUtil
-
Convert from long with Unix time (seconds since 1-Jan-1970) as 64 bit to Date object.
- fromVMSTime(long) - Static method in class dk.vajhoej.record.TimeUtil
-
Convert from long with VMS time (100 nanoseconds since 17-Nov-1858) to Date object.
- g2t(long) - Static method in class dk.vajhoej.record.VAXFloatUtil
-
Convert from G floating to T floating.
- genReader(Class<T>) - Static method in class dk.vajhoej.record.CodeGen
-
Generate FastStructReader.
- genWriter(Class<T>, int) - Static method in class dk.vajhoej.record.CodeGen
-
Generate FastStructWriter.
- genWriter(Class<T>) - Static method in class dk.vajhoej.record.CodeGen
-
Generate FastStructWriter.
- get(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.EHCacheWrapper
-
- get(Class<T>, Key<TK>) - Method in interface dk.vajhoej.isam.cache.IsamCache
-
Get object from cache.
- get(Class<T>, Key<TK>) - Method in class dk.vajhoej.isam.cache.StandardIsamCache
-
- get(Class<?>) - Method in class dk.vajhoej.isam.KeyInfoArrayCache
-
Get KeyInfo array from cache.
- get(Class<?>) - Method in class dk.vajhoej.record.StructInfoCache
-
Get StructInfo from cache.
- getAlignment() - Method in class dk.vajhoej.record.StructInfo
-
Get Alignment.
- getByteBuffer() - Method in class dk.vajhoej.record.CompositFastStructReader
-
- getByteBuffer() - Method in class dk.vajhoej.record.CompositFastStructWriter
-
- getByteBuffer() - Method in interface dk.vajhoej.record.FastStructReader
-
Get byte buffer.
- getByteBuffer() - Method in interface dk.vajhoej.record.FastStructWriter
-
Get byte buffer.
- getBytes() - Method in class dk.vajhoej.record.CompositFastStructWriter
-
- getBytes() - Method in interface dk.vajhoej.record.FastStructWriter
-
Get bytes.
- getBytes() - Method in class dk.vajhoej.record.StructWriter
-
Get bytes.
- getClassType() - Method in class dk.vajhoej.record.FieldInfo
-
Get Java class type.
- getCountprefix() - Method in class dk.vajhoej.record.FieldInfo
-
Get length in bytes of count prefix.
- getDecimals() - Method in class dk.vajhoej.record.FieldInfo
-
Get decimals of BCD.
- getElements() - Method in class dk.vajhoej.record.FieldInfo
-
Get number of elements.
- getElements(Object, int) - Method in interface dk.vajhoej.record.LengthProvider2
-
Get number of elements in array.
- getEncoding() - Method in class dk.vajhoej.record.FieldInfo
-
Get encoding of string.
- getEndianess() - Method in class dk.vajhoej.record.FieldInfo
-
Get endianess.
- getEndianess() - Method in class dk.vajhoej.record.StructInfo
-
Get endianess.
- getEndpad() - Method in class dk.vajhoej.record.StructInfo
-
Get pad at end.
- getField() - Method in class dk.vajhoej.isam.KeyInfo
-
Get field
- getField() - Method in class dk.vajhoej.record.FieldInfo
-
Get corresponding reflection object.
- getFields() - Method in class dk.vajhoej.record.StructInfo
-
Get fields.
- getHitRate() - Method in class dk.vajhoej.isam.cache.CacheIsamSource
-
Get hit rate.
- getHitRate() - Method in class dk.vajhoej.isam.cache.EHCacheWrapper
-
- getHitRate() - Method in interface dk.vajhoej.isam.cache.IsamCache
-
Get hit rate.
- getHitRate() - Method in class dk.vajhoej.isam.cache.StandardIsamCache
-
- getHitRate() - Method in class dk.vajhoej.isam.KeyInfoArrayCache
-
Get cache hit rate.
- getHitRate() - Method in class dk.vajhoej.record.StructInfoCache
-
Get cache hit rate.
- getInstance() - Static method in class dk.vajhoej.isam.KeyInfoArrayCache
-
Get singleton instance.
- getInstance() - Static method in class dk.vajhoej.record.StructInfoCache
-
Get singleton instance.
- getIx() - Method in class dk.vajhoej.isam.Key
-
Get index.
- getLength() - Method in class dk.vajhoej.record.FieldInfo
-
Get length of fixed length string.
- getLength(Object, int) - Method in interface dk.vajhoej.record.LengthProvider
-
Get length of field.
- getLength() - Method in class dk.vajhoej.record.StructInfo
-
Get length of fixed length parts of struct.
- getLength() - Method in class dk.vajhoej.record.StructWriter
-
Get length.
- getLengthProvider(Object, int) - Method in interface dk.vajhoej.record.LengthProvider2
-
Get length provider for sub struct.
- getMaxLength() - Method in interface dk.vajhoej.record.LengthProvider2
-
Get max length of struct.
- getOffset(String) - Method in class dk.vajhoej.record.StructInfo
-
Get offset for field name.
- getPad() - Method in class dk.vajhoej.record.FieldInfo
-
Get whether to pad.
- getPad() - Method in class dk.vajhoej.record.SubClassAndPad
-
Get padding.
- getPadchar() - Method in class dk.vajhoej.record.FieldInfo
-
Get pad character.
- getPrefixlength() - Method in class dk.vajhoej.record.FieldInfo
-
Get prefix length.
- getRemaining() - Method in class dk.vajhoej.record.StructReader
-
Get number of remaining bytes.
- getSelectorField() - Method in class dk.vajhoej.record.StructInfo
-
Get index of selector field.
- getSelectPad() - Method in class dk.vajhoej.record.FieldInfo
-
Get sub class padding to fixed length.
- getSelects() - Method in class dk.vajhoej.record.FieldInfo
-
Get sub class selections.
- getStructType() - Method in class dk.vajhoej.record.FieldInfo
-
Get native struct type.
- getSubClass() - Method in class dk.vajhoej.record.SubClassAndPad
-
Get class.
- getTyp() - Method in class dk.vajhoej.isam.KeyInfo
-
Get type.
- getValue() - Method in class dk.vajhoej.isam.Key
-
Get value.
- getZone() - Method in class dk.vajhoej.record.FieldInfo
-
Get zone of zoned BCD.
- 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(byte[]) - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Read record by key in data.
- 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.CompositFastStructReader
-
- read(Class<T>) - Method in interface dk.vajhoej.record.FastStructReader
-
Read.
- 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.
- supportCreateWithKey() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support create by key as opposed to only read by data with embedded key.
- supportDeleteWithKey() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support delete by key as opposed to only read by data with embedded key.
- supportFindMixedOther() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support find mixed with other operations.
- supportFindWithKey() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support find by key as opposed to only read by data with embedded key.
- supportReadWithKey() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support read by key as opposed to only read by data with embedded key.
- supportReverse() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support reverse find for LE and LT.
- supportUpdateWithKey() - Method in interface dk.vajhoej.isam.local.NativeIsam
-
Does this implementation support update by key as opposed to only read by data with embedded key.