com.hazelcast.client.examples
Class SimpleMapTest

java.lang.Object
  extended by com.hazelcast.client.examples.SimpleMapTest

public class SimpleMapTest
extends Object


Nested Class Summary
static class SimpleMapTest.Stats
           
 
Field Summary
static int ENTRY_COUNT
           
static int GET_PERCENTAGE
           
static int PUT_PERCENTAGE
           
static int STATS_SECONDS
           
static int THREAD_COUNT
           
static int VALUE_SIZE
           
 
Constructor Summary
SimpleMapTest()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREAD_COUNT

public static int THREAD_COUNT

ENTRY_COUNT

public static int ENTRY_COUNT

VALUE_SIZE

public static int VALUE_SIZE

STATS_SECONDS

public static final int STATS_SECONDS
See Also:
Constant Field Values

GET_PERCENTAGE

public static int GET_PERCENTAGE

PUT_PERCENTAGE

public static int PUT_PERCENTAGE
Constructor Detail

SimpleMapTest

public SimpleMapTest()
Method Detail

main

public static void main(String[] args)


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.