Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 

M

main(String[]) - Static method in class de.zib.scalaris.examples.FastStringBenchmark
Runs a mini benchmark of the Transaction and TransactionSingleOp class using custom objects provided by ErlangValueFastString and ErlangValueBitString.
main(String[]) - Static method in class de.zib.scalaris.examples.TransactionReadExample
Reads all keys given on the command line (given as "key1 key2 ...") with the AbstractTransaction.read(String) and AbstractTransaction.read(OtpErlangString) methods in a single transaction.
If no keys are given, the default keys "key1", "key2", "key3" are used.
main(String[]) - Static method in class de.zib.scalaris.examples.TransactionReadWriteExample
Implements the following transactions each with the Java type methods and the erlang (OTP) type methods.
main(String[]) - Static method in class de.zib.scalaris.examples.TransactionSingleOpReadExample
Reads a key given on the command line with the read methods of TransactionSingleOp.
If no key is given, the default key "key" is used.
main(String[]) - Static method in class de.zib.scalaris.examples.TransactionSingleOpWriteExample
Writes a key/value pair given on the command line with the write methods of TransactionSingleOp.
If no value or key is given, the default key "key" and the default value "value" is used.
main(String[]) - Static method in class de.zib.scalaris.examples.TransactionWriteExample
Writes all key/value pairs given on the command line (given as "key1 value1 key2 value2 ...") with the Transaction.write(String, Object) and Transaction.write(OtpErlangString, OtpErlangObject) methods in a single transaction.
If no key/value pair is given, the default pairs (key1, value1), (key2, value2) and (key3, value3) are used.
Main - Class in de.zib.scalaris
Class to test basic functionality of the package and to use scalaris from command line.
Main() - Constructor for class de.zib.scalaris.Main
 
main(String[]) - Static method in class de.zib.scalaris.Main
Queries the command line options for an action to perform.
memTotal - Variable in class de.zib.scalaris.ScalarisVM.GetInfoResult
Total amount of memory currently allocated.
minibench(int, int, Set<Integer>) - Static method in class de.zib.scalaris.Benchmark
Default minimal benchmark.
minibench(int, int, Set<Integer>) - Static method in class de.zib.scalaris.examples.FastStringBenchmark
Runs the benchmark.
Monitor - Class in de.zib.scalaris
Provides methods to monitor a specific Scalaris (Erlang) VM.
Monitor(String) - Constructor for class de.zib.scalaris.Monitor
Creates a connection to the erlang VM of the given Scalaris node.
Monitor.GetNodeInfoResult - Class in de.zib.scalaris
Plain old data object for results of Monitor.getNodeInfo().
Monitor.GetNodePerformanceResult - Class in de.zib.scalaris
Plain old data object for results of Monitor.getNodePerformance().
Monitor.GetServiceInfoResult - Class in de.zib.scalaris
Plain old data object for results of Monitor.getServiceInfo().
Monitor.GetServicePerformanceResult - Class in de.zib.scalaris
Plain old data object for results of Monitor.getServicePerformance().
MonitorNode - Class in de.zib.scalaris.jmx
Provides methods to monitor a specific Scalaris (Erlang) VM via JMX.
MonitorNode(String) - Constructor for class de.zib.scalaris.jmx.MonitorNode
Creates a connection to the erlang VM of the given Scalaris node.
MonitorNodeMBean - Interface in de.zib.scalaris.jmx
Provides methods to monitor a specific Scalaris (Erlang) VM via JMX.
MonitorService - Class in de.zib.scalaris.jmx
Provides methods to monitor a specific Scalaris (Erlang) VM via JMX.
MonitorService(String) - Constructor for class de.zib.scalaris.jmx.MonitorService
Creates a connection to the erlang VM of the given Scalaris node.
MonitorServiceMBean - Interface in de.zib.scalaris.jmx
Provides methods to monitor a whole Scalaris ring via JMX.
A B C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links