Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- main(String[]) - Static method in class org.cojen.tupl.ext.CipherCrypto
-
Generates and prints a new 128-bit key.
- main(String[]) - Static method in class org.cojen.tupl.repl.RemoveMember
- main(String[]) - Static method in class org.cojen.tupl.tools.Compact
- main(String[]) - Static method in class org.cojen.tupl.tools.Shutdown
- main(String[]) - Static method in class org.cojen.tupl.tools.Verify
- make() - Static method in class org.cojen.tupl.util.Clutch
-
Return a new Clutch instance, which might share a pack with other instances returned from this method.
- make(int) - Static method in class org.cojen.tupl.util.Clutch
-
Return a new Clutch instance, which might share a pack with other instances returned from this method.
- make(int, int, long, TimeUnit, ThreadFactory) - Static method in class org.cojen.tupl.util.WorkerGroup
- make(int, long, TimeUnit, ThreadFactory) - Static method in class org.cojen.tupl.util.Worker
- make(PageArray, long, PageArray) - Static method in class org.cojen.tupl.io.SpilloverPageArray
- map() - Method in class org.cojen.tupl.io.FileIO
-
Maps or remaps the file into main memory, up to the current file length.
- map(Class<T>) - Method in interface org.cojen.tupl.Table
-
Returns a view backed by this table, whose rows have been mapped to target rows, applying any necessary column value conversions.
- map(Class<T>, Mapper<R, T>) - Method in interface org.cojen.tupl.Table
-
Returns a view backed by this table, whose rows have been mapped to target rows.
- map(R, T) - Method in interface org.cojen.tupl.Mapper
-
Maps source rows to target rows.
- mapDataFiles(boolean) - Method in class org.cojen.tupl.DatabaseConfig
-
Enable memory mapping of the data files.
- MAPPED - Enum constant in enum class org.cojen.tupl.io.OpenOption
-
Map the file into main memory.
- MappedPageArray - Class in org.cojen.tupl.io
-
PageArray
implementation which accesses a fixed sized file, fully mapped to memory. - Mapper<R,
T> - Interface in org.cojen.tupl -
Interface for mapping source rows to target rows.
- Mapper(String, String, QueryPlan) - Constructor for class org.cojen.tupl.diag.QueryPlan.Mapper
- max() - Element in annotation interface org.cojen.tupl.Automatic
-
The maximum value to generate, inclusive.
- maxCacheSize(long) - Method in class org.cojen.tupl.DatabaseConfig
-
Set the maximum cache size, overriding the default.
- maxCheckpointThreads(int) - Method in class org.cojen.tupl.DatabaseConfig
-
Specify the maximum number of threads for performing checkpointing, to speed it up.
- maxReplicaThreads(int) - Method in class org.cojen.tupl.DatabaseConfig
-
If replication is enabled, specify the maximum number of threads to process incoming changes.
- merge(Transaction, R) - Method in interface org.cojen.tupl.Table
-
Updates an existing row with the modified columns of the given row, and then loads the result back into the given row.
- MergeConcat(QueryPlan...) - Constructor for class org.cojen.tupl.diag.QueryPlan.MergeConcat
- MergeUnion(QueryPlan...) - Constructor for class org.cojen.tupl.diag.QueryPlan.MergeUnion
- MessageReplicator - Interface in org.cojen.tupl.repl
-
Message-oriented replication interface, which is a bit easier to use than
StreamReplicator
. - MessageReplicator.Reader - Interface in org.cojen.tupl.repl
-
Interface called by any group member for reading committed messages.
- MessageReplicator.Writer - Interface in org.cojen.tupl.repl
-
Interface called by the group leader for proposing messages.
- min() - Element in annotation interface org.cojen.tupl.Automatic
-
The minimum value to generate, inclusive.
- minCacheSize(long) - Method in class org.cojen.tupl.DatabaseConfig
-
Set the minimum cache size, overriding the default.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form