SYMBOL INDEX (3577 symbols across 271 files) FILE: contrib/benchmark/latex.rb class Run (line 6) | class Run method initialize (line 15) | def initialize(servers, vms_per_server, nodes_per_server, clients_per_... method to_gnuplot (line 26) | def to_gnuplot class ServerGroup (line 31) | class ServerGroup method initialize (line 35) | def initialize(servers) method add (line 40) | def add(run) method top_read (line 44) | def top_read(count) method top_increment (line 49) | def top_increment(count) method <=> (line 54) | def <=>(other) FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/main/java/de/zib/scalaris/datanucleus/store/test/Author.java class Author (line 23) | @PersistenceCapable method Author (line 29) | public Author(String name) { method setName (line 33) | public void setName(String name) { method toString (line 37) | public String toString() { method equals (line 41) | public boolean equals(Object o) { method hashCode (line 49) | @Override FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/main/java/de/zib/scalaris/datanucleus/store/test/Book.java class Book (line 26) | @PersistenceCapable method Book (line 36) | public Book(String name, String description, double price, Author author, method getAuthor (line 44) | public Author getAuthor() { method getIsbn (line 48) | public String getIsbn() { method getPublisher (line 52) | public String getPublisher() { method setAuthor (line 56) | public void setAuthor(Author author) { method setIsbn (line 60) | public void setIsbn(String isbn) { method setPublisher (line 64) | public void setPublisher(String publisher) { method toString (line 68) | public String toString() { method equals (line 72) | public boolean equals(Object o) { method hashCode (line 89) | @Override FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/main/java/de/zib/scalaris/datanucleus/store/test/Inventory.java class Inventory (line 31) | @PersistenceCapable method Inventory (line 40) | public Inventory(String name) { method getName (line 44) | public String getName() { method getProducts (line 48) | public Set getProducts() { method addAll (line 52) | public void addAll(Product... p) { method add (line 58) | public void add(Product p) { method toString (line 62) | public String toString() { method equals (line 75) | public boolean equals(Object o) { method hashCode (line 96) | @Override FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/main/java/de/zib/scalaris/datanucleus/store/test/Product.java class Product (line 29) | @PersistenceCapable method Product (line 42) | public Product(String name, String description, double price) { method getId (line 48) | public long getId() { method getName (line 52) | public String getName() { method getDescription (line 56) | public String getDescription() { method getPrice (line 60) | public double getPrice() { method setName (line 64) | public void setName(String name) { method setDescription (line 68) | public void setDescription(String description) { method setPrice (line 72) | public void setPrice(double price) { method toString (line 76) | public String toString() { method equals (line 80) | @Override method hashCode (line 91) | @Override FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/test/java/de/zib/scalaris/datanucleus/store/test/ScalarisStoreTests.java class ScalarisStoreTests (line 7) | @RunWith(Suite.class) FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/test/java/de/zib/scalaris/datanucleus/store/test/StoreUtils.java class StoreUtils (line 13) | public class StoreUtils { method getNewPersistenceManager (line 30) | public static PersistenceManager getNewPersistenceManager() { method deleteAllInstances (line 50) | public static long deleteAllInstances(Class... clazzes) { method storeObjects (line 65) | public static void storeObjects(Object... o) { method storeObject (line 75) | public static Object storeObject(Object o) { method retrieveObjectById (line 98) | public static Object retrieveObjectById(Object objectId) { method retrieveObjectBySingleKey (line 121) | public static Object retrieveObjectBySingleKey(Class objectClass, method deleteObjectById (line 144) | public static void deleteObjectById(Object objectId) { FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/test/java/de/zib/scalaris/datanucleus/store/test/TestScalarisQuery.java class TestScalarisQuery (line 15) | @SuppressWarnings("rawtypes") method setup (line 21) | @BeforeClass method tearDown (line 46) | @AfterClass method testQueryProductByName (line 52) | @Test method testQueryFilter (line 65) | @Test method testQueryOrderByPrice (line 74) | @Test FILE: contrib/datanucleus/scalaris-datanucleus-store-test/src/test/java/de/zib/scalaris/datanucleus/store/test/TestScalarisStorage.java class TestScalarisStorage (line 13) | public class TestScalarisStorage { method after (line 15) | @After method test01Store (line 24) | @Test method test02Store (line 34) | @Test method test03Store (line 46) | @Test method test01RetrieveById (line 64) | @Test method test02RetrieveById (line 78) | @Test method test03RetrieveById (line 93) | @Test method test01RetrieveBySingleKey (line 123) | @Test method test02RetrieveBySingleKey (line 137) | @Test method test01DeleteById (line 153) | @Test method test01SingleFieldUpdate (line 172) | @Test FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/ConnectionFactoryImpl.java class ConnectionFactoryImpl (line 40) | @SuppressWarnings("rawtypes") method ConnectionFactoryImpl (line 96) | public ConnectionFactoryImpl(final StoreManager storeMgr, method initConnectionPool (line 103) | private void initConnectionPool() { method getIntProperty (line 127) | int getIntProperty(String propertyName, int defaultValue) { method copyProperty (line 137) | String copyProperty(final String propertyNameFrom, method copyProperty (line 155) | boolean copyProperty(final String propertyNameFrom, method createManagedConnection (line 176) | public ManagedConnection createManagedConnection(final ExecutionContex... class ManagedConnectionImpl (line 184) | public static class ManagedConnectionImpl extends AbstractManagedConne... method ManagedConnectionImpl (line 186) | public ManagedConnectionImpl(final Map optionsl) { method getConnection (line 190) | public synchronized Object getConnection() { method getXAResource (line 204) | public XAResource getXAResource() { method close (line 208) | public synchronized void close() { method closeAfterTransactionEnd (line 215) | @Override method setCloseOnRelease (line 227) | @Override FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/ScalarisPersistenceHandler.java class ScalarisPersistenceHandler (line 48) | @SuppressWarnings("rawtypes") method ScalarisPersistenceHandler (line 57) | ScalarisPersistenceHandler(StoreManager storeMgr) { method close (line 61) | public void close() { method populateJsonObj (line 74) | private void populateJsonObj(JSONObject jsonobj, ObjectProvider op) { method insertObject (line 81) | public void insertObject(ObjectProvider op) { method updateObject (line 144) | public void updateObject(ObjectProvider op, int[] updatedFieldNumbers) { method deleteObject (line 222) | public void deleteObject(ObjectProvider op) { method fetchObject (line 290) | public void fetchObject(ObjectProvider op, int[] fieldNumbers) { method findObject (line 387) | public Object findObject(ExecutionContext ec, Object id) { method locateObject (line 401) | public void locateObject(ObjectProvider op) { method getObjectsOfCandidateType (line 417) | public List getObjectsOfCandidateType(ExecutionContext ec, method getObjectByUniqueMember (line 472) | public Object getObjectByUniqueMember(ExecutionContext ec, FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/ScalarisSchemaHandler.java class ScalarisSchemaHandler (line 6) | public class ScalarisSchemaHandler extends AbstractStoreSchemaHandler { method ScalarisSchemaHandler (line 31) | public ScalarisSchemaHandler(StoreManager storeMgr) { method getObjectStorageKey (line 44) | public static String getObjectStorageKey(String objClassName, String o... method getIDIndexKeyName (line 58) | static String getIDIndexKeyName(Class clazz) { method getIDIndexKeyName (line 69) | static String getIDIndexKeyName(String className) { method getIDGeneratorKeyName (line 80) | static String getIDGeneratorKeyName(String className) { method getUniqueMemberKey (line 95) | static String getUniqueMemberKey(String className, String memberName, ... method getForeignKeyActionKey (line 108) | static String getForeignKeyActionKey(String foreignObjectClass, String... FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/ScalarisStoreManager.java class ScalarisStoreManager (line 40) | public class ScalarisStoreManager extends AbstractStoreManager { method ScalarisStoreManager (line 44) | public ScalarisStoreManager(ClassLoaderResolver clr, method getNucleusConnection (line 58) | public NucleusConnection getNucleusConnection(ExecutionContext om) { method transactionStarted (line 62) | @Override method getScalarisTransaction (line 131) | public Transaction getScalarisTransaction(ExecutionContext ec) { method getStrategyForNative (line 139) | @Override FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/ScalarisUtils.java class ScalarisUtils (line 50) | public class ScalarisUtils { method generateNextIdentity (line 77) | private synchronized static long generateNextIdentity(ObjectProvider op) { method getPersistableIdentity (line 186) | public static String getPersistableIdentity(ObjectProvider op) { method performScalarisObjectFetch (line 228) | static JSONObject performScalarisObjectFetch(ObjectProvider op, Tra... method performScalarisObjectFetch (line 238) | static JSONObject performScalarisObjectFetch(ObjectProvider op, Con... method performScalarisObjectInsert (line 258) | static void performScalarisObjectInsert(ObjectProvider op, JSONObje... method performScalarisObjectUpdate (line 287) | static void performScalarisObjectUpdate(ObjectProvider op, int[] up... method performScalarisObjectDelete (line 330) | static void performScalarisObjectDelete(ObjectProvider op, Transact... method insertObjectToIDIndex (line 369) | private static void insertObjectToIDIndex(ObjectProvider op, Transa... method removeObjectFromIDIndex (line 394) | private static void removeObjectFromIDIndex(ObjectProvider op, Tran... method updateUniqueMemberKey (line 430) | private static void updateUniqueMemberKey(ObjectProvider op, JSONOb... method removeObjectFromUniqueMemberKey (line 495) | private static void removeObjectFromUniqueMemberKey(ObjectProvider ... method insertToForeignKeyAction (line 541) | private static void insertToForeignKeyAction(ObjectProvider op, JSO... method updateForeignKeyAction (line 568) | @SuppressWarnings("unchecked") method performForeignKeyActionDelete (line 700) | private static void performForeignKeyActionDelete(ObjectProvider op... method isDeletedRecord (line 822) | public static boolean isDeletedRecord(final JSONObject record) { method isDeletedRecord (line 826) | public static boolean isDeletedRecord(final String record) { FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/fieldmanager/FetchFieldManager.java class FetchFieldManager (line 56) | public class FetchFieldManager extends AbstractFieldManager { method FetchFieldManager (line 63) | public FetchFieldManager(ExecutionContext ec, AbstractClassMetaData acmd, method FetchFieldManager (line 72) | public FetchFieldManager(ObjectProvider op, JSONObject result) { method fetchBooleanField (line 80) | public boolean fetchBooleanField(int fieldNumber) { method fetchByteField (line 97) | public byte fetchByteField(int fieldNumber) { method fetchCharField (line 115) | public char fetchCharField(int fieldNumber) { method fetchDoubleField (line 132) | public double fetchDoubleField(int fieldNumber) { method fetchFloatField (line 149) | public float fetchFloatField(int fieldNumber) { method fetchIntField (line 166) | public int fetchIntField(int fieldNumber) { method fetchLongField (line 183) | public long fetchLongField(int fieldNumber) { method fetchShortField (line 200) | public short fetchShortField(int fieldNumber) { method fetchStringField (line 217) | public String fetchStringField(int fieldNumber) { method fetchObjectField (line 234) | public Object fetchObjectField(int fieldNumber) { method fetchObjectFieldInternal_RelationTypeNone (line 260) | @SuppressWarnings({ "unchecked", "rawtypes" }) method fetchObjectFieldInternal (line 444) | @SuppressWarnings({ "unchecked", "rawtypes" }) method getNestedObjectById (line 574) | private Object getNestedObjectById(String persistableId, AbstractClass... FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/fieldmanager/StoreFieldManager.java class StoreFieldManager (line 54) | public class StoreFieldManager extends AbstractStoreFieldManager { method StoreFieldManager (line 59) | public StoreFieldManager(ObjectProvider op, JSONObject jsonobj, method storeBooleanField (line 73) | public void storeBooleanField(int fieldNumber, boolean value) { method storeByteField (line 89) | public void storeByteField(int fieldNumber, byte value) { method storeCharField (line 105) | public void storeCharField(int fieldNumber, char value) { method storeDoubleField (line 121) | public void storeDoubleField(int fieldNumber, double value) { method storeFloatField (line 137) | public void storeFloatField(int fieldNumber, float value) { method storeIntField (line 153) | public void storeIntField(int fieldNumber, int value) { method storeLongField (line 169) | public void storeLongField(int fieldNumber, long value) { method storeShortField (line 185) | public void storeShortField(int fieldNumber, short value) { method storeStringField (line 201) | public void storeStringField(int fieldNumber, String value) { method storeObjectField (line 220) | public void storeObjectField(int fieldNumber, Object value) { method storeObjectFieldInternal (line 243) | @SuppressWarnings({ "rawtypes", "unchecked" }) FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/query/JDOQLQuery.java class JDOQLQuery (line 43) | public class JDOQLQuery extends AbstractJDOQLQuery { method JDOQLQuery (line 57) | public JDOQLQuery(StoreManager storeMgr, ExecutionContext om) { method JDOQLQuery (line 72) | public JDOQLQuery(StoreManager storeMgr, ExecutionContext om, JDOQLQue... method JDOQLQuery (line 87) | public JDOQLQuery(StoreManager storeMgr, ExecutionContext om, String q... method performExecute (line 91) | @SuppressWarnings({ "rawtypes", "unchecked" }) method getUniqueMemberNameValuePairIfExist (line 141) | private String[] getUniqueMemberNameValuePairIfExist(AbstractClassMeta... FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/query/JPQLQuery.java class JPQLQuery (line 31) | public class JPQLQuery extends AbstractJPQLQuery { method JPQLQuery (line 45) | public JPQLQuery(StoreManager storeMgr, ExecutionContext ec) { method JPQLQuery (line 60) | public JPQLQuery(StoreManager storeMgr, ExecutionContext ec, JPQLQuery... method JPQLQuery (line 75) | public JPQLQuery(StoreManager storeMgr, ExecutionContext ec, String qu... method performExecute (line 79) | protected Object performExecute(@SuppressWarnings("rawtypes") Map para... FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/query/ScalarisJDOQLEvaluator.java class ScalarisJDOQLEvaluator (line 28) | @SuppressWarnings({"rawtypes", "unchecked"}) method ScalarisJDOQLEvaluator (line 34) | public ScalarisJDOQLEvaluator(Query query, Class candidateClass, Colle... method execute (line 42) | @Override method evaluateSubquery (line 89) | @Override method handleFilter (line 123) | private List handleFilter(List set) { method evaluateBooleanExpression (line 169) | private Boolean evaluateBooleanExpression(Expression expr, InMemoryExp... method mapResultClass (line 213) | Collection mapResultClass(Collection result, Expression[] expRes... FILE: contrib/datanucleus/scalaris-datanucleus-store/src/java/org/datanucleus/store/scalaris/query/ScalarisJDOQLResultClassMapper.java class ScalarisJDOQLResultClassMapper (line 46) | @SuppressWarnings("rawtypes") method ScalarisJDOQLResultClassMapper (line 51) | public ScalarisJDOQLResultClassMapper(Class resultClass) { method map (line 61) | @SuppressWarnings("unchecked") method getResultForResultSetRow (line 133) | @SuppressWarnings("unchecked") method getFieldForFieldNameInResultClass (line 220) | Field getFieldForFieldNameInResultClass(Class cls, String fieldName) FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ErlangConverter.java type ErlangConverter (line 12) | public interface ErlangConverter { method convert (line 22) | public T convert(ErlangValue v) throws ClassCastException; FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/InvolvedKey.java class InvolvedKey (line 28) | public class InvolvedKey { type OP (line 33) | public static enum OP { method OP (line 49) | OP(String text) { method toString (line 56) | public String toString() { method fromString (line 67) | public static OP fromString(String text) { method InvolvedKey (line 92) | public InvolvedKey() { method InvolvedKey (line 105) | public InvolvedKey(final OP op, final String key) { method toString (line 110) | @Override method fromString (line 129) | public static InvolvedKey fromString(String text) throws IllegalArgume... method addInvolvedKeys (line 156) | public static void addInvolvedKeys(List involvedKeys, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/MyScalarisOpExecWrapper.java class MyScalarisOpExecWrapper (line 32) | public class MyScalarisOpExecWrapper { method MyScalarisOpExecWrapper (line 39) | public MyScalarisOpExecWrapper(MyScalarisTxOpExecutor executor) { method addWrite (line 52) | public void addWrite(ScalarisOpType opType, String key, T value) { method addAppend (line 73) | @SuppressWarnings("unchecked") method addRemove (line 92) | @SuppressWarnings("unchecked") method addIncrement (line 109) | public void addIncrement(final ScalarisOpType op... method getExecutor (line 134) | public ScalarisOpExecutor getExecutor() { method addAppendRemove (line 153) | public void addAppendRemove(final ScalarisOpType opType, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/MyScalarisSingleOpExecutor.java class MyScalarisSingleOpExecutor (line 40) | public class MyScalarisSingleOpExecutor extends ScalarisSingleOpExecutor { method MyScalarisSingleOpExecutor (line 51) | public MyScalarisSingleOpExecutor(TransactionSingleOp scalaris_single, method executeRequests (line 72) | @Override method getInvolvedKeys (line 83) | public List getInvolvedKeys() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/MyScalarisTxOpExecutor.java class MyScalarisTxOpExecutor (line 40) | public class MyScalarisTxOpExecutor extends ScalarisTxOpExecutor { method MyScalarisTxOpExecutor (line 51) | public MyScalarisTxOpExecutor(Transaction scalaris_tx, method executeRequests (line 72) | @Override method getInvolvedKeys (line 83) | public List getInvolvedKeys() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/NamespaceUtils.java type NamespaceUtils (line 10) | public interface NamespaceUtils { method getSiteinfo (line 17) | public abstract SiteInfo getSiteinfo(); method getTalkPageFromPageName (line 27) | public abstract String getTalkPageFromPageName(String pageName); method getPageNameFromTalkPage (line 37) | public abstract String getPageNameFromTalkPage(String talkPageName); method isTalkPage (line 48) | public abstract boolean isTalkPage(String pageName); FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/Options.java class Options (line 50) | public class Options { method Options (line 128) | public Options() { method getInstance (line 141) | public static Options getInstance() { type STORE_CONTRIB_TYPE (line 148) | public static enum STORE_CONTRIB_TYPE { method STORE_CONTRIB_TYPE (line 161) | STORE_CONTRIB_TYPE(String text) { method toString (line 168) | public String toString() { method fromString (line 179) | public static STORE_CONTRIB_TYPE fromString(String text) { type Optimisation (line 197) | public static interface Optimisation { class TRADITIONAL (line 206) | public static class TRADITIONAL implements Optimisation { method toString (line 207) | @Override type IAppendIncrement (line 221) | public static interface IAppendIncrement { class APPEND_INCREMENT (line 232) | public static class APPEND_INCREMENT implements Optimisation, method toString (line 234) | @Override type IPartialRead (line 247) | public static interface IPartialRead { class APPEND_INCREMENT_PARTIALREAD (line 261) | public static class APPEND_INCREMENT_PARTIALREAD extends APPEND_INCREMENT method toString (line 263) | @Override type IBuckets (line 274) | public static interface IBuckets { method getBuckets (line 280) | public abstract int getBuckets(); type IReadBuckets (line 289) | public static interface IReadBuckets extends IBuckets { method getReadBuckets (line 295) | public abstract int getReadBuckets(); class APPEND_INCREMENT_BUCKETS (line 305) | public static abstract class APPEND_INCREMENT_BUCKETS implements method APPEND_INCREMENT_BUCKETS (line 315) | public APPEND_INCREMENT_BUCKETS(int buckets) { method getBuckets (line 319) | public int getBuckets() { method getBucketString (line 332) | abstract public String getBucketString(final T value); class APPEND_INCREMENT_BUCKETS_RANDOM (line 342) | public static class APPEND_INCREMENT_BUCKETS_RANDOM extends method APPEND_INCREMENT_BUCKETS_RANDOM (line 351) | public APPEND_INCREMENT_BUCKETS_RANDOM(int buckets) { method getBucketString (line 355) | @Override method toString (line 360) | @Override class APPEND_INCREMENT_PARTIALREAD_BUCKETS_RANDOM (line 373) | public static class APPEND_INCREMENT_PARTIALREAD_BUCKETS_RANDOM extends method APPEND_INCREMENT_PARTIALREAD_BUCKETS_RANDOM (line 381) | public APPEND_INCREMENT_PARTIALREAD_BUCKETS_RANDOM(int buckets) { method toString (line 385) | @Override class APPEND_INCREMENT_BUCKETS_WITH_HASH (line 398) | public static class APPEND_INCREMENT_BUCKETS_WITH_HASH extends method APPEND_INCREMENT_BUCKETS_WITH_HASH (line 406) | public APPEND_INCREMENT_BUCKETS_WITH_HASH(int buckets) { method getBucketString (line 410) | @Override method toString (line 415) | @Override class APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_HASH (line 428) | public static class APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_HASH ext... method APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_HASH (line 436) | public APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_HASH(int buckets) { method toString (line 440) | @Override class APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY (line 454) | public static abstract class APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY method APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY (line 467) | public APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY(int readBuckets, method getBuckets (line 474) | public int getBuckets() { method getReadBuckets (line 478) | public int getReadBuckets() { method getReadBucketString (line 488) | abstract public String getReadBucketString(); method getWriteBucketString (line 496) | abstract public String getWriteBucketString(); class APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY_RANDOM (line 508) | public static class APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY_RANDO... method APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY_RANDOM (line 520) | public APPEND_INCREMENT_BUCKETS_WITH_WCACHE_ADDONLY_RANDOM( method getReadBucketString (line 525) | @Override method getWriteBucketString (line 530) | @Override method toString (line 535) | @Override class APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_WCACHE_ADDONLY_RANDOM (line 551) | public static class APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_WCACHE_A... method APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_WCACHE_ADDONLY_RANDOM (line 562) | public APPEND_INCREMENT_PARTIALREAD_BUCKETS_WITH_WCACHE_ADDONLY_RANDOM( method toString (line 567) | @Override class APPEND_INCREMENT_BUCKETS_WITH_WCACHE (line 591) | public static abstract class APPEND_INCREMENT_BUCKETS_WITH_WCACHE impl... method APPEND_INCREMENT_BUCKETS_WITH_WCACHE (line 606) | public APPEND_INCREMENT_BUCKETS_WITH_WCACHE(int readBuckets, int wri... method getBuckets (line 612) | public int getBuckets() { method getReadBuckets (line 616) | public int getReadBuckets() { method getWriteBuckets (line 626) | public int getWriteBuckets() { method hashToBucket (line 642) | abstract protected int hashToBucket(T value, int buckets, int of... method getReadBucketString (line 653) | public String getReadBucketString(final T value) { method getWriteBucketString (line 666) | public String getWriteBucketString(final T value) { method makeAdd (line 679) | public final Object makeAdd(final T value) { method makeDelete (line 692) | public final Object makeDelete(final T value) { class WriteCacheDiff (line 704) | public static class WriteCacheDiff { method WriteCacheDiff (line 714) | protected WriteCacheDiff(List toAdd, Set toDelete) { class WriteCacheDiffConv (line 729) | public static class WriteCacheDiffConv method WriteCacheDiffConv (line 741) | public WriteCacheDiffConv(ErlangConverter elemConv) { method convert (line 745) | @Override class APPEND_INCREMENT_BUCKETS_WITH_WCACHE_HASH (line 783) | public static class APPEND_INCREMENT_BUCKETS_WITH_WCACHE_HASH extends method APPEND_INCREMENT_BUCKETS_WITH_WCACHE_HASH (line 797) | public APPEND_INCREMENT_BUCKETS_WITH_WCACHE_HASH(int readBuckets, method hashToBucket (line 802) | @Override method toString (line 807) | @Override method parseOptions (line 843) | public static void parseOptions(Options options, final String SERVERNA... method parseOptimisationString (line 928) | public static Optimisation parseOptimisationString(final Matcher matcher) class WebXmlInitParamHandler (line 982) | protected static class WebXmlInitParamHandler extends DefaultHandler { method startElement (line 998) | @Override method parseContent (line 1049) | private void parseContent() { method characters (line 1057) | @Override method endElement (line 1068) | @Override method parseOptions (line 1124) | public static void parseOptions(Options options, String filename) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/PageHistoryResult.java class PageHistoryResult (line 13) | public class PageHistoryResult extends Result { method PageHistoryResult (line 38) | public PageHistoryResult(List involvedKeys, Page page, Li... method PageHistoryResult (line 59) | public PageHistoryResult(List involvedKeys, Page page, Li... method PageHistoryResult (line 79) | public PageHistoryResult(boolean success, List involvedKeys, method PageHistoryResult (line 100) | public PageHistoryResult(boolean success, List involvedKeys, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/Result.java class Result (line 15) | public class Result { method Result (line 44) | public Result(List involvedKeys) { method Result (line 63) | public Result(boolean success, List involvedKeys, String ... method addStat (line 80) | public void addStat(String name, long time) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/RevisionResult.java class RevisionResult (line 14) | public class RevisionResult extends Result { method RevisionResult (line 50) | public RevisionResult(List involvedKeys, NormalisedTitle ... method RevisionResult (line 74) | public RevisionResult(List involvedKeys, NormalisedTitle ... method RevisionResult (line 107) | public RevisionResult(boolean success, List involvedKeys, method RevisionResult (line 149) | public RevisionResult(boolean success, List involvedKeys, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/SQLiteDataHandler.java class SQLiteDataHandler (line 26) | public class SQLiteDataHandler { method openDB (line 45) | public static SQLiteConnection openDB(String fileName, boolean readOnl... method openDB (line 84) | public static SQLiteConnection openDB(String fileName, boolean readOnl... class Connection (line 93) | public static class Connection { method Connection (line 144) | public Connection(SQLiteConnection connection) throws SQLiteException { method Connection (line 159) | public Connection(String fileName) throws SQLiteException { method initStmts (line 164) | protected void initStmts() throws SQLiteException { method dispose (line 196) | public void dispose() { method getRevision (line 219) | public static RevisionResult getRevision(Connection connection, method getPageCount (line 300) | public static ValueResult getPageCount(Connection connecti... method getArticleCount (line 322) | public static ValueResult getArticleCount(Connection conne... method getPagesInCategoryCount (line 345) | public static ValueResult getPagesInCategoryCount( method getInteger (line 376) | public static ValueResult getInteger( method getPagesInCategory (line 416) | public static ValueResult> getPagesInCategory( method getPagesInTemplate (line 440) | public static ValueResult> getPagesInTemplate( method getPagesLinkingTo (line 464) | public static ValueResult> getPagesLinkingTo( method getPageList (line 505) | public static ValueResult> getPageList( FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/SavePageResult.java class SavePageResult (line 15) | public class SavePageResult extends Result { method SavePageResult (line 51) | public SavePageResult(List involvedKeys, Page oldPage, Pa... method SavePageResult (line 78) | public SavePageResult(List involvedKeys, Page oldPage, Pa... method SavePageResult (line 109) | public SavePageResult(boolean success, List involvedKeys, method SavePageResult (line 143) | public SavePageResult(boolean success, List involvedKeys, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisDataHandler.java class ScalarisDataHandler (line 49) | public class ScalarisDataHandler { method getSiteInfoKey (line 56) | public final static String getSiteInfoKey() { method getPageListKey (line 67) | public final static String getPageListKey(int namespace) { method getPageCountKey (line 78) | public final static String getPageCountKey(int namespace) { method getArticleCountKey (line 88) | public final static String getArticleCountKey() { method getStatsPageEditsKey (line 97) | public final static String getStatsPageEditsKey() { method getContributionListKey (line 109) | public final static String getContributionListKey(String contributor) { method getDbVersion (line 121) | public final static ValueResult getDbVersion(Connection connec... method getPageList (line 157) | public final static ValueResult> getPageList(Con... method getPageList (line 177) | public final static ValueResult> getPageList(int... method getContributions (line 195) | public final static ValueResult> getContributions( method getPageList2 (line 247) | protected final static ValueResult> getPageList2( method getPageList3 (line 307) | protected final static ValueResult> getPageList3( method getPageCount (line 349) | public final static ValueResult getPageCount(Connection co... method getPageCount (line 371) | public final static ValueResult getPageCount(int namespace... method getArticleCount (line 387) | public final static ValueResult getArticleCount(Connection... method getStatsPageEdits (line 403) | public final static ValueResult getStatsPageEdits(Connecti... method getRandomArticle (line 420) | public final static ValueResult getRandomArticle(Conn... method getInteger2 (line 497) | protected final static ValueResult getInteger2( method getInteger2 (line 523) | protected final static ValueResult getInteger2( method addInvolvedKeys (line 579) | public static void addInvolvedKeys(List involvedKeys, Col... FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisDataHandlerNormalised.java class ScalarisDataHandlerNormalised (line 42) | public class ScalarisDataHandlerNormalised extends ScalarisDataHandler { method getRevKey (line 52) | public final static String getRevKey(NormalisedTitle title, int id) { method getPageKey (line 63) | public final static String getPageKey(NormalisedTitle title) { method getRevListKey (line 74) | public final static String getRevListKey(NormalisedTitle title) { method getCatPageListKey (line 85) | public final static String getCatPageListKey(NormalisedTitle title) { method getCatPageCountKey (line 96) | public final static String getCatPageCountKey(NormalisedTitle title) { method getTplPageListKey (line 107) | public final static String getTplPageListKey(NormalisedTitle title) { method getBackLinksPageListKey (line 118) | public final static String getBackLinksPageListKey(NormalisedTitle tit... method getPageHistory (line 132) | public static PageHistoryResult getPageHistory(Connection connection, method getRevision (line 210) | public static RevisionResult getRevision(Connection connection, method getRevision (line 227) | public static RevisionResult getRevision(Connection connection, method getRevisions (line 301) | public static ValueResult> getRevisions(Connectio... method getPagesInCategory (line 361) | public static ValueResult> getPagesInCategory(Co... method getPagesInTemplate (line 380) | public static ValueResult> getPagesInTemplate(Co... method getPagesInTemplates (line 402) | public static ValueResult> getPagesInTemplates(C... method getPagesLinkingTo (line 424) | public static ValueResult> getPagesLinkingTo(Con... method getPagesInCategoryCount (line 448) | public static ValueResult getPagesInCategoryCount( method updatePageList (line 482) | public static ValueResult updatePageList(Transaction scalaris... method normList2normStringList (line 523) | public static List normList2normStringList( FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisDataHandlerUnnormalised.java class ScalarisDataHandlerUnnormalised (line 48) | public class ScalarisDataHandlerUnnormalised extends ScalarisDataHandler { method getRevKey (line 59) | public static String getRevKey(String title, int id, final MyNamespace... method getPageKey (line 71) | public final static String getPageKey(String title, final MyNamespace ... method getRevListKey (line 83) | public final static String getRevListKey(String title, final MyNamespa... method getCatPageListKey (line 95) | public final static String getCatPageListKey(String title, final MyNam... method getCatPageCountKey (line 107) | public final static String getCatPageCountKey(String title, final MyNa... method getTplPageListKey (line 119) | public final static String getTplPageListKey(String title, final MyNam... method getBackLinksPageListKey (line 131) | public final static String getBackLinksPageListKey(String title, final... method getPageHistory (line 147) | public static PageHistoryResult getPageHistory(Connection connection, method getRevision (line 165) | public static RevisionResult getRevision(Connection connection, method getRevision (line 184) | public static RevisionResult getRevision(Connection connection, method getRevisions (line 203) | public static ValueResult> getRevisions(Connectio... method getPagesInCategory (line 222) | public static ValueResult> getPagesInCategory(Co... method getPagesInTemplate (line 239) | public static ValueResult> getPagesInTemplate(Co... method getPagesLinkingTo (line 256) | public static ValueResult> getPagesLinkingTo(Con... method getPagesInCategoryCount (line 273) | public static ValueResult getPagesInCategoryCount( method savePage (line 303) | public static SavePageResult savePage(final Connection connection, fin... method increasePageEditStat (line 545) | private static void increasePageEditStat( method addContribution (line 575) | private static void addContribution( class Difference (line 599) | private static class Difference { method Difference (line 625) | public Difference(Set oldSet, Set newSet, type GetPageListKey (line 639) | static public interface GetPageListKey { method getPageListKey (line 647) | public abstract String getPageListKey(String name); type GetPageListAndCountKey (line 650) | static public interface GetPageListAndCountKey extends GetPageListKey { method getPageCountKey (line 658) | public abstract String getPageCountKey(String name); method addScalarisOps (line 667) | public void addScalarisOps(MyScalarisOpExecWrapper executor, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisOpType.java type ScalarisOpType (line 8) | public enum ScalarisOpType { method ScalarisOpType (line 60) | ScalarisOpType(String text) { method toString (line 67) | public String toString() { method fromString (line 78) | public static ScalarisOpType fromString(String text) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisReadListOp1.java class ScalarisReadListOp1 (line 31) | public class ScalarisReadListOp1 implements ScalarisOp { method ScalarisReadListOp1 (line 56) | public ScalarisReadListOp1(final Collection keys, method workPhases (line 71) | public int workPhases() { method doPhase (line 75) | public final int doPhase(final int phase, final int firstOp, method prepareRead (line 94) | protected int prepareRead(final RequestList requests) { method checkRead (line 116) | protected int checkRead(int firstOp, final ResultList results) throws ... method getValue (line 171) | public List getValue() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisReadNumberOp1.java class ScalarisReadNumberOp1 (line 23) | public class ScalarisReadNumberOp1 implements ScalarisOp { method ScalarisReadNumberOp1 (line 41) | public ScalarisReadNumberOp1(final Collection keys, method workPhases (line 57) | public int workPhases() { method doPhase (line 61) | public final int doPhase(final int phase, final int firstOp, method prepareRead (line 80) | protected int prepareRead(final RequestList requests) { method checkRead (line 102) | protected int checkRead(int firstOp, final ResultList results) throws ... method getValue (line 129) | public BigInteger getValue() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ScalarisReadRandomListEntryOp1.java class ScalarisReadRandomListEntryOp1 (line 35) | public class ScalarisReadRandomListEntryOp1 implements ScalarisOp { method ScalarisReadRandomListEntryOp1 (line 70) | public ScalarisReadRandomListEntryOp1(final Collection keys, method workPhases (line 98) | public int workPhases() { method doPhase (line 102) | public final int doPhase(final int phase, final int firstOp, method prepareRead (line 121) | protected int prepareRead(final RequestList requests) { method checkRead (line 162) | protected int checkRead(int firstOp, final ResultList results) throws ... method getValue (line 233) | public T getValue() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/ValueResult.java class ValueResult (line 12) | public class ValueResult extends Result { method ValueResult (line 26) | public ValueResult(List involvedKeys, T number) { method ValueResult (line 43) | public ValueResult(List involvedKeys, T value, String name, method ValueResult (line 62) | public ValueResult(boolean success, List involvedKeys, method ValueResult (line 83) | public ValueResult(boolean success, List involvedKeys, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/WikiServletContext.java type WikiServletContext (line 29) | public interface WikiServletContext { method getNamespace (line 35) | public abstract NamespaceUtils getNamespace(); method getSiteinfo (line 42) | public abstract SiteInfo getSiteinfo(); method getVersion (line 49) | public abstract String getVersion(); method getDbVersion (line 56) | public abstract String getDbVersion(); method getServerVersion (line 63) | public abstract String getServerVersion(); method getBlikiVersion (line 70) | public abstract String getBlikiVersion(); method getLinkbaseurl (line 81) | public abstract String getLinkbaseurl(WikiPageBeanBase page); method getImagebaseurl (line 92) | public abstract String getImagebaseurl(WikiPageBeanBase page); method registerEventHandler (line 100) | public abstract void registerEventHandler(WikiEventHandler handler); method storeUserReq (line 116) | public abstract void storeUserReq(WikiPageBeanBase page, long serverti... FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/ExistingPagesCache.java class ExistingPagesCache (line 36) | public class ExistingPagesCache { method ExistingPagesCache (line 46) | private ExistingPagesCache() { method createCache (line 57) | public static ExistingPagesCache createCache(int size) { method createCache (line 77) | public static ExistingPagesCache createCache( method add (line 96) | public void add(NormalisedTitle element) { method addAll (line 105) | public void addAll(Collection elements) { method hasContains (line 114) | public boolean hasContains() { method contains (line 130) | public boolean contains(NormalisedTitle element) { method hasFullList (line 140) | public boolean hasFullList() { method getList (line 156) | public Set getList(NamespaceEnum ns) { class ExistingPagesCacheBloom (line 165) | public static class ExistingPagesCacheBloom extends ExistingPagesCache { method ExistingPagesCacheBloom (line 173) | protected ExistingPagesCacheBloom(int size) { method ExistingPagesCacheBloom (line 177) | protected ExistingPagesCacheBloom( method add (line 183) | @Override method addAll (line 188) | @Override method hasContains (line 193) | @Override method contains (line 198) | @Override class ExistingPagesCacheFull (line 209) | public static class ExistingPagesCacheFull extends ExistingPagesCache { method ExistingPagesCacheFull (line 213) | protected ExistingPagesCacheFull(int size) { method ExistingPagesCacheFull (line 219) | protected ExistingPagesCacheFull( method add (line 225) | @Override method addAll (line 230) | @Override method hasContains (line 237) | @Override method contains (line 242) | @Override method hasFullList (line 247) | @Override method getList (line 252) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyConfiguration.java class MyConfiguration (line 33) | public class MyConfiguration extends Configuration { method MyConfiguration (line 48) | public MyConfiguration() { method MyConfiguration (line 60) | public MyConfiguration(MyNamespace namespace) { method getInterwikiMap (line 83) | @Override method addInterwikiLink (line 91) | @Override method addTemplateFunction (line 99) | @Override method getTemplateMap (line 108) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyFullurl.java class MyFullurl (line 18) | public class MyFullurl extends Fullurl { method MyFullurl (line 27) | public MyFullurl() { method parseFunction (line 31) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyIfexistTemplateFun.java class MyIfexistTemplateFun (line 34) | public class MyIfexistTemplateFun extends Ifexist { method MyIfexistTemplateFun (line 43) | public MyIfexistTemplateFun() { method parseFunction (line 47) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyLocalurl.java class MyLocalurl (line 20) | public class MyLocalurl extends Localurl { method MyLocalurl (line 29) | public MyLocalurl() { method parseFunction (line 33) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyMagicWord.java class MyMagicWord (line 29) | public class MyMagicWord extends MagicWord { method isMagicWord (line 59) | public static boolean isMagicWord(String name) { method extractMagicWordPart (line 75) | public static String extractMagicWordPart(String title) { method isMyMagicWord (line 95) | public static boolean isMyMagicWord(String name) { method processMagicWord (line 118) | public static String processMagicWord(String name, String parameter, M... FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyNamespace.java class MyNamespace (line 34) | public class MyNamespace extends Namespace implements NamespaceUtils { type NamespaceEnum (line 42) | public static enum NamespaceEnum { method NamespaceEnum (line 126) | NamespaceEnum(int id) { method getId (line 135) | public int getId() { method fromId (line 146) | public static NamespaceEnum fromId(int id) { class MyResourceBundle (line 181) | public static class MyResourceBundle extends ListResourceBundle { method MyResourceBundle (line 193) | public MyResourceBundle(SiteInfo siteinfo) { method getContents (line 203) | @Override method getNsPref (line 263) | private String getNsPref(Integer key, String msgkey) { method MyNamespace (line 284) | public MyNamespace() { method MyNamespace (line 295) | public MyNamespace(SiteInfo siteinfo) { method getSiteinfo (line 307) | @Override method getTalkPageFromPageName (line 315) | @Override method getPageNameFromTalkPage (line 329) | @Override method isTalkPage (line 344) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyParsingIfTemplateFun.java class MyParsingIfTemplateFun (line 34) | public class MyParsingIfTemplateFun extends AbstractTemplateFunction { method MyParsingIfTemplateFun (line 43) | public MyParsingIfTemplateFun() { method parseFunction (line 49) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyParsingSwitchTemplateFun.java class MyParsingSwitchTemplateFun (line 32) | public class MyParsingSwitchTemplateFun extends AbstractTemplateFunction { method MyParsingSwitchTemplateFun (line 41) | public MyParsingSwitchTemplateFun() { method parseFunction (line 47) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyParsingWikiModel.java class MyParsingWikiModel (line 26) | public class MyParsingWikiModel extends MyWikiModel { method MyParsingWikiModel (line 40) | public MyParsingWikiModel(String imageBaseURL, String linkBaseURL, method retrievePage (line 65) | @Override method setUp (line 98) | @Override method appendRedirectLink (line 107) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MySQLiteMagicWord.java class MySQLiteMagicWord (line 30) | public class MySQLiteMagicWord extends MyMagicWord { method isMagicWord (line 56) | public static boolean isMagicWord(String name) { method isMyMagicWord (line 70) | public static boolean isMyMagicWord(String name) { method processMagicWord (line 93) | public static String processMagicWord(final String name, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MySQLiteWikiModel.java class MySQLiteWikiModel (line 29) | public class MySQLiteWikiModel extends MyWikiModel { method MySQLiteWikiModel (line 50) | public MySQLiteWikiModel(String imageBaseURL, String linkBaseURL, Conn... method isMagicWord (line 65) | @Override method retrieveMagicWord (line 87) | @Override method hasDBConnection (line 93) | @Override method getRevFromDB (line 98) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyScalarisMagicWord.java class MyScalarisMagicWord (line 31) | public class MyScalarisMagicWord extends MyMagicWord { method isMagicWord (line 57) | public static boolean isMagicWord(String name) { method isMyMagicWord (line 71) | public static boolean isMyMagicWord(String name) { method processMagicWord (line 94) | public static String processMagicWord(final String name, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyScalarisWikiModel.java class MyScalarisWikiModel (line 27) | public class MyScalarisWikiModel extends MyWikiModel { method MyScalarisWikiModel (line 44) | public MyScalarisWikiModel(String imageBaseURL, String linkBaseURL, Co... method isMagicWord (line 58) | @Override method retrieveMagicWord (line 80) | @Override method hasDBConnection (line 86) | @Override method getRevFromDB (line 91) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/MyWikiModel.java class MyWikiModel (line 55) | public class MyWikiModel extends WikiModel { type SpecialPage (line 111) | public static enum SpecialPage { method MyWikiModel (line 264) | public MyWikiModel(String imageBaseURL, String linkBaseURL, MyNamespac... method getRawWikiContent (line 272) | @Override method processMagicWord (line 314) | private String processMagicWord(String templateName) { method isMagicWord (line 350) | protected boolean isMagicWord(String name) { method isMagicWordFull (line 364) | public final boolean isMagicWordFull(String name) { method getTemplatesNoMagicWords (line 375) | public final Set getTemplatesNoMagicWords() { method retrieveMagicWord (line 403) | protected String retrieveMagicWord(String templateName, String magicWord, method renderRedirectPage (line 416) | public String renderRedirectPage(String pageTitle) { method createFullPageName (line 436) | public static String createFullPageName(String namespace, String artic... method retrievePage (line 460) | final protected String retrievePage(String namespace, String articleName, method retrievePage (line 480) | final protected String retrievePage(String pageName0, method retrievePage (line 509) | protected String retrievePage(String namespace, String articleName, method hasDBConnection (line 573) | protected boolean hasDBConnection() { method getRevFromDB (line 577) | protected RevisionResult getRevFromDB(NormalisedTitle title) { method encodeTitleToUrl (line 586) | @Override method getNamespace (line 600) | @Override method formatStatisticNumber (line 617) | public String formatStatisticNumber(boolean rawNumber, Number number) { method splitAtColon (line 637) | protected static String[] splitAtColon(String fullTitle) { method appendRedirectLink (line 649) | @Override method appendInterWikiLink (line 665) | @Override method appendInterWikiLink (line 670) | protected void appendInterWikiLink(String namespace, String title, Str... method addLink (line 690) | @Override method appendInternalLink (line 707) | @Override method normaliseName (line 735) | public static String normaliseName(final String value) { method normalisePageTitle (line 748) | public NormalisedTitle normalisePageTitle(final String title) { method normalisePageTitle (line 763) | public NormalisedTitle normalisePageTitle(final String maybeNs, final ... method normalisePageTitles (line 780) | public > T normalisePageTitles(f... method normalisePageTitles (line 799) | public static > T normalisePageT... method denormalisePageTitles (line 818) | public > T denormalisePageTitles(final Co... method denormalisePageTitles (line 836) | public static > T denormalisePageTitles(f... method setUp (line 846) | @Override method isMediaNamespace (line 864) | public boolean isMediaNamespace(String namespace) { method getStats (line 873) | public Map> getStats() { method addStat (line 886) | public void addStat(String title, long value) { method addStats (line 899) | public void addStats(String title, List value) { method addStats (line 911) | public void addStats(Map> values) { method addInvolvedKey (line 921) | public void addInvolvedKey(InvolvedKey key) { method addInvolvedKeys (line 931) | public void addInvolvedKeys(Collection keys) { method getInvolvedKeys (line 941) | public List getInvolvedKeys() { method getExistingPages (line 948) | public ExistingPagesCache getExistingPages() { method setExistingPages (line 955) | public void setExistingPages(ExistingPagesCache existingPages) { method isValidTitle (line 972) | public static boolean isValidTitle(String title) { method isArticle (line 1000) | public static boolean isArticle(int namespace, Collection links, method getLocalisedSpecialPageNames (line 1013) | public static Collection getLocalisedSpecialPageNames(SpecialP... method getLocalisedSpecialPageNames (line 1040) | public static Collection getLocalisedSpecialPageNames(SpecialP... method isImageNamespace (line 1058) | @Override method renderPageWithCache (line 1082) | public String renderPageWithCache(ITextConverter converter, String raw... method renderPageWithCache (line 1099) | public String renderPageWithCache(String rawWikiText) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/NormalisedTitle.java class NormalisedTitle (line 9) | public class NormalisedTitle { method NormalisedTitle (line 27) | public NormalisedTitle(Integer namespace, String title) { method toString (line 39) | @Override method fromNormalised (line 55) | public static NormalisedTitle fromNormalised(String normTitleStr) thro... method fromUnnormalised (line 83) | public static NormalisedTitle fromUnnormalised(String title, final MyN... method fromUnnormalised (line 101) | public static NormalisedTitle fromUnnormalised(final String maybeNs, f... method denormalise (line 119) | public String denormalise(final MyNamespace nsObject) { method equals (line 124) | @Override method hashCode (line 138) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiPageBean.java class WikiPageBean (line 34) | public class WikiPageBean extends WikiPageBeanBase { method WikiPageBean (line 57) | public WikiPageBean() { method WikiPageBean (line 69) | public WikiPageBean(String serviceUser, long startTime) { method WikiPageBean (line 79) | public WikiPageBean(WikiPageBeanBase other) { method isNotAvailable (line 88) | public boolean isNotAvailable() { method setNotAvailable (line 97) | public void setNotAvailable(boolean notAvailable) { method getDate (line 106) | public Calendar getDate() { method setDate (line 115) | public void setDate(Calendar date) { method getCategories (line 122) | public Set getCategories() { method setCategories (line 129) | public void setCategories(Set categories) { method getRevisions (line 136) | public List getRevisions() { method setRevisions (line 143) | public void setRevisions(List revisions) { method getSubCategories (line 150) | public Collection getSubCategories() { method setSubCategories (line 157) | public void setSubCategories(Collection subCategories) { method getCategoryPages (line 164) | public Collection getCategoryPages() { method setCategoryPages (line 171) | public void setCategoryPages(Collection categoryPages) { method getContentSub (line 178) | public String getContentSub() { method setContentSub (line 185) | public void setContentSub(String contentSub) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiPageBeanBase.java class WikiPageBeanBase (line 30) | public class WikiPageBeanBase { method WikiPageBeanBase (line 75) | public WikiPageBeanBase() { method WikiPageBeanBase (line 88) | public WikiPageBeanBase(String serviceUser, long startTime) { method WikiPageBeanBase (line 100) | public WikiPageBeanBase(WikiPageBeanBase other) { method getPage (line 121) | public String getPage() { method setPage (line 131) | public void setPage(String page) { method getNotice (line 138) | public String getNotice() { method setNotice (line 145) | public void setNotice(String notice) { method getTitle (line 154) | public String getTitle() { method setTitle (line 164) | public void setTitle(String title) { method getVersion (line 173) | public int getVersion() { method setVersion (line 182) | public void setVersion(int version) { method getWikiLang (line 189) | public String getWikiLang() { method setWikiLang (line 196) | public void setWikiLang(String wikiLang) { method getWikiLangDir (line 203) | public String getWikiLangDir() { method setWikiLangDir (line 210) | public void setWikiLangDir(String wikiLangDir) { method getWikiTitle (line 217) | public String getWikiTitle() { method setWikiTitle (line 224) | public void setWikiTitle(String wikiTitle) { method getWikiNamespace (line 231) | public MyNamespace getWikiNamespace() { method setWikiNamespace (line 238) | public void setWikiNamespace(MyNamespace wikiNamespace) { method isEditRestricted (line 245) | public boolean isEditRestricted() { method setEditRestricted (line 252) | public void setEditRestricted(boolean isEditRestricted) { method getStats (line 261) | public Map> getStats() { method setStats (line 268) | public void setStats(Map> stats) { method addStat (line 281) | public void addStat(String title, long value) { method addStats (line 294) | public void addStats(String title, List value) { method addStats (line 306) | public void addStats(Map> values) { method getError (line 313) | public String getError() { method setError (line 320) | public void setError(String error) { method getSaveAttempts (line 327) | public int getSaveAttempts() { method setSaveAttempts (line 334) | public void setSaveAttempts(int saveAttempts) { method getFailedKeys (line 341) | public LinkedMultiHashMap getFailedKeys() { method setFailedKeys (line 348) | public void setFailedKeys(LinkedMultiHashMap failedKe... method getInvolvedKeys (line 355) | public List getInvolvedKeys() { method setInvolvedKeys (line 362) | public void setInvolvedKeys(List involvedKeys) { method getStartTime (line 369) | public long getStartTime() { method setStartTime (line 376) | public void setStartTime(long startTime) { method getServiceUser (line 383) | public String getServiceUser() { method setServiceUser (line 390) | public void setServiceUser(String serviceUser) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiPageEditBean.java class WikiPageEditBean (line 26) | public class WikiPageEditBean extends WikiPageBeanBase { method WikiPageEditBean (line 55) | public WikiPageEditBean() { method WikiPageEditBean (line 67) | public WikiPageEditBean(String serviceUser, long startTime) { method WikiPageEditBean (line 77) | public WikiPageEditBean(WikiPageBeanBase other) { method getPreview (line 84) | public String getPreview() { method setPreview (line 91) | public void setPreview(String preview) { method getSummary (line 98) | public String getSummary() { method setSummary (line 105) | public void setSummary(String summary) { method isNewPage (line 112) | public boolean isNewPage() { method setNewPage (line 119) | public void setNewPage(boolean isNewPage) { method setTemplates (line 126) | public void setTemplates(Set templates) { method getTemplates (line 133) | public Set getTemplates() { method setIncludes (line 140) | public void setIncludes(Set includes) { method getIncludes (line 147) | public Set getIncludes() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiPageListBean.java class WikiPageListBean (line 28) | public class WikiPageListBean extends WikiPageBeanBase { type FormType (line 34) | public enum FormType { method WikiPageListBean (line 77) | public WikiPageListBean() { method WikiPageListBean (line 89) | public WikiPageListBean(String serviceUser, long startTime) { method WikiPageListBean (line 99) | public WikiPageListBean(WikiPageBeanBase other) { method getPages (line 106) | public Collection getPages() { method setPages (line 113) | public void setPages(Collection pages) { method getFromPage (line 120) | public String getFromPage() { method setFromPage (line 127) | public void setFromPage(String fromPage) { method getToPage (line 134) | public String getToPage() { method setToPage (line 141) | public void setToPage(String toPage) { method getFormTitle (line 148) | public String getFormTitle() { method setFormTitle (line 155) | public void setFormTitle(String formTitle) { method getFormType (line 162) | public FormType getFormType() { method setFormType (line 169) | public void setFormType(FormType formType) { method getPageHeading (line 176) | public String getPageHeading() { method setPageHeading (line 183) | public void setPageHeading(String pageHeading) { method getTarget (line 190) | public String getTarget() { method setTarget (line 197) | public void setTarget(String target) { method getPrefix (line 204) | public String getPrefix() { method setPrefix (line 211) | public void setPrefix(String prefix) { method getNamespaceId (line 218) | public int getNamespaceId() { method setNamespaceId (line 225) | public void setNamespaceId(int namespaceId) { method getSearch (line 232) | public String getSearch() { method setSearch (line 239) | public void setSearch(String search) { method isShowAllPages (line 246) | public boolean isShowAllPages() { method setShowAllPages (line 253) | public void setShowAllPages(boolean showAllPages) { method titleWithParameters (line 265) | public String titleWithParameters() { method isFoundFullMatch (line 312) | public boolean isFoundFullMatch() { method setFoundFullMatch (line 319) | public void setFoundFullMatch(boolean foundFullMatch) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiServlet.java class WikiServlet (line 89) | public abstract class WikiServlet extends HttpServlet implem... method WikiServlet (line 141) | public WikiServlet() { method init (line 162) | @SuppressWarnings("unchecked") method startAutoImport (line 190) | protected void startAutoImport() { method readOptionsFromConfig (line 200) | protected void readOptionsFromConfig(ServletConfig config) { method init2 (line 222) | protected void init2(ServletConfig config) throws ServletException { method loadSiteInfo (line 231) | abstract protected boolean loadSiteInfo(); method loadPlugins (line 242) | @SuppressWarnings("unchecked") method startExistingPagesUpdate (line 272) | protected void startExistingPagesUpdate() { method setLocalisedSpecialPageNames (line 292) | protected void setLocalisedSpecialPageNames() { method getConnection (line 320) | abstract protected Connection getConnection(HttpServletRequest request); method releaseConnection (line 330) | abstract protected void releaseConnection(HttpServletRequest request, ... method destroy (line 332) | @Override method doGet (line 342) | @Override method handleViewSpecialPage (line 448) | protected void handleViewSpecialPage(HttpServletRequest request, method handleSearch (line 505) | private void handleSearch(HttpServletRequest request, method handleSpecialAllPages (line 562) | private void handleSpecialAllPages(HttpServletRequest request, method handleSpecialPrefix (line 627) | private void handleSpecialPrefix(HttpServletRequest request, method handleSpecialWhatLinksHere (line 683) | private void handleSpecialWhatLinksHere(HttpServletRequest request, method doPost (line 720) | @Override method handleViewRandomPage (line 789) | private void handleViewRandomPage(HttpServletRequest request, method handleViewPage (line 875) | private void handleViewPage(HttpServletRequest request, method handleViewPage2 (line 888) | private void handleViewPage2(HttpServletRequest request, method renderRevision (line 955) | private void renderRevision(final String title, method setSubPageNav (line 1107) | protected void setSubPageNav(String title, WikiPageBean page, method setSubPageNav (line 1124) | protected void setSubPageNav(String title, WikiPageBean page, method handleViewPageNotExisting (line 1171) | private void handleViewPageNotExisting(HttpServletRequest request, method forwardToPageJsp (line 1221) | protected void forwardToPageJsp(HttpServletRequest request, method handleViewPageBadTitle (line 1280) | private void handleViewPageBadTitle(HttpServletRequest request, method handleViewPageHistory (line 1334) | private void handleViewPageHistory(HttpServletRequest request, method handleViewSpecialPageList (line 1389) | private void handleViewSpecialPageList(HttpServletRequest request, method handleViewSpecialPages (line 1462) | private void handleViewSpecialPages(HttpServletRequest request, method handleViewSpecialStatistics (line 1551) | private void handleViewSpecialStatistics(HttpServletRequest request, method handleViewSpecialVersion (line 1668) | private void handleViewSpecialVersion(HttpServletRequest request, method showEmptyPage (line 1769) | private void showEmptyPage(HttpServletRequest request, method showImportPage (line 1790) | protected synchronized void showImportPage(HttpServletRequest request, method handleEditPage (line 1810) | private void handleEditPage(HttpServletRequest request, method handleEditPageSubmitted (line 1884) | private void handleEditPageSubmitted(HttpServletRequest request, method showImage (line 2013) | private void showImage(final HttpServletRequest request, method getWikiImageUrl (line 2042) | protected String getWikiImageUrl(String image) { method getWikiModel (line 2069) | abstract protected MyWikiModel getWikiModel(Connection connection, Wik... method addToParam_notice (line 2079) | public static void addToParam_notice(HttpServletRequest request, Strin... method getParam_notice (line 2095) | public static String getParam_notice(HttpServletRequest request) { method getParam (line 2110) | public static String getParam(HttpServletRequest request, String name) { method getParam_error (line 2135) | public static String getParam_error(HttpServletRequest request) { method setParam_error (line 2148) | public static void setParam_error(HttpServletRequest request, String e... method getParam_oldid (line 2162) | private static int getParam_oldid(HttpServletRequest request) { method getParam_renderer (line 2175) | private static int getParam_renderer(HttpServletRequest request) { method getParam_redlink (line 2196) | private static boolean getParam_redlink(HttpServletRequest request) { method parseInt (line 2201) | protected final static int parseInt(String value, int def) { method parseDate (line 2212) | protected final static Calendar parseDate(String value, Calendar def) { method getNamespace (line 2226) | @Override method getSiteinfo (line 2234) | @Override method getVersion (line 2242) | @Override method getDbVersion (line 2247) | @Override method getDbVersionStr (line 2256) | protected String getDbVersionStr(Connection connection) { method getServerVersion (line 2265) | @Override method getBlikiVersion (line 2270) | @Override method getLinkbaseurl (line 2278) | @Override method getImagebaseurl (line 2287) | @Override method registerEventHandler (line 2296) | @Override method updateExistingPages (line 2304) | protected void updateExistingPages() { method storeUserReq (line 2323) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiServletDataHandler.java type WikiServletDataHandler (line 39) | public interface WikiServletDataHandler { method getSiteInfoKey (line 45) | public String getSiteInfoKey(); method getPageListKey (line 54) | public String getPageListKey(int namespace); method getPageCountKey (line 63) | public String getPageCountKey(int namespace); method getArticleCountKey (line 71) | public String getArticleCountKey(); method getRevKey (line 85) | public String getRevKey(String title, int id, final MyNamespace nsObje... method getPageKey (line 97) | public String getPageKey(String title, final MyNamespace nsObject); method getRevListKey (line 109) | public String getRevListKey(String title, final MyNamespace nsObject); method getCatPageListKey (line 121) | public String getCatPageListKey(String title, final MyNamespace nsObje... method getCatPageCountKey (line 133) | public String getCatPageCountKey(String title, final MyNamespace nsObj... method getTplPageListKey (line 145) | public String getTplPageListKey(String title, final MyNamespace nsObje... method getBackLinksPageListKey (line 157) | public String getBackLinksPageListKey(String title, final MyNamespace ... method getStatsPageEditsKey (line 164) | public String getStatsPageEditsKey(); method getContributionListKey (line 174) | public String getContributionListKey(String contributor); method getDbVersion (line 185) | public ValueResult getDbVersion(Connection connection); method getPageHistory (line 199) | public PageHistoryResult getPageHistory(Connection connection, method getRevision (line 215) | public RevisionResult getRevision(Connection connection, String title, method getRevision (line 232) | public RevisionResult getRevision(Connection connection, String title, method getPageList (line 243) | public ValueResult> getPageList(Connection conne... method getPageList (line 255) | public ValueResult> getPageList(int namespace, C... method getPagesInCategory (line 267) | public ValueResult> getPagesInCategory(Connectio... method getPagesInTemplate (line 280) | public ValueResult> getPagesInTemplate(Connectio... method getPagesInTemplates (line 296) | public ValueResult> getPagesInTemplates(Connecti... method getPagesLinkingTo (line 311) | public ValueResult> getPagesLinkingTo(Connection... method getContributions (line 325) | public ValueResult> getContributions( method getPageCount (line 336) | public ValueResult getPageCount(Connection connection); method getPageCount (line 349) | public ValueResult getPageCount(int namespace, Connection ... method getArticleCount (line 360) | public ValueResult getArticleCount(Connection connection); method getPagesInCategoryCount (line 374) | public ValueResult getPagesInCategoryCount(Connection conn... method getStatsPageEdits (line 386) | public ValueResult getStatsPageEdits(Connection connection); method getRandomArticle (line 398) | public ValueResult getRandomArticle(Connection connec... method savePage (line 427) | public SavePageResult savePage(Connection connection, String title, FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiServletScalaris.java class WikiServletScalaris (line 68) | public class WikiServletScalaris extends WikiServlet { method WikiServletScalaris (line 81) | public WikiServletScalaris() { method init2 (line 89) | @Override method startAutoImport (line 127) | @Override method loadSiteInfo (line 159) | @Override method getConnection (line 198) | @Override method releaseConnection (line 231) | @Override method showImportPage (line 247) | @Override method startImport (line 371) | private void startImport(String dumpsPath, String req_import, class ImportThread (line 389) | private class ImportThread extends Thread { method ImportThread (line 394) | public ImportThread(WikiDump handler, String fileName, PrintStream p... method run (line 402) | @Override method getWikiModel (line 451) | @Override method getSiteInfoKey (line 459) | @Override method getPageListKey (line 464) | @Override method getPageCountKey (line 469) | @Override method getArticleCountKey (line 474) | @Override method getRevKey (line 479) | @Override method getPageKey (line 484) | @Override method getRevListKey (line 489) | @Override method getCatPageListKey (line 494) | @Override method getCatPageCountKey (line 499) | @Override method getTplPageListKey (line 504) | @Override method getBackLinksPageListKey (line 509) | @Override method getStatsPageEditsKey (line 514) | @Override method getContributionListKey (line 519) | @Override method getDbVersion (line 524) | @Override method getPageHistory (line 529) | @Override method getRevision (line 534) | @Override method getRevision (line 539) | @Override method getPageList (line 544) | @Override method getPageList (line 549) | @Override method getPagesInCategory (line 554) | @Override method getPagesInTemplate (line 559) | @Override method getPagesInTemplates (line 564) | @Override method getPagesLinkingTo (line 569) | @Override method getContributions (line 574) | @Override method getPageCount (line 580) | @Override method getPageCount (line 585) | @Override method getArticleCount (line 590) | @Override method getPagesInCategoryCount (line 595) | @Override method getStatsPageEdits (line 600) | @Override method getRandomArticle (line 605) | @Override method savePage (line 610) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/Contribution.java class Contribution (line 25) | public class Contribution implements Serializable { method Contribution (line 69) | public Contribution() { method Contribution (line 87) | public Contribution(Page oldPage, Page newPage) { method getId (line 104) | public int getId() { method getTimestamp (line 111) | public String getTimestamp() { method getPageName (line 118) | public String getPageName() { method getComment (line 125) | public String getComment() { method getSizeBefore (line 132) | public int getSizeBefore() { method getSizeAfter (line 139) | public int getSizeAfter() { method isMinor (line 149) | public boolean isMinor() { method setId (line 156) | public void setId(int id) { method setTimestamp (line 163) | public void setTimestamp(String timestamp) { method setMinor (line 170) | public void setMinor(boolean minor) { method setPageName (line 177) | public void setPageName(String pageName) { method setComment (line 184) | public void setComment(String comment) { method setSizeBefore (line 191) | public void setSizeBefore(int sizeBefore) { method setSizeAfter (line 198) | public void setSizeAfter(int sizeAfter) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/Contributor.java class Contributor (line 25) | public class Contributor implements Serializable { method Contributor (line 52) | public Contributor() { method getIp (line 60) | public String getIp() { method getUser (line 69) | public String getUser() { method getId (line 78) | public int getId() { method setIp (line 87) | public void setIp(String ip) { method setUser (line 96) | public void setUser(String user) { method setId (line 105) | public void setId(int id) { method toString (line 109) | public String toString() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/Page.java class Page (line 28) | public class Page implements Serializable { method Page (line 63) | public Page() { method Page (line 80) | public Page(String title, int id, boolean redirect, Map getRestrictions() { method getCurRev (line 129) | public Revision getCurRev() { method setCurRev (line 138) | public void setCurRev(Revision curRev) { method setTitle (line 147) | public void setTitle(String title) { method setId (line 156) | public void setId(int id) { method setRedirect (line 165) | public void setRedirect(boolean redirect) { method setRestrictions (line 174) | public void setRestrictions(Map restrictions) { method checkEditAllowed (line 186) | public boolean checkEditAllowed(String username) { method restrictionsToString (line 207) | public static String restrictionsToString(Map restrict... method restrictionsFromString (line 232) | public static Map restrictionsFromString(String restri... method restrictionsFromString (line 247) | public static Map restrictionsFromString( FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/Revision.java class Revision (line 33) | public class Revision implements Serializable { method Revision (line 73) | public Revision() { method Revision (line 90) | public Revision(int id, String timestamp, boolean minorChange, method getId (line 102) | public int getId() { method getTimestamp (line 109) | public String getTimestamp() { method getContributor (line 116) | public Contributor getContributor() { method getComment (line 123) | public String getComment() { method getB64pText (line 132) | public String getB64pText() { method packedText (line 142) | public byte[] packedText() { method unpackedText (line 151) | public String unpackedText() { method unpackText (line 166) | protected static String unpackText(byte[] text) throws RuntimeException { method packText (line 194) | protected static byte[] packText(String text) throws RuntimeException { method isMinor (line 213) | public boolean isMinor() { method setId (line 221) | public void setId(int id) { method setTimestamp (line 229) | public void setTimestamp(String timestamp) { method setMinor (line 237) | public void setMinor(boolean minor) { method setContributor (line 245) | public void setContributor(Contributor contributor) { method setComment (line 253) | public void setComment(String comment) { method setB64pText (line 261) | public void setB64pText(String text) { method setPackedText (line 270) | public void setPackedText(byte[] text) { method setUnpackedText (line 278) | public void setUnpackedText(String text) { method stringToCalendar (line 290) | public static Calendar stringToCalendar(String timestamp) { method calendarToString (line 303) | public static String calendarToString(Calendar calendar) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/ShortRevision.java class ShortRevision (line 27) | public class ShortRevision implements Serializable { method ShortRevision (line 66) | public ShortRevision() { method ShortRevision (line 81) | public ShortRevision(Revision revision) { method getId (line 93) | public int getId() { method getTimestamp (line 100) | public String getTimestamp() { method getContributor (line 107) | public Contributor getContributor() { method getComment (line 114) | public String getComment() { method getSize (line 121) | public int getSize() { method isMinor (line 131) | public boolean isMinor() { method setId (line 138) | public void setId(int id) { method setTimestamp (line 145) | public void setTimestamp(String timestamp) { method setMinor (line 152) | public void setMinor(boolean minor) { method setContributor (line 159) | public void setContributor(Contributor contributor) { method setComment (line 166) | public void setComment(String comment) { method setSize (line 173) | public void setSize(int size) { method fromRevisions (line 186) | public static List fromRevisions(final List r... FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/SiteInfo.java class SiteInfo (line 30) | public class SiteInfo implements Serializable { method SiteInfo (line 70) | public SiteInfo() { method SiteInfo (line 92) | public SiteInfo(String base, String sitename, String generator, String... method getBase (line 105) | public String getBase() { method setBase (line 114) | public void setBase(String base) { method extractLang (line 125) | public String extractLang() { method extractLolace (line 140) | public Locale extractLolace() { method getSitename (line 164) | public String getSitename() { method setSitename (line 173) | public void setSitename(String sitename) { method getGenerator (line 182) | public String getGenerator() { method setGenerator (line 191) | public void setGenerator(String generator) { method getNamespaces (line 206) | public Map> getNamespaces() { method setNamespaces (line 215) | public void setNamespaces(Map> namespaces) { method getCase (line 224) | public String getCase() { method setCase (line 233) | public void setCase(String caseStr) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/Main.java class Main (line 58) | public class Main { type ImportType (line 64) | private static enum ImportType { method main (line 78) | public static void main(String[] args) { method doImport (line 125) | private static void doImport(String filename, String[] args, ImportTyp... method exitCheckHandler (line 278) | protected static void exitCheckHandler(WikiDump handler) { method doConvert (line 295) | private static void doConvert(String dbReadFileName, String[] args) method doDumpdbAddlinks (line 349) | private static void doDumpdbAddlinks(String dbReadFileName, String[] a... method doDumpdbFilter (line 376) | private static void doDumpdbFilter(String filename, String[] args) thr... method runXmlHandler (line 447) | private static void runXmlHandler(WikiDumpHandler handler, InputSource... method doFilter (line 475) | private static void doFilter(String filename, String[] args) throws Ru... method addFromFile (line 545) | private static void addFromFile(Collection container, method getPageList (line 584) | protected static SortedSet getPageList(String filename, Calend... method getFileReader (line 630) | public static InputSource[] getFileReader(String filename) throws File... FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/SAXParsingInterruptedException.java class SAXParsingInterruptedException (line 26) | public class SAXParsingInterruptedException extends SAXException { method SAXParsingInterruptedException (line 36) | public SAXParsingInterruptedException() { method SAXParsingInterruptedException (line 46) | public SAXParsingInterruptedException(String message) { method SAXParsingInterruptedException (line 59) | public SAXParsingInterruptedException(Exception e) { method SAXParsingInterruptedException (line 74) | public SAXParsingInterruptedException(String message, Exception e) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDump.java type WikiDump (line 10) | public interface WikiDump { method getTimeAtStart (line 17) | public abstract long getTimeAtStart(); method getTimeAtEnd (line 24) | public abstract long getTimeAtEnd(); method getImportCount (line 31) | public abstract int getImportCount(); method setMsgOut (line 40) | public abstract void setMsgOut(PrintStream msgOut); method hasStopSupport (line 47) | public abstract boolean hasStopSupport(); method stopParsing (line 52) | public abstract void stopParsing(); method setUp (line 57) | public abstract void setUp(); method tearDown (line 62) | public abstract void tearDown(); method print (line 72) | public void print(String message); method println (line 83) | public void println(String message); method error (line 91) | public void error(String message); method isErrorDuringImport (line 98) | public boolean isErrorDuringImport(); FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpConvertPreparedSQLite.java class WikiDumpConvertPreparedSQLite (line 58) | public class WikiDumpConvertPreparedSQLite implements WikiDump { method WikiDumpConvertPreparedSQLite (line 104) | public WikiDumpConvertPreparedSQLite(String dbReadFileName, method importStart (line 115) | final protected void importStart() { method importEnd (line 122) | final protected void importEnd() { method getTimeAtStart (line 129) | @Override method getTimeAtEnd (line 137) | @Override method getImportCount (line 145) | @Override method isErrorDuringImport (line 150) | @Override method error (line 155) | @Override class ReportAtShutDown (line 167) | public class ReportAtShutDown extends Thread { method run (line 168) | public void run() { method reportAtEnd (line 175) | public void reportAtEnd() { method setMsgOut (line 191) | @Override method hasStopSupport (line 201) | @Override method stopParsing (line 210) | @Override class SQLiteWorker (line 215) | protected class SQLiteWorker extends Thread { method run (line 219) | @Override method addSQLiteJob (line 256) | protected void addSQLiteJob(Runnable job) throws RuntimeException { class SQLiteWriteBytesJob (line 264) | static class SQLiteWriteBytesJob implements Runnable { method SQLiteWriteBytesJob (line 270) | public SQLiteWriteBytesJob(WikiDump importer, String key, byte[] value, method run (line 278) | @Override class KVPair (line 292) | protected static class KVPair { method KVPair (line 296) | public KVPair(String key, T value) { class SQLiteCopyList (line 302) | static class SQLiteCopyList implements Runnable { method SQLiteCopyList (line 309) | public SQLiteCopyList(WikiDump importer, String key, byte[] value, method splitOp (line 318) | public static Collection> splitOp(String key, String ... method run (line 333) | @Override class SQLiteWriteBucketListJob (line 366) | static class SQLiteWriteBucketListJob implements Runnable { method SQLiteWriteBucketListJob (line 374) | public SQLiteWriteBucketListJob(WikiDump importer, String key, method splitList (line 386) | protected static HashMap> splitList(IBucke... method run (line 420) | @Override class SQLiteWriteBucketCounterJob (line 462) | static class SQLiteWriteBucketCounterJob implements Runnable { method SQLiteWriteBucketCounterJob (line 469) | public SQLiteWriteBucketCounterJob(WikiDump importer, String key, method splitCounter (line 479) | public static Collection> splitCounter(IBuckets opti... method run (line 508) | @Override type ListOrCountOp (line 529) | protected static enum ListOrCountOp { class ConvertOp (line 559) | protected static class ConvertOp { method convertObjects (line 572) | public void convertObjects() throws RuntimeException, FileNotFoundExce... method getConvertOp (line 673) | public static ConvertOp getConvertOp(String key, Options dbWriteOption... method setUp (line 763) | @Override method finalize (line 787) | @Override method tearDown (line 796) | @Override method print (line 823) | public void print(String message) { method println (line 836) | public void println(String message) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpGetCategoryTreeHandler.java class WikiDumpGetCategoryTreeHandler (line 51) | public class WikiDumpGetCategoryTreeHandler extends WikiDumpHandler { method WikiDumpGetCategoryTreeHandler (line 87) | public WikiDumpGetCategoryTreeHandler(Set blacklist, method addSQLiteJob (line 94) | protected void addSQLiteJob(SQLiteJob job) throws RuntimeException { method writeValue (line 102) | protected void writeValue(SQLiteStatement stmt, NormalisedTitle key, N... method writeValues (line 107) | protected void writeValues(SQLiteStatement stmt, NormalisedTitle key, ... method writeSiteInfo (line 112) | protected void writeSiteInfo(SiteInfo siteInfo) method readSiteInfo (line 117) | static SiteInfo readSiteInfo(SQLiteConnection db) throws RuntimeExcept... method updateMap (line 133) | protected static void updateMap( method export (line 150) | @Override method export (line 161) | @Override method getAllChildren (line 249) | public static Set getAllChildren(Map getAllChildren(Map getPagesInCategories(String dbFileName, method getSubCategories (line 493) | private static Set getSubCategories(Collection getPagesDirectlyInCategories(Set getRecursivePages(Set pages, Set pages, Set blacklist, Set whitelist, i... method inWhiteList (line 125) | private boolean inWhiteList(NormalisedTitle pageTitle) { method inBlackList (line 139) | private boolean inBlackList(NormalisedTitle pageTitle) { method startElement (line 160) | @Override method characters (line 206) | @Override method endElement (line 232) | @Override method setUpWikiModel (line 265) | private void setUpWikiModel(SiteInfo siteinfo) { method export (line 288) | protected abstract void export(XmlSiteInfo siteinfo); method export (line 296) | protected abstract void export(XmlPage page); method setUp (line 301) | @Override method tearDown (line 308) | @Override method importStart (line 315) | final protected void importStart() { method importEnd (line 322) | final protected void importEnd() { method getTimeAtStart (line 329) | @Override method getTimeAtEnd (line 337) | @Override method getImportCount (line 345) | @Override method isErrorDuringImport (line 350) | @Override method error (line 355) | @Override class ReportAtShutDown (line 367) | public class ReportAtShutDown extends Thread { method run (line 368) | @Override method reportAtEnd (line 376) | public void reportAtEnd() { method setMsgOut (line 392) | @Override method print (line 405) | public void print(String message) { method println (line 418) | public void println(String message) { method print (line 432) | static public void print(PrintStream msgOut, String message) { method println (line 447) | static public void println(PrintStream msgOut, String message) { method setPageCheckSkipRevisions (line 454) | protected void setPageCheckSkipRevisions(CheckSkipRevisions checkSkipR... method hasStopSupport (line 463) | @Override method stopParsing (line 471) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpPageHandler.java class WikiDumpPageHandler (line 27) | public abstract class WikiDumpPageHandler extends WikiDumpHandler { method WikiDumpPageHandler (line 60) | public WikiDumpPageHandler(Set blacklist, Set whitelist, method initNewPagesList (line 70) | protected void initNewPagesList() { method createNewPagesList (line 79) | public static EnumMap> creat... method initLinkLists (line 92) | protected void initLinkLists() { method export (line 104) | @Override method export (line 115) | @Override method doExport (line 163) | abstract protected void doExport(SiteInfo siteInfo); method doExport (line 165) | abstract protected void doExport(Page page, List revisions, class byRevId (line 173) | protected static class byRevId implements java.util.Comparator blacklist, method createReadStmt (line 101) | static SQLiteStatement createReadStmt(SQLiteConnection db) throws SQLi... method createWriteStmt (line 105) | static SQLiteStatement createWriteStmt(SQLiteConnection db) throws SQL... method writeObject (line 116) | static void writeObject(SQLiteStatement stWrite, String key, T value) method objectToBytes (line 135) | static byte[] objectToBytes(T value) throws IOException { method objectFromBytes (line 152) | static OtpErlangObject objectFromBytes(byte[] value) throws IOException, method objectFromBytes2 (line 169) | static ErlangValue objectFromBytes2(byte[] value) throws IOException, method readObject (line 193) | static OtpErlangObject readObject(SQLiteStatement stRead, String key) method readObject2 (line 211) | static ErlangValue readObject2(SQLiteStatement stRead, String key) method addSQLiteJob (line 224) | protected void addSQLiteJob(Runnable job) throws RuntimeException { method setUp (line 235) | @Override method tearDown (line 253) | @Override method finalize (line 273) | @Override method doExport (line 279) | @Override method doExport (line 284) | @Override method updatePageList (line 314) | protected void updatePageList() { method updateLinkLists (line 319) | protected void updateLinkLists() { class SQLiteWorker (line 324) | protected class SQLiteWorker extends Thread { method run (line 328) | @Override class SQLiteNoOpJob (line 403) | static class SQLiteNoOpJob implements Runnable { method run (line 404) | @Override class SQLiteWriteObjectJob (line 409) | static class SQLiteWriteObjectJob implements Runnable { method SQLiteWriteObjectJob (line 414) | public SQLiteWriteObjectJob(String key, T value, SQLiteStatement stW... method run (line 420) | @Override class SQLiteUpdatePageListsJob (line 426) | abstract protected class SQLiteUpdatePageListsJob implements Runnable { method readObject (line 428) | protected OtpErlangObject readObject(String key) method readObject2 (line 435) | protected ErlangValue readObject2(String key) method writeObject (line 442) | protected void writeObject(String key, T value) method pageToId (line 458) | protected long pageToId(NormalisedTitle pageTitle) throws RuntimeExc... class SQLiteUpdatePageLists1Job (line 493) | protected class SQLiteUpdatePageLists1Job extends SQLiteUpdatePageList... method SQLiteUpdatePageLists1Job (line 505) | public SQLiteUpdatePageLists1Job(EnumMap... method writeCatToScalarisKV (line 715) | private void writeCatToScalarisKV(NormalisedTitle category0, method writeTplToScalarisKV (line 726) | private void writeTplToScalarisKV(NormalisedTitle template0, method writeLnkToScalarisKV (line 735) | private void writeLnkToScalarisKV(NormalisedTitle linkDest0, class SQLiteWriteSiteInfoJob (line 745) | protected static class SQLiteWriteSiteInfoJob implements Runnable { method SQLiteWriteSiteInfoJob (line 749) | public SQLiteWriteSiteInfoJob(SiteInfo siteInfo, SQLiteStatement stW... method run (line 754) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpPreparedSQLiteToScalaris.java class WikiDumpPreparedSQLiteToScalaris (line 63) | public class WikiDumpPreparedSQLiteToScalaris implements WikiDump { method WikiDumpPreparedSQLiteToScalaris (line 120) | public WikiDumpPreparedSQLiteToScalaris(String dbFileName, Options dbW... method WikiDumpPreparedSQLiteToScalaris (line 159) | public WikiDumpPreparedSQLiteToScalaris(String dbFileName, Options dbW... method importStart (line 173) | final protected void importStart() { method importEnd (line 180) | final protected void importEnd() { method getTimeAtStart (line 187) | @Override method getTimeAtEnd (line 195) | @Override method getImportCount (line 203) | @Override class ReportAtShutDown (line 214) | public class ReportAtShutDown extends Thread { method run (line 215) | public void run() { method reportAtEnd (line 222) | public void reportAtEnd() { method setMsgOut (line 238) | @Override method hasStopSupport (line 248) | @Override method stopParsing (line 257) | @Override method writeToScalaris (line 268) | public void writeToScalaris() { method writeToScalaris (line 327) | protected void writeToScalaris(String key, byte[] value) throws ClassN... class WriteCompressedOp (line 449) | public static class WriteCompressedOp extends WriteOp { method WriteCompressedOp (line 458) | public WriteCompressedOp(OtpErlangString key, OtpErlangObject value) { method WriteCompressedOp (line 469) | public WriteCompressedOp(String key, OtpErlangObject value) { method getErlang (line 476) | @Override method finalize (line 488) | @Override method setUp (line 501) | @Override method tearDown (line 528) | @Override method print (line 543) | public void print(String message) { method println (line 556) | public void println(String message) { method isErrorDuringImport (line 560) | @Override method error (line 565) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpSQLiteLinkTables.java class WikiDumpSQLiteLinkTables (line 51) | public class WikiDumpSQLiteLinkTables implements WikiDump { method WikiDumpSQLiteLinkTables (line 90) | public WikiDumpSQLiteLinkTables(String dbFileName) method importStart (line 98) | final protected void importStart() { method importEnd (line 105) | final protected void importEnd() { method getTimeAtStart (line 112) | @Override method getTimeAtEnd (line 120) | @Override method getImportCount (line 128) | @Override method isErrorDuringImport (line 133) | @Override method error (line 138) | @Override class ReportAtShutDown (line 150) | public class ReportAtShutDown extends Thread { method run (line 151) | public void run() { method reportAtEnd (line 158) | public void reportAtEnd() { method setMsgOut (line 174) | @Override method hasStopSupport (line 184) | @Override method stopParsing (line 193) | @Override method updateLinks3 (line 198) | protected void updateLinks3(Integer key, NormalisedTitle value, SQLite... method updateLinks2 (line 212) | protected void updateLinks2(Integer key, NormalisedTitle value, SQLite... method updateSiteStats (line 225) | protected void updateSiteStats(long editCount, int articleCount) { method processLinks (line 243) | public void processLinks() throws RuntimeException { method setUp (line 330) | @Override method finalize (line 422) | @Override method tearDown (line 431) | @Override method print (line 465) | public void print(String message) { method println (line 478) | public void println(String message) { method getPagesInCategories (line 502) | public SortedSet getPagesInCategories( method getPagesInCategories2 (line 534) | public SortedSet getPagesInCategories2( method getSubCategories (line 584) | private Set getSubCategories( method getPagesDirectlyInCategories (line 663) | private Set getPagesDirectlyInCategories(Set getRecursivePages( FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpToScalarisHandler.java class WikiDumpToScalarisHandler (line 54) | public class WikiDumpToScalarisHandler extends WikiDumpPageHandler { method WikiDumpToScalarisHandler (line 85) | public WikiDumpToScalarisHandler(Set blacklist, method WikiDumpToScalarisHandler (line 118) | public WikiDumpToScalarisHandler(Set blacklist, method init (line 135) | private void init(ConnectionFactory cFactory) throws RuntimeException { method createExecutor (line 165) | public static ThreadPoolExecutor createExecutor(int nThreads) { method doExport (line 172) | @Override method doExport (line 201) | @Override method tearDown (line 229) | @Override method updatePageLists (line 236) | private void updatePageLists() { method isErrorDuringImport (line 300) | @Override method error (line 305) | @Override class MyScalarisSingleRunnable (line 317) | static class MyScalarisSingleRunnable implements Runnable { method MyScalarisSingleRunnable (line 324) | public MyScalarisSingleRunnable(WikiDump importer, method run (line 340) | @Override class MyScalarisAddToPageListRunnable (line 369) | private static class MyScalarisAddToPageListRunnable implements Runnab... method MyScalarisAddToPageListRunnable (line 379) | public MyScalarisAddToPageListRunnable(WikiDump importer, method run (line 399) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpXml2SQLite.java class WikiDumpXml2SQLite (line 47) | public class WikiDumpXml2SQLite extends WikiDumpHandler { method WikiDumpXml2SQLite (line 85) | public WikiDumpXml2SQLite(Set blacklist, method addSQLiteJob (line 92) | protected void addSQLiteJob(SQLiteJob job) throws RuntimeException { method setUp (line 103) | @Override method tearDown (line 121) | @Override method finalize (line 138) | @Override method export (line 144) | @Override method writeObject (line 156) | static void writeObject(SQLiteStatement stWrite, String key, T value) method readObject (line 193) | static T readObject(SQLiteStatement stRead, String key) method objectToBytes (line 234) | static byte[] objectToBytes(T value) throws IOException { method objectFromBytes (line 263) | static T objectFromBytes(byte[] value) throws IOException, method readSiteInfo (line 283) | public static SiteInfo readSiteInfo(SQLiteConnection db) throws Runtim... method export (line 299) | @Override class SQLiteWorker (line 311) | protected class SQLiteWorker extends Thread { method run (line 315) | @Override type SQLiteJob (line 440) | protected static interface SQLiteJob { method run (line 441) | public abstract void run(); class SQLiteNoOpJob (line 444) | protected static class SQLiteNoOpJob implements SQLiteJob { method run (line 445) | @Override class SQLiteWritePageJob (line 450) | protected class SQLiteWritePageJob implements SQLiteJob { method SQLiteWritePageJob (line 454) | public SQLiteWritePageJob(Page page, List revisions) { method run (line 459) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/XmlContributor.java class XmlContributor (line 28) | public class XmlContributor extends DefaultHandler { method XmlContributor (line 40) | public XmlContributor() { method init (line 48) | private void init() { method reset (line 60) | public void reset() { method startContributor (line 81) | public void startContributor(String uri, String localName, String qName, method startElement (line 103) | @Override method characters (line 137) | @Override method endContributor (line 157) | public void endContributor(String uri, String localName, String qName) { method endElement (line 181) | @Override method getContributor (line 199) | public Contributor getContributor() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/XmlPage.java class XmlPage (line 36) | public class XmlPage extends DefaultHandler { method XmlPage (line 108) | public XmlPage(int maxRevisions, Calendar minTime, Calendar maxTime) { method init (line 119) | private void init() { method reset (line 140) | public void reset() { method startPage (line 161) | public void startPage(String uri, String localName, String qName, method startElement (line 183) | @Override method characters (line 235) | @Override method endPage (line 262) | public void endPage(String uri, String localName, String qName) { method endElement (line 298) | @Override method getPage (line 353) | public Page getPage() { method getRevisions (line 362) | public List getRevisions() { method setCheckSkipRevisions (line 369) | public void setCheckSkipRevisions(CheckSkipRevisions checkSkipRevision... type CheckSkipRevisions (line 379) | public static interface CheckSkipRevisions { method skipRevisions (line 389) | public abstract boolean skipRevisions(String pageTitle); FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/XmlRevision.java class XmlRevision (line 28) | public class XmlRevision extends DefaultHandler { method XmlRevision (line 68) | public XmlRevision() { method init (line 76) | private void init() { method reset (line 92) | public void reset() { method startRevision (line 113) | public void startRevision(String uri, String localName, String qName, method startElement (line 135) | @Override method characters (line 180) | @Override method endRevision (line 205) | public void endRevision(String uri, String localName, String qName) { method endElement (line 224) | @Override method getRevision (line 256) | public Revision getRevision() { method getText (line 265) | public String getText() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/XmlSiteInfo.java class XmlSiteInfo (line 31) | public class XmlSiteInfo extends DefaultHandler { method XmlSiteInfo (line 49) | public XmlSiteInfo() { method startSiteInfo (line 70) | public void startSiteInfo(String uri, String localName, String qName, method startElement (line 92) | @Override method characters (line 155) | public void characters(char[] ch, int start, int length) { method endSiteInfo (line 174) | public void endSiteInfo(String uri, String localName, String qName) { method endElement (line 192) | public void endElement(String uri, String localName, String qName) { method getSiteInfo (line 215) | public SiteInfo getSiteInfo() { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/util/SevenZInputStream.java class SevenZInputStream (line 14) | public class SevenZInputStream extends ArchiveInputStream { method SevenZInputStream (line 19) | public SevenZInputStream(File file) throws IOException { method read (line 24) | @Override method getCurrentEntry (line 33) | public SevenZArchiveEntry getCurrentEntry() { method getNextEntry (line 37) | @Override method close (line 43) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/PluginClassLoader.java class PluginClassLoader (line 62) | public class PluginClassLoader extends ClassLoader { method PluginClassLoader (line 93) | public PluginClassLoader(String pluginDirPath, Class[] pluginInterf... method init (line 109) | public void init() throws IOException { method buildClassPath (line 221) | private String buildClassPath(Collection addJars) { method getPluginJars (line 252) | private File[] getPluginJars(String pluginName) { method loadClass (line 269) | @Override method getClasses (line 334) | public List> getClasses(Class pluginInterface) { method getResource (line 338) | @Override method getResourceAsStream (line 361) | @Override method loadFromStream (line 383) | private Class loadFromStream(InputStream in) throws IOException { method checkClass (line 401) | private void checkClass(Class clazz) { FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/WikiEventHandler.java type WikiEventHandler (line 36) | public interface WikiEventHandler { method onPageSaved (line 51) | public void onPageSaved(WikiPageEditBean page, SavePageRe... method onPageView (line 64) | public void onPageView(WikiPageBeanBase page, Connection ... method onImageRedirect (line 74) | public void onImageRedirect(String image, String realImageUrl); method onViewRandomPage (line 86) | public void onViewRandomPage(WikiPageBean page, method checkAccess (line 105) | public boolean checkAccess(String serviceUser, HttpServle... method getName (line 113) | public String getName(); method getURL (line 120) | public String getURL(); method getVersion (line 127) | public String getVersion(); method getDescription (line 134) | public String getDescription(); method getAuthor (line 141) | public String getAuthor(); FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/WikiPlugin.java type WikiPlugin (line 29) | public interface WikiPlugin { method init (line 38) | public void init(WikiServletContext servlet, ServletConfig config); FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/fourcaast/FourCaastAccounting.java class FourCaastAccounting (line 50) | public class FourCaastAccounting implements WikiEventHandler { method FourCaastAccounting (line 64) | public FourCaastAccounting(WikiServletContext servlet, URL accountingS... method onPageSaved (line 69) | @Override method onPageView (line 78) | @Override method onImageRedirect (line 84) | @Override method onViewRandomPage (line 88) | @Override method checkAccess (line 94) | @Override method createSdr (line 106) | protected String createSdr(final WikiPageBeanBase page) { method pushSdrToServer (line 136) | protected void pushSdrToServer(final WikiPageBeanBase page) { method getName (line 169) | @Override method getURL (line 174) | @Override method getVersion (line 179) | @Override method getDescription (line 184) | @Override method getAuthor (line 189) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/fourcaast/FourCaastAccountingPlugin.java class FourCaastAccountingPlugin (line 31) | public class FourCaastAccountingPlugin implements WikiPlugin { method init (line 36) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/fourcaast/FourCaastMonitoring.java class FourCaastMonitoring (line 42) | public class FourCaastMonitoring implements WikiEventHandler, FourCaastM... method FourCaastMonitoring (line 53) | public FourCaastMonitoring(WikiServletContext servlet) { method onPageSaved (line 58) | @Override method onPageView (line 67) | @Override method onImageRedirect (line 73) | @Override method onViewRandomPage (line 77) | @Override method checkAccess (line 83) | @Override method extractMonitoringStats (line 89) | protected synchronized void extractMonitoringStats(final WikiPageBeanB... method resetMonitoringStats (line 111) | @Override method getName (line 117) | @Override method getURL (line 122) | @Override method getVersion (line 127) | @Override method getDescription (line 132) | @Override method getAuthor (line 137) | @Override method getServletVersion (line 145) | @Override method getDbVersion (line 153) | @Override method getServerVersion (line 161) | @Override method getBlikiVersion (line 169) | @Override method getLastServiceUser (line 177) | @Override method getLastTimestamp (line 185) | @Override method getLastTitle (line 193) | @Override method getLastDbTime (line 201) | @Override method getLastServerTime (line 209) | @Override method getLastRenderTime (line 217) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/fourcaast/FourCaastMonitoringMBean.java type FourCaastMonitoringMBean (line 8) | public interface FourCaastMonitoringMBean { class Record (line 15) | public static class Record { method Record (line 26) | public Record(String serviceUser, String timestamp, String title, method getServletVersion (line 44) | public abstract String getServletVersion(); method getDbVersion (line 46) | public abstract String getDbVersion(); method getServerVersion (line 48) | public abstract String getServerVersion(); method getBlikiVersion (line 50) | public abstract String getBlikiVersion(); method getLastRenderTime (line 52) | public abstract long getLastRenderTime(); method getLastDbTime (line 54) | public abstract long getLastDbTime(); method getLastTitle (line 56) | public abstract String getLastTitle(); method getLastTimestamp (line 58) | public abstract String getLastTimestamp(); method getLastServiceUser (line 60) | public abstract String getLastServiceUser(); method resetMonitoringStats (line 62) | public abstract void resetMonitoringStats(); method getLastServerTime (line 64) | public abstract long getLastServerTime(); FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/plugin/fourcaast/FourCaastMonitoringPlugin.java class FourCaastMonitoringPlugin (line 36) | public class FourCaastMonitoringPlugin implements WikiPlugin { method init (line 41) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/tomcat/FailedRequestFilter.java class FailedRequestFilter (line 43) | public class FailedRequestFilter implements Filter { method init (line 46) | @Override method doFilter (line 71) | @Override method isGoodRequest (line 82) | private boolean isGoodRequest(ServletRequest request) throws ServletEx... method destroy (line 98) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/tomcat/SetCharacterEncodingFilter.java class SetCharacterEncodingFilter (line 55) | public class SetCharacterEncodingFilter implements Filter { method setEncoding (line 65) | public void setEncoding(String encoding) { this.encoding = encoding; } method getEncoding (line 66) | public String getEncoding() { return encoding; } method setIgnore (line 73) | public void setIgnore(boolean ignore) { this.ignore = ignore; } method isIgnore (line 74) | public boolean isIgnore() { return ignore; } method init (line 79) | @Override method doFilter (line 109) | @Override method selectEncoding (line 142) | protected String selectEncoding(ServletRequest request) { method destroy (line 145) | @Override FILE: contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/tomcat/URLParamEncoder.java class URLParamEncoder (line 6) | public class URLParamEncoder { method encode (line 8) | public static String encode(String s) throws UnsupportedEncodingExcept... FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/BasicDB.java class BasicDB (line 30) | public class BasicDB extends DB method BasicDB (line 42) | public BasicDB() method delay (line 48) | void delay() method init (line 67) | @SuppressWarnings("unchecked") method read (line 98) | public int read(String table, String key, Set fields, HashMap<... method scan (line 133) | public int scan(String table, String startkey, int recordcount, Set { method hasNext (line 47) | @Override method next (line 50) | @Override method nextByte (line 56) | public abstract byte nextByte(); method nextBuf (line 58) | public int nextBuf(byte[] buf, int buf_off) { method bytesLeft (line 67) | public abstract long bytesLeft(); method remove (line 69) | @Override method toString (line 75) | public String toString() { method toArray (line 81) | public byte[] toArray() { FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/Client.java class StatusThread (line 37) | class StatusThread extends Thread method StatusThread (line 48) | public StatusThread(Vector threads, String label, boolean stan... method run (line 58) | public void run() class ClientThread (line 138) | class ClientThread extends Thread method ClientThread (line 165) | public ClientThread(DB db, boolean dotransactions, Workload workload, ... method getOpsDone (line 180) | public int getOpsDone() method run (line 185) | public void run() class Client (line 321) | public class Client method usageMessage (line 342) | public static void usageMessage() method checkRequiredProperties (line 370) | public static boolean checkRequiredProperties(Properties props) method exportMeasurements (line 387) | private static void exportMeasurements(Properties props, int opcount, ... method main (line 431) | @SuppressWarnings("unchecked") FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/CommandLine.java class CommandLine (line 37) | public class CommandLine method usageMessage (line 41) | public static void usageMessage() method help (line 53) | public static void help() method main (line 65) | public static void main(String[] args) FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/DB.java class DB (line 44) | public abstract class DB method setProperties (line 54) | public void setProperties(Properties p) method getProperties (line 63) | public Properties getProperties() method init (line 72) | public void init() throws DBException method cleanup (line 80) | public void cleanup() throws DBException method read (line 93) | public abstract int read(String table, String key, Set fields,... method scan (line 105) | public abstract int scan(String table, String startkey, int recordcoun... method update (line 116) | public abstract int update(String table, String key, HashMap fields, HashMap<... method scan (line 104) | public int scan(String table, String startkey, int recordcount, Set out... method putAllAsStrings (line 39) | public static void putAllAsStrings(Map out, Map getByteIteratorMap(Map getStringMap(Map threads, method run (line 46) | public void run() { FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/UnknownDBException.java class UnknownDBException (line 23) | public class UnknownDBException extends Exception method UnknownDBException (line 30) | public UnknownDBException(String message) method UnknownDBException (line 35) | public UnknownDBException() method UnknownDBException (line 40) | public UnknownDBException(String message, Throwable cause) method UnknownDBException (line 45) | public UnknownDBException(Throwable cause) FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/Utils.java class Utils (line 25) | public class Utils method random (line 30) | public static Random random() { method ASCIIString (line 41) | public static String ASCIIString(int length) method hash (line 60) | public static long hash(long val) method FNVhash32 (line 74) | public static int FNVhash32(int val) method FNVhash64 (line 100) | public static long FNVhash64(long val) FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/Workload.java class Workload (line 37) | public abstract class Workload method init (line 49) | public void init(Properties p) throws WorkloadException method initThread (line 65) | public Object initThread(Properties p, int mythreadid, int threadcount... method cleanup (line 73) | public void cleanup() throws WorkloadException method doInsert (line 84) | public abstract boolean doInsert(DB db, Object threadstate); method doTransaction (line 95) | public abstract boolean doTransaction(DB db, Object threadstate); method requestStop (line 100) | public void requestStop() { method isStopRequested (line 108) | public boolean isStopRequested() { FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/WorkloadException.java class WorkloadException (line 23) | public class WorkloadException extends Exception method WorkloadException (line 30) | public WorkloadException(String message) method WorkloadException (line 35) | public WorkloadException() method WorkloadException (line 40) | public WorkloadException(String message, Throwable cause) method WorkloadException (line 45) | public WorkloadException(Throwable cause) FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/ConstantIntegerGenerator.java class ConstantIntegerGenerator (line 25) | public class ConstantIntegerGenerator extends IntegerGenerator { method ConstantIntegerGenerator (line 30) | public ConstantIntegerGenerator(int i) { method nextInt (line 34) | @Override method mean (line 39) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/CounterGenerator.java class CounterGenerator (line 25) | public class CounterGenerator extends IntegerGenerator method CounterGenerator (line 32) | public CounterGenerator(int countstart) method nextInt (line 42) | public int nextInt() method lastInt (line 48) | @Override method mean (line 53) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/DiscreteGenerator.java class DiscreteGenerator (line 29) | public class DiscreteGenerator extends Generator class Pair (line 31) | class Pair method Pair (line 36) | Pair(double weight, String value) method DiscreteGenerator (line 46) | public DiscreteGenerator() method nextString (line 55) | public String nextString() method nextInt (line 90) | public int nextInt() throws WorkloadException method lastString (line 100) | public String lastString() method addValue (line 109) | public void addValue(double weight, String value) FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/ExponentialGenerator.java class ExponentialGenerator (line 33) | public class ExponentialGenerator extends IntegerGenerator method ExponentialGenerator (line 54) | public ExponentialGenerator(double mean) method ExponentialGenerator (line 58) | public ExponentialGenerator(double percentile, double range) method nextInt (line 71) | @Override method nextLong (line 83) | public long nextLong() method mean (line 88) | @Override method main (line 92) | public static void main(String args[]) { FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/FileGenerator.java class FileGenerator (line 27) | public class FileGenerator extends Generator method FileGenerator (line 37) | public FileGenerator(String _filename) method nextString (line 52) | public synchronized String nextString() method lastString (line 68) | public String lastString() method reloadFile (line 76) | public synchronized void reloadFile() FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/Generator.java class Generator (line 23) | public abstract class Generator method nextString (line 28) | public abstract String nextString(); method lastString (line 35) | public abstract String lastString(); FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/HistogramGenerator.java class HistogramGenerator (line 41) | public class HistogramGenerator extends IntegerGenerator { method HistogramGenerator (line 49) | public HistogramGenerator(String histogramfile) throws IOException { method HistogramGenerator (line 81) | public HistogramGenerator(long[] buckets, int block_size) { method init (line 86) | private void init() { method nextInt (line 95) | @Override method mean (line 110) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/HotspotIntegerGenerator.java class HotspotIntegerGenerator (line 34) | public class HotspotIntegerGenerator extends IntegerGenerator { method HotspotIntegerGenerator (line 51) | public HotspotIntegerGenerator(int lowerBound, int upperBound, method nextInt (line 77) | @Override method getLowerBound (line 95) | public int getLowerBound() { method getUpperBound (line 102) | public int getUpperBound() { method getHotsetFraction (line 109) | public double getHotsetFraction() { method getHotOpnFraction (line 116) | public double getHotOpnFraction() { method mean (line 119) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/IntegerGenerator.java class IntegerGenerator (line 26) | public abstract class IntegerGenerator extends Generator method setLastInt (line 34) | protected void setLastInt(int last) method nextInt (line 42) | public abstract int nextInt(); method nextString (line 47) | public String nextString() method lastString (line 57) | @Override method lastInt (line 67) | public int lastInt() method mean (line 74) | public abstract double mean(); FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java class ScrambledZipfianGenerator (line 31) | public class ScrambledZipfianGenerator extends IntegerGenerator method ScrambledZipfianGenerator (line 46) | public ScrambledZipfianGenerator(long _items) method ScrambledZipfianGenerator (line 56) | public ScrambledZipfianGenerator(long _min, long _max) method ScrambledZipfianGenerator (line 82) | public ScrambledZipfianGenerator(long min, long max, double _zipfianco... method nextInt (line 100) | @Override method nextLong (line 108) | public long nextLong() method main (line 116) | public static void main(String[] args) method mean (line 133) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/SkewedLatestGenerator.java class SkewedLatestGenerator (line 23) | public class SkewedLatestGenerator extends IntegerGenerator method SkewedLatestGenerator (line 28) | public SkewedLatestGenerator(CounterGenerator basis) method nextInt (line 38) | public int nextInt() method main (line 46) | public static void main(String[] args) method mean (line 56) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/UniformGenerator.java class UniformGenerator (line 25) | public class UniformGenerator extends Generator method UniformGenerator (line 36) | @SuppressWarnings( "unchecked" ) method nextString (line 47) | public String nextString() method lastString (line 58) | public String lastString() FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/UniformIntegerGenerator.java class UniformIntegerGenerator (line 27) | public class UniformIntegerGenerator extends IntegerGenerator method UniformIntegerGenerator (line 37) | public UniformIntegerGenerator(int lb, int ub) method nextInt (line 44) | @Override method mean (line 53) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/generator/ZipfianGenerator.java class ZipfianGenerator (line 42) | public class ZipfianGenerator extends IntegerGenerator method ZipfianGenerator (line 87) | public ZipfianGenerator(long _items) method ZipfianGenerator (line 97) | public ZipfianGenerator(long _min, long _max) method ZipfianGenerator (line 108) | public ZipfianGenerator(long _items, double _zipfianconstant) method ZipfianGenerator (line 119) | public ZipfianGenerator(long min, long max, double _zipfianconstant) method ZipfianGenerator (line 132) | public ZipfianGenerator(long min, long max, double _zipfianconstant, d... method zeta (line 164) | double zeta(long n, double theta) method zetastatic (line 176) | static double zetastatic(long n, double theta) method zeta (line 191) | double zeta(long st, long n, double theta, double initialsum) method zetastatic (line 206) | static double zetastatic(long st, long n, double theta, double initial... method nextInt (line 228) | public int nextInt(int itemcount) method nextLong (line 239) | public long nextLong(long itemcount) method nextInt (line 297) | @Override method nextLong (line 308) | public long nextLong() method main (line 313) | public static void main(String[] args) method mean (line 321) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/Measurements.java class Measurements (line 32) | public class Measurements method setProperties (line 42) | public static void setProperties(Properties props) method getMeasurements (line 50) | public synchronized static Measurements getMeasurements() method Measurements (line 67) | public Measurements(Properties props) method constructOneMeasurement (line 83) | OneMeasurement constructOneMeasurement(String name) method measure (line 98) | public synchronized void measure(String operation, int latency) method reportReturnCode (line 125) | public void reportReturnCode(String operation, int code) method exportMeasurements (line 146) | public void exportMeasurements(MeasurementsExporter exporter) throws I... method getSummary (line 157) | public String getSummary() FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurement.java class OneMeasurement (line 27) | public abstract class OneMeasurement { method getName (line 31) | public String getName() { method OneMeasurement (line 38) | public OneMeasurement(String _name) { method reportReturnCode (line 42) | public abstract void reportReturnCode(int code); method measure (line 44) | public abstract void measure(int latency); method getSummary (line 46) | public abstract String getSummary(); method exportMeasurements (line 54) | public abstract void exportMeasurements(MeasurementsExporter exporter)... FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementHistogram.java class OneMeasurementHistogram (line 34) | public class OneMeasurementHistogram extends OneMeasurement method OneMeasurementHistogram (line 53) | public OneMeasurementHistogram(String name, Properties props) method reportReturnCode (line 71) | public synchronized void reportReturnCode(int code) method measure (line 87) | public synchronized void measure(int latency) method exportMeasurements (line 114) | @Override method getSummary (line 152) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java class SeriesUnit (line 28) | class SeriesUnit method SeriesUnit (line 34) | public SeriesUnit(long time, double average) { class OneMeasurementTimeSeries (line 45) | public class OneMeasurementTimeSeries extends OneMeasurement method OneMeasurementTimeSeries (line 73) | public OneMeasurementTimeSeries(String name, Properties props) method checkEndOfUnit (line 81) | void checkEndOfUnit(boolean forceend) method measure (line 105) | @Override method exportMeasurements (line 129) | @Override method reportReturnCode (line 153) | @Override method getSummary (line 166) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/exporter/JSONMeasurementsExporter.java class JSONMeasurementsExporter (line 31) | public class JSONMeasurementsExporter implements MeasurementsExporter method JSONMeasurementsExporter (line 37) | public JSONMeasurementsExporter(OutputStream os) throws IOException method write (line 45) | public void write(String metric, String measurement, int i) throws IOE... method write (line 54) | public void write(String metric, String measurement, double d) throws ... method close (line 63) | public void close() throws IOException FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/exporter/MeasurementsExporter.java type MeasurementsExporter (line 26) | public interface MeasurementsExporter extends Closeable method write (line 37) | public void write(String metric, String measurement, int i) throws IOE... method write (line 47) | public void write(String metric, String measurement, double d) throws ... FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/measurements/exporter/TextMeasurementsExporter.java class TextMeasurementsExporter (line 27) | public class TextMeasurementsExporter implements MeasurementsExporter method TextMeasurementsExporter (line 32) | public TextMeasurementsExporter(OutputStream os) method write (line 37) | public void write(String metric, String measurement, int i) throws IOE... method write (line 43) | public void write(String metric, String measurement, double d) throws ... method close (line 49) | public void close() throws IOException FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/workloads/ConstantOccupancyWorkload.java class ConstantOccupancyWorkload (line 47) | public class ConstantOccupancyWorkload extends CoreWorkload { method init (line 64) | @Override FILE: contrib/ycsb/core/src/main/java/com/yahoo/ycsb/workloads/CoreWorkload.java class CoreWorkload (line 63) | public class CoreWorkload extends Workload method getFieldLengthGenerator (line 277) | protected static IntegerGenerator getFieldLengthGenerator(Properties p... method init (line 304) | public void init(Properties p) throws WorkloadException method buildKeyName (line 423) | public String buildKeyName(long keynum) { method buildValues (line 430) | HashMap buildValues() { method buildUpdate (line 441) | HashMap buildUpdate() { method doInsert (line 456) | public boolean doInsert(DB db, Object threadstate) method doTransaction (line 473) | public boolean doTransaction(DB db, Object threadstate) method nextKeynum (line 501) | int nextKeynum() { method doTransactionRead (line 519) | public void doTransactionRead(DB db) method doTransactionReadModifyWrite (line 540) | public void doTransactionReadModifyWrite(DB db) method doTransactionScan (line 584) | public void doTransactionScan(DB db) method doTransactionUpdate (line 608) | public void doTransactionUpdate(DB db) method doTransactionInsert (line 631) | public void doTransactionInsert(DB db) FILE: contrib/ycsb/core/src/test/java/com/yahoo/ycsb/TestByteIterator.java class TestByteIterator (line 6) | public class TestByteIterator { method testRandomByteIterator (line 7) | @Test FILE: contrib/ycsb/scalaris/src/main/java/com/yahoo/ycsb/db/ScalarisClient.java class ScalarisClient (line 29) | public class ScalarisClient extends DB { method init (line 41) | public void init() { method cleanup (line 58) | public void cleanup() throws DBException { method read (line 62) | @Override method insert (line 84) | @Override method delete (line 104) | @Override method update (line 119) | @Override method scan (line 160) | @Override FILE: cpp-api/include/connection.hpp type scalaris (line 26) | namespace scalaris { class Connection (line 29) | class Connection { method rpc (line 57) | Json::Value rpc(const std::string& methodname, Args... args) { method getHostname (line 67) | std::string getHostname() const { return hostname; } method getLink (line 68) | std::string getLink() const { return link; } method getPort (line 69) | virtual unsigned getPort() const { return port; } FILE: cpp-api/include/converter.hpp type scalaris (line 23) | namespace scalaris { class Converter (line 28) | class Converter {} class Converter (line 32) | class Converter { method to_value (line 38) | static Json::Value to_value(int arg) { return Json::Value(arg); } class Converter (line 43) | class Converter { method to_value (line 49) | static Json::Value to_value(unsigned int arg) { return Json::Value(a... class Converter (line 54) | class Converter { method to_value (line 60) | static Json::Value to_value(std::string arg) { return Json::Value(ar... class Converter (line 65) | class Converter { method to_value (line 71) | static Json::Value to_value(RequestList arg) { return arg.get_json_v... class Converter > (line 76) | class Converter > { method to_value (line 82) | static Json::Value to_value(std::pair arg) { class Converter > (line 92) | class Converter > { method to_value (line 98) | static Json::Value to_value(std::vector arg) { class Converter (line 110) | class Converter { method to_value (line 116) | static Json::Value to_value(Json::Value arg) { return arg; } FILE: cpp-api/include/exceptions.hpp type scalaris (line 21) | namespace scalaris { class NotFoundError (line 24) | class NotFoundError : public std::exception { class NotSupportedError (line 28) | class NotSupportedError : public std::exception { class MalFormedJsonError (line 32) | class MalFormedJsonError : public std::exception { class ConnectionError (line 36) | class ConnectionError : public std::exception { method ConnectionError (line 43) | ConnectionError(const std::string& _msg) : msg(_msg) {} class CommitFailedError (line 52) | class CommitFailedError : public std::exception { method CommitFailedError (line 59) | CommitFailedError(const std::string& _msg) : msg(_msg) {} class ReadFailedError (line 68) | class ReadFailedError : public std::exception { method ReadFailedError (line 75) | ReadFailedError(const std::string& _msg) : msg(_msg) {} class WriteFailedError (line 84) | class WriteFailedError : public std::exception { method WriteFailedError (line 91) | WriteFailedError(const std::string& _msg) : msg(_msg) {} FILE: cpp-api/include/json/json-forwards.h function namespace (line 201) | namespace Json { function namespace (line 250) | namespace Json { FILE: cpp-api/include/json/json.h function namespace (line 227) | namespace Json { function namespace (line 276) | namespace Json { function namespace (line 327) | namespace Json { function namespace (line 419) | namespace Json { function namespace (line 1223) | namespace std { function namespace (line 1274) | namespace Json { function namespace (line 1689) | namespace Json { FILE: cpp-api/include/rbr.hpp type scalaris (line 26) | namespace scalaris { class Rbr (line 30) | class Rbr { method Rbr (line 38) | Rbr(Connection& _c) : c(_c) {} method JsontoString (line 40) | std::string JsontoString(Json::Value v) { method read (line 52) | Json::Value read(const std::string key) { method write (line 89) | void write(const std::string key, const Json::Value& value) { FILE: cpp-api/include/req_list.hpp type scalaris (line 26) | namespace scalaris { class RequestList (line 27) | class RequestList { method RequestList (line 31) | RequestList() : reqlist(Json::arrayValue) {} method add_read (line 33) | void add_read(const std::string key) { method add_write (line 39) | void add_write(const std::string key, const std::string value) { method add_commit (line 47) | void add_commit() { method is_commit (line 54) | bool is_commit() { method is_empty (line 58) | bool is_empty() { method size (line 62) | int size() { method get_json_value (line 66) | Json::Value get_json_value() const { return reqlist; } method as_is (line 69) | Json::Value as_is(const std::string& val) { FILE: cpp-api/include/routing_table.hpp type scalaris (line 22) | namespace scalaris { class RoutingTable (line 25) | class RoutingTable { FILE: cpp-api/include/ssl-connection.hpp type scalaris (line 31) | namespace scalaris { class SSLConnection (line 34) | class SSLConnection final : public Connection { method needsConnect (line 53) | bool needsConnect() const { return hasToConnect; } method toString (line 74) | std::string toString() const { FILE: cpp-api/include/tcp-connection.hpp type scalaris (line 32) | namespace scalaris { class TCPConnection (line 35) | class TCPConnection final : public Connection { method needsConnect (line 55) | bool needsConnect() const { return hasToConnect; } method toString (line 70) | std::string toString() const { FILE: cpp-api/include/transaction_single_op.hpp type scalaris (line 29) | namespace scalaris { class TransactionSingleOp (line 33) | class TransactionSingleOp { method TransactionSingleOp (line 40) | TransactionSingleOp(Connection& _c) : c(_c) {} method read (line 46) | std::string read(const std::string key) { method write (line 109) | void write(const std::string key, const std::string value) { FILE: cpp-api/src/cli.cpp type std (line 16) | namespace std { function istream (line 17) | istream& operator>>(istream& in, std::pair& ... function exec_call (line 32) | void exec_call(F& f) { function exec_call2 (line 66) | void exec_call2(F& f) { function main (line 98) | int main(int argc, char** argv) { FILE: cpp-api/src/connection.cpp type scalaris (line 17) | namespace scalaris { FILE: cpp-api/src/jsoncpp.cpp type Json (line 95) | namespace Json { function codePointToUTF8 (line 98) | static inline std::string codePointToUTF8(unsigned int cp) { function isControlCharacter (line 127) | static inline bool isControlCharacter(char ch) { function uintToString (line 145) | static inline void uintToString(LargestUInt value, char*& current) { function fixNumericLocale (line 159) | static inline void fixNumericLocale(char* begin, char* end) { function Features (line 243) | Features Features::all() { return Features(); } function Features (line 245) | Features Features::strictMode() { function containsNewLine (line 257) | static bool containsNewLine(Reader::Location begin, Reader::Location e... function normalizeEOL (line 542) | static std::string normalizeEOL(Reader::Location begin, function Value (line 948) | Value& Reader::currentValue() { return *(nodes_.top()); } class OurFeatures (line 1057) | class OurFeatures { function OurFeatures (line 1074) | OurFeatures OurFeatures::all() { return OurFeatures(); } class OurReader (line 1080) | class OurReader { type StructuredError (line 1084) | struct StructuredError { type TokenType (line 1104) | enum TokenType { class Token (line 1124) | class Token { class ErrorInfo (line 1131) | class ErrorInfo { function Value (line 1920) | Value& OurReader::currentValue() { return *(nodes_.top()); } class OurCharReader (line 2024) | class OurCharReader : public CharReader { method OurCharReader (line 2029) | OurCharReader(bool collectComments, OurFeatures const& features) method parse (line 2031) | bool parse(char const* beginDoc, char const* endDoc, Value* root, function CharReader (line 2043) | CharReader* CharReaderBuilder::newCharReader() const { function getValidReaderKeys (line 2058) | static void getValidReaderKeys(std::set* valid_keys) { function Value (line 2088) | Value& CharReaderBuilder::operator[](std::string key) { function parseFromStream (line 2124) | bool parseFromStream(CharReader::Factory const& fact, std::istream& sin, function Value (line 2181) | Value& ValueIteratorBase::deref() const { return current_->second; } function Value (line 2226) | Value ValueIteratorBase::key() const { function UInt (line 2236) | UInt ValueIteratorBase::index() const { function ValueConstIterator (line 2284) | ValueConstIterator& ValueConstIterator:: function ValueIterator (line 2311) | ValueIterator& ValueIterator::operator=(const SelfType& other) { function InRange (line 2382) | static inline bool InRange(double d, T min, U max) { function integerToDouble (line 2386) | static inline double integerToDouble(Json::UInt64 value) { function integerToDouble (line 2390) | static inline double integerToDouble(T value) { function InRange (line 2395) | static inline bool InRange(double d, T min, U max) { function decodePrefixedString (line 2446) | inline static void decodePrefixedString(bool isPrefixed, char const* p... function releaseStringValue (line 2460) | static inline void releaseStringValue(char* value) { free(value); } function throwRuntimeError (line 2483) | void throwRuntimeError(std::string const& msg) { throw RuntimeError(ms... function throwLogicError (line 2484) | void throwLogicError(std::string const& msg) { throw LogicError(msg); } function ArrayIndex (line 2599) | ArrayIndex Value::CZString::index() const { return index_; } function Value (line 2782) | Value& Value::operator=(Value other) { function ValueType (line 2804) | ValueType Value::type() const { return type_; } function LargestInt (line 3066) | LargestInt Value::asLargestInt() const { function LargestUInt (line 3074) | LargestUInt Value::asLargestUInt() const { function ArrayIndex (line 3179) | ArrayIndex Value::size() const { function Value (line 3245) | Value& Value::operator[](ArrayIndex index) { function Value (line 3261) | Value& Value::operator[](int index) { function Value (line 3268) | const Value& Value::operator[](ArrayIndex index) const { function Value (line 3281) | const Value& Value::operator[](int index) const { function Value (line 3298) | Value& Value::resolveReference(const char* key) { function Value (line 3317) | Value& Value::resolveReference(char const* key, char const* cend) { function Value (line 3335) | Value Value::get(ArrayIndex index, const Value& defaultValue) const { function Value (line 3342) | Value const* Value::find(char const* key, char const* cend) const { function Value (line 3355) | const Value& Value::operator[](const char* key) const { function Value (line 3361) | Value const& Value::operator[](std::string const& key) const { function Value (line 3368) | Value& Value::operator[](const char* key) { function Value (line 3372) | Value& Value::operator[](const std::string& key) { function Value (line 3376) | Value& Value::operator[](const StaticString& key) { function Value (line 3381) | Value& Value::operator[](const CppTL::ConstString& key) { function Value (line 3384) | Value const& Value::operator[](CppTL::ConstString const& key) const { function Value (line 3392) | Value& Value::append(const Value& value) { return (*this)[size()] = va... function Value (line 3394) | Value Value::get(char const* key, char const* cend, function Value (line 3399) | Value Value::get(char const* key, Value const& defaultValue) const { function Value (line 3402) | Value Value::get(std::string const& key, Value const& defaultValue) co... function Value (line 3425) | Value Value::removeMember(const char* key) { function Value (line 3435) | Value Value::removeMember(const std::string& key) { function Value (line 3463) | Value Value::get(const CppTL::ConstString& key, function IsIntegral (line 3527) | static bool IsIntegral(double d) { function Value (line 3797) | const Value& Path::resolve(const Value& root) const { function Value (line 3821) | Value Path::resolve(const Value& root, const Value& defaultValue) const { function Value (line 3840) | Value& Path::make(Value& root) const { function containsControlCharacter (line 3952) | static bool containsControlCharacter(const char* str) { function containsControlCharacter0 (line 3960) | static bool containsControlCharacter0(const char* str, unsigned len) { function valueToString (line 3970) | std::string valueToString(LargestInt value) { function valueToString (line 3986) | std::string valueToString(LargestUInt value) { function valueToString (line 3996) | std::string valueToString(Int value) { function valueToString (line 4000) | std::string valueToString(UInt value) { function valueToString (line 4006) | std::string valueToString(double value, bool useSpecialFloats, function valueToString (line 4040) | std::string valueToString(double value) { function valueToString (line 4044) | std::string valueToString(bool value) { return value ? "true" : "false... function valueToQuotedString (line 4046) | std::string valueToQuotedString(const char* value) { function valueToQuotedStringN (line 4122) | static std::string valueToQuotedStringN(const char* value, unsigned le... type CommentStyle (line 4704) | struct CommentStyle { type Enum (line 4706) | enum Enum { type BuiltStyledStreamWriter (line 4714) | struct BuiltStyledStreamWriter : public StreamWriter { function StreamWriter (line 4995) | StreamWriter* StreamWriterBuilder::newStreamWriter() const { function getValidWriterKeys (line 5026) | static void getValidWriterKeys(std::set* valid_keys) { function Value (line 5052) | Value& StreamWriterBuilder::operator[](std::string key) { function writeString (line 5067) | std::string writeString(StreamWriter::Factory const& builder, type Json (line 228) | namespace Json { function codePointToUTF8 (line 98) | static inline std::string codePointToUTF8(unsigned int cp) { function isControlCharacter (line 127) | static inline bool isControlCharacter(char ch) { function uintToString (line 145) | static inline void uintToString(LargestUInt value, char*& current) { function fixNumericLocale (line 159) | static inline void fixNumericLocale(char* begin, char* end) { function Features (line 243) | Features Features::all() { return Features(); } function Features (line 245) | Features Features::strictMode() { function containsNewLine (line 257) | static bool containsNewLine(Reader::Location begin, Reader::Location e... function normalizeEOL (line 542) | static std::string normalizeEOL(Reader::Location begin, function Value (line 948) | Value& Reader::currentValue() { return *(nodes_.top()); } class OurFeatures (line 1057) | class OurFeatures { function OurFeatures (line 1074) | OurFeatures OurFeatures::all() { return OurFeatures(); } class OurReader (line 1080) | class OurReader { type StructuredError (line 1084) | struct StructuredError { type TokenType (line 1104) | enum TokenType { class Token (line 1124) | class Token { class ErrorInfo (line 1131) | class ErrorInfo { function Value (line 1920) | Value& OurReader::currentValue() { return *(nodes_.top()); } class OurCharReader (line 2024) | class OurCharReader : public CharReader { method OurCharReader (line 2029) | OurCharReader(bool collectComments, OurFeatures const& features) method parse (line 2031) | bool parse(char const* beginDoc, char const* endDoc, Value* root, function CharReader (line 2043) | CharReader* CharReaderBuilder::newCharReader() const { function getValidReaderKeys (line 2058) | static void getValidReaderKeys(std::set* valid_keys) { function Value (line 2088) | Value& CharReaderBuilder::operator[](std::string key) { function parseFromStream (line 2124) | bool parseFromStream(CharReader::Factory const& fact, std::istream& sin, function Value (line 2181) | Value& ValueIteratorBase::deref() const { return current_->second; } function Value (line 2226) | Value ValueIteratorBase::key() const { function UInt (line 2236) | UInt ValueIteratorBase::index() const { function ValueConstIterator (line 2284) | ValueConstIterator& ValueConstIterator:: function ValueIterator (line 2311) | ValueIterator& ValueIterator::operator=(const SelfType& other) { function InRange (line 2382) | static inline bool InRange(double d, T min, U max) { function integerToDouble (line 2386) | static inline double integerToDouble(Json::UInt64 value) { function integerToDouble (line 2390) | static inline double integerToDouble(T value) { function InRange (line 2395) | static inline bool InRange(double d, T min, U max) { function decodePrefixedString (line 2446) | inline static void decodePrefixedString(bool isPrefixed, char const* p... function releaseStringValue (line 2460) | static inline void releaseStringValue(char* value) { free(value); } function throwRuntimeError (line 2483) | void throwRuntimeError(std::string const& msg) { throw RuntimeError(ms... function throwLogicError (line 2484) | void throwLogicError(std::string const& msg) { throw LogicError(msg); } function ArrayIndex (line 2599) | ArrayIndex Value::CZString::index() const { return index_; } function Value (line 2782) | Value& Value::operator=(Value other) { function ValueType (line 2804) | ValueType Value::type() const { return type_; } function LargestInt (line 3066) | LargestInt Value::asLargestInt() const { function LargestUInt (line 3074) | LargestUInt Value::asLargestUInt() const { function ArrayIndex (line 3179) | ArrayIndex Value::size() const { function Value (line 3245) | Value& Value::operator[](ArrayIndex index) { function Value (line 3261) | Value& Value::operator[](int index) { function Value (line 3268) | const Value& Value::operator[](ArrayIndex index) const { function Value (line 3281) | const Value& Value::operator[](int index) const { function Value (line 3298) | Value& Value::resolveReference(const char* key) { function Value (line 3317) | Value& Value::resolveReference(char const* key, char const* cend) { function Value (line 3335) | Value Value::get(ArrayIndex index, const Value& defaultValue) const { function Value (line 3342) | Value const* Value::find(char const* key, char const* cend) const { function Value (line 3355) | const Value& Value::operator[](const char* key) const { function Value (line 3361) | Value const& Value::operator[](std::string const& key) const { function Value (line 3368) | Value& Value::operator[](const char* key) { function Value (line 3372) | Value& Value::operator[](const std::string& key) { function Value (line 3376) | Value& Value::operator[](const StaticString& key) { function Value (line 3381) | Value& Value::operator[](const CppTL::ConstString& key) { function Value (line 3384) | Value const& Value::operator[](CppTL::ConstString const& key) const { function Value (line 3392) | Value& Value::append(const Value& value) { return (*this)[size()] = va... function Value (line 3394) | Value Value::get(char const* key, char const* cend, function Value (line 3399) | Value Value::get(char const* key, Value const& defaultValue) const { function Value (line 3402) | Value Value::get(std::string const& key, Value const& defaultValue) co... function Value (line 3425) | Value Value::removeMember(const char* key) { function Value (line 3435) | Value Value::removeMember(const std::string& key) { function Value (line 3463) | Value Value::get(const CppTL::ConstString& key, function IsIntegral (line 3527) | static bool IsIntegral(double d) { function Value (line 3797) | const Value& Path::resolve(const Value& root) const { function Value (line 3821) | Value Path::resolve(const Value& root, const Value& defaultValue) const { function Value (line 3840) | Value& Path::make(Value& root) const { function containsControlCharacter (line 3952) | static bool containsControlCharacter(const char* str) { function containsControlCharacter0 (line 3960) | static bool containsControlCharacter0(const char* str, unsigned len) { function valueToString (line 3970) | std::string valueToString(LargestInt value) { function valueToString (line 3986) | std::string valueToString(LargestUInt value) { function valueToString (line 3996) | std::string valueToString(Int value) { function valueToString (line 4000) | std::string valueToString(UInt value) { function valueToString (line 4006) | std::string valueToString(double value, bool useSpecialFloats, function valueToString (line 4040) | std::string valueToString(double value) { function valueToString (line 4044) | std::string valueToString(bool value) { return value ? "true" : "false... function valueToQuotedString (line 4046) | std::string valueToQuotedString(const char* value) { function valueToQuotedStringN (line 4122) | static std::string valueToQuotedStringN(const char* value, unsigned le... type CommentStyle (line 4704) | struct CommentStyle { type Enum (line 4706) | enum Enum { type BuiltStyledStreamWriter (line 4714) | struct BuiltStyledStreamWriter : public StreamWriter { function StreamWriter (line 4995) | StreamWriter* StreamWriterBuilder::newStreamWriter() const { function getValidWriterKeys (line 5026) | static void getValidWriterKeys(std::set* valid_keys) { function Value (line 5052) | Value& StreamWriterBuilder::operator[](std::string key) { function writeString (line 5067) | std::string writeString(StreamWriter::Factory const& builder, type Json (line 2165) | namespace Json { function codePointToUTF8 (line 98) | static inline std::string codePointToUTF8(unsigned int cp) { function isControlCharacter (line 127) | static inline bool isControlCharacter(char ch) { function uintToString (line 145) | static inline void uintToString(LargestUInt value, char*& current) { function fixNumericLocale (line 159) | static inline void fixNumericLocale(char* begin, char* end) { function Features (line 243) | Features Features::all() { return Features(); } function Features (line 245) | Features Features::strictMode() { function containsNewLine (line 257) | static bool containsNewLine(Reader::Location begin, Reader::Location e... function normalizeEOL (line 542) | static std::string normalizeEOL(Reader::Location begin, function Value (line 948) | Value& Reader::currentValue() { return *(nodes_.top()); } class OurFeatures (line 1057) | class OurFeatures { function OurFeatures (line 1074) | OurFeatures OurFeatures::all() { return OurFeatures(); } class OurReader (line 1080) | class OurReader { type StructuredError (line 1084) | struct StructuredError { type TokenType (line 1104) | enum TokenType { class Token (line 1124) | class Token { class ErrorInfo (line 1131) | class ErrorInfo { function Value (line 1920) | Value& OurReader::currentValue() { return *(nodes_.top()); } class OurCharReader (line 2024) | class OurCharReader : public CharReader { method OurCharReader (line 2029) | OurCharReader(bool collectComments, OurFeatures const& features) method parse (line 2031) | bool parse(char const* beginDoc, char const* endDoc, Value* root, function CharReader (line 2043) | CharReader* CharReaderBuilder::newCharReader() const { function getValidReaderKeys (line 2058) | static void getValidReaderKeys(std::set* valid_keys) { function Value (line 2088) | Value& CharReaderBuilder::operator[](std::string key) { function parseFromStream (line 2124) | bool parseFromStream(CharReader::Factory const& fact, std::istream& sin, function Value (line 2181) | Value& ValueIteratorBase::deref() const { return current_->second; } function Value (line 2226) | Value ValueIteratorBase::key() const { function UInt (line 2236) | UInt ValueIteratorBase::index() const { function ValueConstIterator (line 2284) | ValueConstIterator& ValueConstIterator:: function ValueIterator (line 2311) | ValueIterator& ValueIterator::operator=(const SelfType& other) { function InRange (line 2382) | static inline bool InRange(double d, T min, U max) { function integerToDouble (line 2386) | static inline double integerToDouble(Json::UInt64 value) { function integerToDouble (line 2390) | static inline double integerToDouble(T value) { function InRange (line 2395) | static inline bool InRange(double d, T min, U max) { function decodePrefixedString (line 2446) | inline static void decodePrefixedString(bool isPrefixed, char const* p... function releaseStringValue (line 2460) | static inline void releaseStringValue(char* value) { free(value); } function throwRuntimeError (line 2483) | void throwRuntimeError(std::string const& msg) { throw RuntimeError(ms... function throwLogicError (line 2484) | void throwLogicError(std::string const& msg) { throw LogicError(msg); } function ArrayIndex (line 2599) | ArrayIndex Value::CZString::index() const { return index_; } function Value (line 2782) | Value& Value::operator=(Value other) { function ValueType (line 2804) | ValueType Value::type() const { return type_; } function LargestInt (line 3066) | LargestInt Value::asLargestInt() const { function LargestUInt (line 3074) | LargestUInt Value::asLargestUInt() const { function ArrayIndex (line 3179) | ArrayIndex Value::size() const { function Value (line 3245) | Value& Value::operator[](ArrayIndex index) { function Value (line 3261) | Value& Value::operator[](int index) { function Value (line 3268) | const Value& Value::operator[](ArrayIndex index) const { function Value (line 3281) | const Value& Value::operator[](int index) const { function Value (line 3298) | Value& Value::resolveReference(const char* key) { function Value (line 3317) | Value& Value::resolveReference(char const* key, char const* cend) { function Value (line 3335) | Value Value::get(ArrayIndex index, const Value& defaultValue) const { function Value (line 3342) | Value const* Value::find(char const* key, char const* cend) const { function Value (line 3355) | const Value& Value::operator[](const char* key) const { function Value (line 3361) | Value const& Value::operator[](std::string const& key) const { function Value (line 3368) | Value& Value::operator[](const char* key) { function Value (line 3372) | Value& Value::operator[](const std::string& key) { function Value (line 3376) | Value& Value::operator[](const StaticString& key) { function Value (line 3381) | Value& Value::operator[](const CppTL::ConstString& key) { function Value (line 3384) | Value const& Value::operator[](CppTL::ConstString const& key) const { function Value (line 3392) | Value& Value::append(const Value& value) { return (*this)[size()] = va... function Value (line 3394) | Value Value::get(char const* key, char const* cend, function Value (line 3399) | Value Value::get(char const* key, Value const& defaultValue) const { function Value (line 3402) | Value Value::get(std::string const& key, Value const& defaultValue) co... function Value (line 3425) | Value Value::removeMember(const char* key) { function Value (line 3435) | Value Value::removeMember(const std::string& key) { function Value (line 3463) | Value Value::get(const CppTL::ConstString& key, function IsIntegral (line 3527) | static bool IsIntegral(double d) { function Value (line 3797) | const Value& Path::resolve(const Value& root) const { function Value (line 3821) | Value Path::resolve(const Value& root, const Value& defaultValue) const { function Value (line 3840) | Value& Path::make(Value& root) const { function containsControlCharacter (line 3952) | static bool containsControlCharacter(const char* str) { function containsControlCharacter0 (line 3960) | static bool containsControlCharacter0(const char* str, unsigned len) { function valueToString (line 3970) | std::string valueToString(LargestInt value) { function valueToString (line 3986) | std::string valueToString(LargestUInt value) { function valueToString (line 3996) | std::string valueToString(Int value) { function valueToString (line 4000) | std::string valueToString(UInt value) { function valueToString (line 4006) | std::string valueToString(double value, bool useSpecialFloats, function valueToString (line 4040) | std::string valueToString(double value) { function valueToString (line 4044) | std::string valueToString(bool value) { return value ? "true" : "false... function valueToQuotedString (line 4046) | std::string valueToQuotedString(const char* value) { function valueToQuotedStringN (line 4122) | static std::string valueToQuotedStringN(const char* value, unsigned le... type CommentStyle (line 4704) | struct CommentStyle { type Enum (line 4706) | enum Enum { type BuiltStyledStreamWriter (line 4714) | struct BuiltStyledStreamWriter : public StreamWriter { function StreamWriter (line 4995) | StreamWriter* StreamWriterBuilder::newStreamWriter() const { function getValidWriterKeys (line 5026) | static void getValidWriterKeys(std::set* valid_keys) { function Value (line 5052) | Value& StreamWriterBuilder::operator[](std::string key) { function writeString (line 5067) | std::string writeString(StreamWriter::Factory const& builder, type Json (line 2349) | namespace Json { function codePointToUTF8 (line 98) | static inline std::string codePointToUTF8(unsigned int cp) { function isControlCharacter (line 127) | static inline bool isControlCharacter(char ch) { function uintToString (line 145) | static inline void uintToString(LargestUInt value, char*& current) { function fixNumericLocale (line 159) | static inline void fixNumericLocale(char* begin, char* end) { function Features (line 243) | Features Features::all() { return Features(); } function Features (line 245) | Features Features::strictMode() { function containsNewLine (line 257) | static bool containsNewLine(Reader::Location begin, Reader::Location e... function normalizeEOL (line 542) | static std::string normalizeEOL(Reader::Location begin, function Value (line 948) | Value& Reader::currentValue() { return *(nodes_.top()); } class OurFeatures (line 1057) | class OurFeatures { function OurFeatures (line 1074) | OurFeatures OurFeatures::all() { return OurFeatures(); } class OurReader (line 1080) | class OurReader { type StructuredError (line 1084) | struct StructuredError { type TokenType (line 1104) | enum TokenType { class Token (line 1124) | class Token { class ErrorInfo (line 1131) | class ErrorInfo { function Value (line 1920) | Value& OurReader::currentValue() { return *(nodes_.top()); } class OurCharReader (line 2024) | class OurCharReader : public CharReader { method OurCharReader (line 2029) | OurCharReader(bool collectComments, OurFeatures const& features) method parse (line 2031) | bool parse(char const* beginDoc, char const* endDoc, Value* root, function CharReader (line 2043) | CharReader* CharReaderBuilder::newCharReader() const { function getValidReaderKeys (line 2058) | static void getValidReaderKeys(std::set* valid_keys) { function Value (line 2088) | Value& CharReaderBuilder::operator[](std::string key) { function parseFromStream (line 2124) | bool parseFromStream(CharReader::Factory const& fact, std::istream& sin, function Value (line 2181) | Value& ValueIteratorBase::deref() const { return current_->second; } function Value (line 2226) | Value ValueIteratorBase::key() const { function UInt (line 2236) | UInt ValueIteratorBase::index() const { function ValueConstIterator (line 2284) | ValueConstIterator& ValueConstIterator:: function ValueIterator (line 2311) | ValueIterator& ValueIterator::operator=(const SelfType& other) { function InRange (line 2382) | static inline bool InRange(double d, T min, U max) { function integerToDouble (line 2386) | static inline double integerToDouble(Json::UInt64 value) { function integerToDouble (line 2390) | static inline double integerToDouble(T value) { function InRange (line 2395) | static inline bool InRange(double d, T min, U max) { function decodePrefixedString (line 2446) | inline static void decodePrefixedString(bool isPrefixed, char const* p... function releaseStringValue (line 2460) | static inline void releaseStringValue(char* value) { free(value); } function throwRuntimeError (line 2483) | void throwRuntimeError(std::string const& msg) { throw RuntimeError(ms... function throwLogicError (line 2484) | void throwLogicError(std::string const& msg) { throw LogicError(msg); } function ArrayIndex (line 2599) | ArrayIndex Value::CZString::index() const { return index_; } function Value (line 2782) | Value& Value::operator=(Value other) { function ValueType (line 2804) | ValueType Value::type() const { return type_; } function LargestInt (line 3066) | LargestInt Value::asLargestInt() const { function LargestUInt (line 3074) | LargestUInt Value::asLargestUInt() const { function ArrayIndex (line 3179) | ArrayIndex Value::size() const { function Value (line 3245) | Value& Value::operator[](ArrayIndex index) { function Value (line 3261) | Value& Value::operator[](int index) { function Value (line 3268) | const Value& Value::operator[](ArrayIndex index) const { function Value (line 3281) | const Value& Value::operator[](int index) const { function Value (line 3298) | Value& Value::resolveReference(const char* key) { function Value (line 3317) | Value& Value::resolveReference(char const* key, char const* cend) { function Value (line 3335) | Value Value::get(ArrayIndex index, const Value& defaultValue) const { function Value (line 3342) | Value const* Value::find(char const* key, char const* cend) const { function Value (line 3355) | const Value& Value::operator[](const char* key) const { function Value (line 3361) | Value const& Value::operator[](std::string const& key) const { function Value (line 3368) | Value& Value::operator[](const char* key) { function Value (line 3372) | Value& Value::operator[](const std::string& key) { function Value (line 3376) | Value& Value::operator[](const StaticString& key) { function Value (line 3381) | Value& Value::operator[](const CppTL::ConstString& key) { function Value (line 3384) | Value const& Value::operator[](CppTL::ConstString const& key) const { function Value (line 3392) | Value& Value::append(const Value& value) { return (*this)[size()] = va... function Value (line 3394) | Value Value::get(char const* key, char const* cend, function Value (line 3399) | Value Value::get(char const* key, Value const& defaultValue) const { function Value (line 3402) | Value Value::get(std::string const& key, Value const& defaultValue) co... function Value (line 3425) | Value Value::removeMember(const char* key) { function Value (line 3435) | Value Value::removeMember(const std::string& key) { function Value (line 3463) | Value Value::get(const CppTL::ConstString& key, function IsIntegral (line 3527) | static bool IsIntegral(double d) { function Value (line 3797) | const Value& Path::resolve(const Value& root) const { function Value (line 3821) | Value Path::resolve(const Value& root, const Value& defaultValue) const { function Value (line 3840) | Value& Path::make(Value& root) const { function containsControlCharacter (line 3952) | static bool containsControlCharacter(const char* str) { function containsControlCharacter0 (line 3960) | static bool containsControlCharacter0(const char* str, unsigned len) { function valueToString (line 3970) | std::string valueToString(LargestInt value) { function valueToString (line 3986) | std::string valueToString(LargestUInt value) { function valueToString (line 3996) | std::string valueToString(Int value) { function valueToString (line 4000) | std::string valueToString(UInt value) { function valueToString (line 4006) | std::string valueToString(double value, bool useSpecialFloats, function valueToString (line 4040) | std::string valueToString(double value) { function valueToString (line 4044) | std::string valueToString(bool value) { return value ? "true" : "false... function valueToQuotedString (line 4046) | std::string valueToQuotedString(const char* value) { function valueToQuotedStringN (line 4122) | static std::string valueToQuotedStringN(const char* value, unsigned le... type CommentStyle (line 4704) | struct CommentStyle { type Enum (line 4706) | enum Enum { type BuiltStyledStreamWriter (line 4714) | struct BuiltStyledStreamWriter : public StreamWriter { function StreamWriter (line 4995) | StreamWriter* StreamWriterBuilder::newStreamWriter() const { function getValidWriterKeys (line 5026) | static void getValidWriterKeys(std::set* valid_keys) { function Value (line 5052) | Value& StreamWriterBuilder::operator[](std::string key) { function writeString (line 5067) | std::string writeString(StreamWriter::Factory const& builder, type Json (line 2476) | namespace Json { function codePointToUTF8 (line 98) | static inline std::string codePointToUTF8(unsigned int cp) { function isControlCharacter (line 127) | static inline bool isControlCharacter(char ch) { function uintToString (line 145) | static inline void uintToString(LargestUInt value, char*& current) { function fixNumericLocale (line 159) | static inline void fixNumericLocale(char* begin, char* end) { function Features (line 243) | Features Features::all() { return Features(); } function Features (line 245) | Features Features::strictMode() { function containsNewLine (line 257) | static bool containsNewLine(Reader::Location begin, Reader::Location e... function normalizeEOL (line 542) | static std::string normalizeEOL(Reader::Location begin, function Value (line 948) | Value& Reader::currentValue() { return *(nodes_.top()); } class OurFeatures (line 1057) | class OurFeatures { function OurFeatures (line 1074) | OurFeatures OurFeatures::all() { return OurFeatures(); } class OurReader (line 1080) | class OurReader { type StructuredError (line 1084) | struct StructuredError { type TokenType (line 1104) | enum TokenType { class Token (line 1124) | class Token { class ErrorInfo (line 1131) | class ErrorInfo { function Value (line 1920) | Value& OurReader::currentValue() { return *(nodes_.top()); } class OurCharReader (line 2024) | class OurCharReader : public CharReader { method OurCharReader (line 2029) | OurCharReader(bool collectComments, OurFeatures const& features) method parse (line 2031) | bool parse(char const* beginDoc, char const* endDoc, Value* root, function CharReader (line 2043) | CharReader* CharReaderBuilder::newCharReader() const { function getValidReaderKeys (line 2058) | static void getValidReaderKeys(std::set* valid_keys) { function Value (line 2088) | Value& CharReaderBuilder::operator[](std::string key) { function parseFromStream (line 2124) | bool parseFromStream(CharReader::Factory const& fact, std::istream& sin, function Value (line 2181) | Value& ValueIteratorBase::deref() const { return current_->second; } function Value (line 2226) | Value ValueIteratorBase::key() const { function UInt (line 2236) | UInt ValueIteratorBase::index() const { function ValueConstIterator (line 2284) | ValueConstIterator& ValueConstIterator:: function ValueIterator (line 2311) | ValueIterator& ValueIterator::operator=(const SelfType& other) { function InRange (line 2382) | static inline bool InRange(double d, T min, U max) { function integerToDouble (line 2386) | static inline double integerToDouble(Json::UInt64 value) { function integerToDouble (line 2390) | static inline double integerToDouble(T value) { function InRange (line 2395) | static inline bool InRange(double d, T min, U max) { function decodePrefixedString (line 2446) | inline static void decodePrefixedString(bool isPrefixed, char const* p... function releaseStringValue (line 2460) | static inline void releaseStringValue(char* value) { free(value); } function throwRuntimeError (line 2483) | void throwRuntimeError(std::string const& msg) { throw RuntimeError(ms... function throwLogicError (line 2484) | void throwLogicError(std::string const& msg) { throw LogicError(msg); } function ArrayIndex (line 2599) | ArrayIndex Value::CZString::index() const { return index_; } function Value (line 2782) | Value& Value::operator=(Value other) { function ValueType (line 2804) | ValueType Value::type() const { return type_; } function LargestInt (line 3066) | LargestInt Value::asLargestInt() const { function LargestUInt (line 3074) | LargestUInt Value::asLargestUInt() const { function ArrayIndex (line 3179) | ArrayIndex Value::size() const { function Value (line 3245) | Value& Value::operator[](ArrayIndex index) { function Value (line 3261) | Value& Value::operator[](int index) { function Value (line 3268) | const Value& Value::operator[](ArrayIndex index) const { function Value (line 3281) | const Value& Value::operator[](int index) const { function Value (line 3298) | Value& Value::resolveReference(const char* key) { function Value (line 3317) | Value& Value::resolveReference(char const* key, char const* cend) { function Value (line 3335) | Value Value::get(ArrayIndex index, const Value& defaultValue) const { function Value (line 3342) | Value const* Value::find(char const* key, char const* cend) const { function Value (line 3355) | const Value& Value::operator[](const char* key) const { function Value (line 3361) | Value const& Value::operator[](std::string const& key) const { function Value (line 3368) | Value& Value::operator[](const char* key) { function Value (line 3372) | Value& Value::operator[](const std::string& key) { function Value (line 3376) | Value& Value::operator[](const StaticString& key) { function Value (line 3381) | Value& Value::operator[](const CppTL::ConstString& key) { function Value (line 3384) | Value const& Value::operator[](CppTL::ConstString const& key) const { function Value (line 3392) | Value& Value::append(const Value& value) { return (*this)[size()] = va... function Value (line 3394) | Value Value::get(char const* key, char const* cend, function Value (line 3399) | Value Value::get(char const* key, Value const& defaultValue) const { function Value (line 3402) | Value Value::get(std::string const& key, Value const& defaultValue) co... function Value (line 3425) | Value Value::removeMember(const char* key) { function Value (line 3435) | Value Value::removeMember(const std::string& key) { function Value (line 3463) | Value Value::get(const CppTL::ConstString& key, function IsIntegral (line 3527) | static bool IsIntegral(double d) { function Value (line 3797) | const Value& Path::resolve(const Value& root) const { function Value (line 3821) | Value Path::resolve(const Value& root, const Value& defaultValue) const { function Value (line 3840) | Value& Path::make(Value& root) const { function containsControlCharacter (line 3952) | static bool containsControlCharacter(const char* str) { function containsControlCharacter0 (line 3960) | static bool containsControlCharacter0(const char* str, unsigned len) { function valueToString (line 3970) | std::string valueToString(LargestInt value) { function valueToString (line 3986) | std::string valueToString(LargestUInt value) { function valueToString (line 3996) | std::string valueToString(Int value) { function valueToString (line 4000) | std::string valueToString(UInt value) { function valueToString (line 4006) | std::string valueToString(double value, bool useSpecialFloats, function valueToString (line 4040) | std::string valueToString(double value) { function valueToString (line 4044) | std::string valueToString(bool value) { return value ? "true" : "false... function valueToQuotedString (line 4046) | std::string valueToQuotedString(const char* value) { function valueToQuotedStringN (line 4122) | static std::string valueToQuotedStringN(const char* value, unsigned le... type CommentStyle (line 4704) | struct CommentStyle { type Enum (line 4706) | enum Enum { type BuiltStyledStreamWriter (line 4714) | struct BuiltStyledStreamWriter : public StreamWriter { function StreamWriter (line 4995) | StreamWriter* StreamWriterBuilder::newStreamWriter() const { function getValidWriterKeys (line 5026) | static void getValidWriterKeys(std::set* valid_keys) { function Value (line 5052) | Value& StreamWriterBuilder::operator[](std::string key) { function writeString (line 5067) | std::string writeString(StreamWriter::Factory const& builder, type Json (line 3944) | namespace Json { function codePointToUTF8 (line 98) | static inline std::string codePointToUTF8(unsigned int cp) { function isControlCharacter (line 127) | static inline bool isControlCharacter(char ch) { function uintToString (line 145) | static inline void uintToString(LargestUInt value, char*& current) { function fixNumericLocale (line 159) | static inline void fixNumericLocale(char* begin, char* end) { function Features (line 243) | Features Features::all() { return Features(); } function Features (line 245) | Features Features::strictMode() { function containsNewLine (line 257) | static bool containsNewLine(Reader::Location begin, Reader::Location e... function normalizeEOL (line 542) | static std::string normalizeEOL(Reader::Location begin, function Value (line 948) | Value& Reader::currentValue() { return *(nodes_.top()); } class OurFeatures (line 1057) | class OurFeatures { function OurFeatures (line 1074) | OurFeatures OurFeatures::all() { return OurFeatures(); } class OurReader (line 1080) | class OurReader { type StructuredError (line 1084) | struct StructuredError { type TokenType (line 1104) | enum TokenType { class Token (line 1124) | class Token { class ErrorInfo (line 1131) | class ErrorInfo { function Value (line 1920) | Value& OurReader::currentValue() { return *(nodes_.top()); } class OurCharReader (line 2024) | class OurCharReader : public CharReader { method OurCharReader (line 2029) | OurCharReader(bool collectComments, OurFeatures const& features) method parse (line 2031) | bool parse(char const* beginDoc, char const* endDoc, Value* root, function CharReader (line 2043) | CharReader* CharReaderBuilder::newCharReader() const { function getValidReaderKeys (line 2058) | static void getValidReaderKeys(std::set* valid_keys) { function Value (line 2088) | Value& CharReaderBuilder::operator[](std::string key) { function parseFromStream (line 2124) | bool parseFromStream(CharReader::Factory const& fact, std::istream& sin, function Value (line 2181) | Value& ValueIteratorBase::deref() const { return current_->second; } function Value (line 2226) | Value ValueIteratorBase::key() const { function UInt (line 2236) | UInt ValueIteratorBase::index() const { function ValueConstIterator (line 2284) | ValueConstIterator& ValueConstIterator:: function ValueIterator (line 2311) | ValueIterator& ValueIterator::operator=(const SelfType& other) { function InRange (line 2382) | static inline bool InRange(double d, T min, U max) { function integerToDouble (line 2386) | static inline double integerToDouble(Json::UInt64 value) { function integerToDouble (line 2390) | static inline double integerToDouble(T value) { function InRange (line 2395) | static inline bool InRange(double d, T min, U max) { function decodePrefixedString (line 2446) | inline static void decodePrefixedString(bool isPrefixed, char const* p... function releaseStringValue (line 2460) | static inline void releaseStringValue(char* value) { free(value); } function throwRuntimeError (line 2483) | void throwRuntimeError(std::string const& msg) { throw RuntimeError(ms... function throwLogicError (line 2484) | void throwLogicError(std::string const& msg) { throw LogicError(msg); } function ArrayIndex (line 2599) | ArrayIndex Value::CZString::index() const { return index_; } function Value (line 2782) | Value& Value::operator=(Value other) { function ValueType (line 2804) | ValueType Value::type() const { return type_; } function LargestInt (line 3066) | LargestInt Value::asLargestInt() const { function LargestUInt (line 3074) | LargestUInt Value::asLargestUInt() const { function ArrayIndex (line 3179) | ArrayIndex Value::size() const { function Value (line 3245) | Value& Value::operator[](ArrayIndex index) { function Value (line 3261) | Value& Value::operator[](int index) { function Value (line 3268) | const Value& Value::operator[](ArrayIndex index) const { function Value (line 3281) | const Value& Value::operator[](int index) const { function Value (line 3298) | Value& Value::resolveReference(const char* key) { function Value (line 3317) | Value& Value::resolveReference(char const* key, char const* cend) { function Value (line 3335) | Value Value::get(ArrayIndex index, const Value& defaultValue) const { function Value (line 3342) | Value const* Value::find(char const* key, char const* cend) const { function Value (line 3355) | const Value& Value::operator[](const char* key) const { function Value (line 3361) | Value const& Value::operator[](std::string const& key) const { function Value (line 3368) | Value& Value::operator[](const char* key) { function Value (line 3372) | Value& Value::operator[](const std::string& key) { function Value (line 3376) | Value& Value::operator[](const StaticString& key) { function Value (line 3381) | Value& Value::operator[](const CppTL::ConstString& key) { function Value (line 3384) | Value const& Value::operator[](CppTL::ConstString const& key) const { function Value (line 3392) | Value& Value::append(const Value& value) { return (*this)[size()] = va... function Value (line 3394) | Value Value::get(char const* key, char const* cend, function Value (line 3399) | Value Value::get(char const* key, Value const& defaultValue) const { function Value (line 3402) | Value Value::get(std::string const& key, Value const& defaultValue) co... function Value (line 3425) | Value Value::removeMember(const char* key) { function Value (line 3435) | Value Value::removeMember(const std::string& key) { function Value (line 3463) | Value Value::get(const CppTL::ConstString& key, function IsIntegral (line 3527) | static bool IsIntegral(double d) { function Value (line 3797) | const Value& Path::resolve(const Value& root) const { function Value (line 3821) | Value Path::resolve(const Value& root, const Value& defaultValue) const { function Value (line 3840) | Value& Path::make(Value& root) const { function containsControlCharacter (line 3952) | static bool containsControlCharacter(const char* str) { function containsControlCharacter0 (line 3960) | static bool containsControlCharacter0(const char* str, unsigned len) { function valueToString (line 3970) | std::string valueToString(LargestInt value) { function valueToString (line 3986) | std::string valueToString(LargestUInt value) { function valueToString (line 3996) | std::string valueToString(Int value) { function valueToString (line 4000) | std::string valueToString(UInt value) { function valueToString (line 4006) | std::string valueToString(double value, bool useSpecialFloats, function valueToString (line 4040) | std::string valueToString(double value) { function valueToString (line 4044) | std::string valueToString(bool value) { return value ? "true" : "false... function valueToQuotedString (line 4046) | std::string valueToQuotedString(const char* value) { function valueToQuotedStringN (line 4122) | static std::string valueToQuotedStringN(const char* value, unsigned le... type CommentStyle (line 4704) | struct CommentStyle { type Enum (line 4706) | enum Enum { type BuiltStyledStreamWriter (line 4714) | struct BuiltStyledStreamWriter : public StreamWriter { function StreamWriter (line 4995) | StreamWriter* StreamWriterBuilder::newStreamWriter() const { function getValidWriterKeys (line 5026) | static void getValidWriterKeys(std::set* valid_keys) { function Value (line 5052) | Value& StreamWriterBuilder::operator[](std::string key) { function writeString (line 5067) | std::string writeString(StreamWriter::Factory const& builder, FILE: cpp-api/src/routing_table.cpp type scalaris (line 17) | namespace scalaris { FILE: cpp-api/src/ssl-connection.cpp type scalaris (line 21) | namespace scalaris { FILE: cpp-api/src/tcp-connection.cpp type scalaris (line 21) | namespace scalaris { FILE: cpp-api/test/connection.cpp function BOOST_AUTO_TEST_CASE (line 33) | BOOST_AUTO_TEST_CASE(create_connection) { function BOOST_AUTO_TEST_CASE (line 39) | BOOST_AUTO_TEST_CASE(close_connection) { FILE: cpp-api/test/keep_alive.cpp function BOOST_AUTO_TEST_CASE (line 34) | BOOST_AUTO_TEST_CASE(keep_alive) { FILE: cpp-api/test/rbr.cpp function BOOST_AUTO_TEST_CASE (line 34) | BOOST_AUTO_TEST_CASE(read_unknown_key) { function BOOST_AUTO_TEST_CASE (line 41) | BOOST_AUTO_TEST_CASE(write) { function BOOST_AUTO_TEST_CASE (line 48) | BOOST_AUTO_TEST_CASE(write_read) { FILE: cpp-api/test/routing_table.cpp function BOOST_AUTO_TEST_CASE (line 35) | BOOST_AUTO_TEST_CASE(get_replication_factor) { FILE: cpp-api/test/ssl-connection.cpp function BOOST_AUTO_TEST_CASE (line 33) | BOOST_AUTO_TEST_CASE(create_connection) { FILE: cpp-api/test/transaction_single_op.cpp function BOOST_AUTO_TEST_CASE (line 34) | BOOST_AUTO_TEST_CASE(read_unknown_key) { function BOOST_AUTO_TEST_CASE (line 41) | BOOST_AUTO_TEST_CASE(write) { function BOOST_AUTO_TEST_CASE (line 48) | BOOST_AUTO_TEST_CASE(write_read) { FILE: docroot/dc.js function redraw (line 101) | function redraw(options) { FILE: docroot/debug.js function updateTable (line 1) | function updateTable(group, id, tablePanel){ function createStore (line 10) | function createStore(group, id){ FILE: docroot/ext-all.js function child (line 11) | function child(p,index){var i=0;var n=p.firstChild;while(n){if(n.nodeTyp... function next (line 11) | function next(n){while((n=n.nextSibling)&&n.nodeType!=1){}return n} function prev (line 11) | function prev(n){while((n=n.previousSibling)&&n.nodeType!=1){}return n} function children (line 11) | function children(d){var n=d.firstChild,ni=-1;while(n){var nx=n.nextSibl... function byClassName (line 11) | function byClassName(c,a,v){if(!v){return c}var r=[],ri=-1,cn;for(var i=... function attrValue (line 11) | function attrValue(n,attr){if(!n.tagName&&typeof n.length!="undefined"){... function getNodes (line 11) | function getNodes(ns,mode,tagName){var result=[],ri=-1,cs;if(!ns){return... function concat (line 11) | function concat(a,b){if(b.slice){return a.concat(b)}for(var i=0,l=b.leng... function byTag (line 11) | function byTag(cs,tagName){if(cs.tagName||cs==document){cs=[cs]}if(!tagN... function byId (line 11) | function byId(cs,attr,id){if(cs.tagName||cs==document){cs=[cs]}if(!id){r... function byAttribute (line 11) | function byAttribute(cs,attr,value,op,custom){var r=[],ri=-1,st=custom==... function byPseudo (line 11) | function byPseudo(cs,name,value){return Ext.DomQuery.pseudos[name](cs,va... function nodupIEXml (line 11) | function nodupIEXml(cs){var d=++key;cs[0].setAttribute("_nodup",d);var r... function nodup (line 11) | function nodup(cs){if(!cs){return[]}var len=cs.length,c,i,r=cs,cj,ri=-1;... function quickDiffIEXml (line 11) | function quickDiffIEXml(c1,c2){var d=++key;for(var i=0,len=c1.length;i0){var N=D.clone();N.each(function(O){O.hide... function E (line 112) | function E(N){D.remove(N);if(D.length<1){Ext.getDoc().un("mousedown",L);... function J (line 112) | function J(N){var O=D.last();K=new Date();D.add(N);if(!A){Ext.getDoc().o... function B (line 112) | function B(N){if(N.activeChild){N.activeChild.hide()}if(N.autoHideTimer)... function G (line 112) | function G(N){var O=N.parentMenu;if(!O&&!N.allowOtherMenus){H()}else{if(... function L (line 112) | function L(N){if(K.getElapsed()>50&&D.length>0&&!N.getTarget(".x-menu"))... function I (line 112) | function I(O,R){if(R){var Q=C[O.group];for(var P=0,N=Q.length;P responsibleKeys) { method AbortException (line 106) | public AbortException(final String msg, final List responsible... method AbortException (line 121) | public AbortException(final Throwable e, final List responsibl... method getFailedKeys (line 130) | public List getFailedKeys() { FILE: java-api/src/de/zib/scalaris/AbstractTransaction.java class AbstractTransaction (line 43) | public abstract class AbstractTransaction void write(final String key, final T value) method addDelOnList (line 278) | public void addDelOnList(final OtpErlangString key, method addDelOnList (line 312) | public void addDelOnList(final String key, final List toAdd, method addOnNr (line 353) | public void addOnNr(final OtpErlangString key, final OtpErlangLong toAdd) method addOnNr (line 383) | public void addOnNr(final OtpErlangString key, final OtpErlangDouble t... method addOnNr_ (line 411) | protected void addOnNr_(final AddOnNrOp op) throws ConnectionException, method addOnNr (line 442) | public void addOnNr(final String key, final T toAdd) method testAndSet (line 481) | public void testAndSet(final OtpErlangString key, method testAndSet (line 516) | public void testAndSet(final String key, final OldT oldVa... method closeConnection (line 530) | public void closeConnection() { method isCompressed (line 541) | public boolean isCompressed() { method setCompressed (line 553) | public void setCompressed(final boolean compressed) { FILE: java-api/src/de/zib/scalaris/Benchmark.java class Benchmark (line 50) | public class Benchmark { method minibench (line 105) | public static void minibench(final int operations, final int threadsPe... class TransSingleOpBench1 (line 223) | protected static final class TransSingleOpBench1 extends BenchRunna... method TransSingleOpBench1 (line 224) | public TransSingleOpBench1(final String key, final T value, final in... method operation (line 228) | @Override class TransSingleOpBench2 (line 248) | protected static final class TransSingleOpBench2 extends BenchRunna... method TransSingleOpBench2 (line 249) | public TransSingleOpBench2(final String key, final T value, final in... method operation (line 253) | @Override class TransSingleOpBench3 (line 272) | protected static final class TransSingleOpBench3 extends BenchRunna... method TransSingleOpBench3 (line 275) | public TransSingleOpBench3(final String key, final T value, final in... method init (line 279) | @Override method cleanup (line 284) | @Override method operation (line 289) | @Override class TransBench1 (line 306) | protected static final class TransBench1 extends BenchRunnable { method TransBench1 (line 307) | public TransBench1(final String key, final T value, final int operat... method operation (line 311) | @Override class TransBench2 (line 332) | protected static final class TransBench2 extends BenchRunnable2 { method TransBench2 (line 333) | public TransBench2(final String key, final T value, final int operat... method operation (line 337) | @Override class TransBench3 (line 357) | protected static final class TransBench3 extends BenchRunnable { method TransBench3 (line 360) | public TransBench3(final String key, final T value, final int operat... method init (line 364) | @Override method cleanup (line 369) | @Override method operation (line 374) | @Override class TransIncrementBench (line 394) | protected static abstract class TransIncrementBench extends BenchRunna... method TransIncrementBench (line 395) | public TransIncrementBench(final String key, final Object value, fin... method pre_init (line 399) | @Override method operation (line 406) | protected void operation(final Transaction tx, final int j) throws E... class TransIncrementBench1 (line 423) | protected static final class TransIncrementBench1 extends TransIncreme... method TransIncrementBench1 (line 424) | public TransIncrementBench1(final String key, final Object value, fi... method operation (line 428) | @Override class TransIncrementBench2 (line 443) | protected static final class TransIncrementBench2 extends TransIncreme... method TransIncrementBench2 (line 446) | public TransIncrementBench2(final String key, final Object value, fi... method init (line 450) | @Override method cleanup (line 455) | @Override method operation (line 460) | @Override class TransIncrementBench3 (line 473) | protected static final class TransIncrementBench3 extends TransIncreme... method TransIncrementBench3 (line 476) | public TransIncrementBench3(final String key, final Object value, fi... method init (line 480) | @Override method cleanup (line 485) | @Override method operation (line 490) | @Override class TransReadXWriteXBench (line 505) | protected static abstract class TransReadXWriteXBench extends Bench... method TransReadXWriteXBench (line 509) | @SuppressWarnings("unchecked") method pre_init (line 523) | @SuppressWarnings("unchecked") method operation (line 542) | protected void operation(final Transaction tx, final int j) throws E... class TransRead5Write5Bench1 (line 591) | protected static final class TransRead5Write5Bench1 extends TransRe... method TransRead5Write5Bench1 (line 592) | public TransRead5Write5Bench1(final String key, final T value, final... method operation (line 599) | @Override class TransRead5Write5Bench2 (line 616) | protected static final class TransRead5Write5Bench2 extends TransRe... method TransRead5Write5Bench2 (line 619) | public TransRead5Write5Bench2(final String key, final T value, final... method init (line 626) | @Override method cleanup (line 631) | @Override method operation (line 636) | @Override class TransRead5Write5Bench3 (line 651) | protected static final class TransRead5Write5Bench3 extends TransRe... method TransRead5Write5Bench3 (line 654) | public TransRead5Write5Bench3(final String key, final T value, final... method init (line 661) | @Override method cleanup (line 666) | @Override method operation (line 671) | @Override class TransAppendToListBench (line 685) | protected static abstract class TransAppendToListBench extends BenchRu... method TransAppendToListBench (line 688) | public TransAppendToListBench(final String key, final String value, ... method pre_init (line 699) | @Override method operation (line 708) | protected void operation(final Transaction tx, final int j) throws E... class TransAppendToListBench1 (line 730) | protected static final class TransAppendToListBench1 extends TransAppe... method TransAppendToListBench1 (line 731) | public TransAppendToListBench1(final String key, final String value,... method operation (line 738) | @Override class TransAppendToListBench2 (line 752) | protected static final class TransAppendToListBench2 extends TransAppe... method TransAppendToListBench2 (line 755) | public TransAppendToListBench2(final String key, final String value,... method init (line 762) | @Override method cleanup (line 767) | @Override method operation (line 772) | @Override class TransAppendToListBench3 (line 785) | protected static final class TransAppendToListBench3 extends TransAppe... method TransAppendToListBench3 (line 788) | public TransAppendToListBench3(final String key, final String value,... method init (line 795) | @Override method cleanup (line 800) | @Override method operation (line 805) | @Override class BenchRunnable (line 819) | protected abstract static class BenchRunnable extends Thread { method BenchRunnable (line 858) | public BenchRunnable(final String key, final T value, final int oper... method testBegin (line 869) | final private void testBegin() { method testEnd (line 879) | final private long testEnd(final int testRuns) { method pre_init (line 893) | protected void pre_init(final Connection conn) throws Exception { method pre_init (line 907) | protected void pre_init(final Connection conn, final int j) throws E... method init (line 915) | protected void init() throws Exception { method cleanup (line 923) | protected void cleanup() throws Exception { method operation (line 934) | abstract protected void operation(int j) throws Exception; method run (line 936) | @Override method getSpeed (line 972) | public long getSpeed() { class BenchRunnable2 (line 977) | protected static abstract class BenchRunnable2 extends BenchRunnabl... method BenchRunnable2 (line 980) | protected BenchRunnable2(final String key, final T value, final int ... method init (line 984) | @Override method cleanup (line 989) | @Override method getResultArray (line 1005) | protected static long[][] getResultArray(final int rows, final int col... method getRandom (line 1057) | public static T getRandom(final int size, final Class c) method getRandom (line 1108) | public static T getRandom(final int size, final Class c, final ... method integrateResults (line 1159) | private static int integrateResults(final long[] results, final in... method getAvgSpeed (line 1197) | protected static long getAvgSpeed(final long[] results) { method runBenchAndPrintResults (line 1208) | @SuppressWarnings("unchecked") method runBench (line 1262) | @SuppressWarnings("unchecked") method printResults (line 1315) | protected static void printResults(final String[] columns, final Strin... FILE: java-api/src/de/zib/scalaris/CommonErlangObjects.java class CommonErlangObjects (line 42) | @SuppressWarnings("javadoc") method encode (line 79) | public static OtpErlangObject encode(final OtpErlangObject value) { method decode (line 125) | public static OtpErlangObject decode(final OtpErlangObject value) method checkResult_failAbort (line 162) | public static final void checkResult_failAbort(final OtpErlangObject r... method checkResult_failAbort (line 192) | public static final void checkResult_failAbort(final OtpErlangTuple re... FILE: java-api/src/de/zib/scalaris/Connection.java class Connection (line 37) | public class Connection { method Connection (line 74) | public Connection(final OtpSelf self, final PeerNode remote) throws Un... method Connection (line 100) | public Connection(final OtpSelf self, final ConnectionPolicy connectio... method connect (line 124) | private void connect() throws UnknownHostException, method reconnect (line 146) | private void reconnect() throws UnknownHostException, IOException, method doRPC (line 170) | public OtpErlangObject doRPC(final String mod, final String fun, final... method doRPC (line 242) | public OtpErlangObject doRPC(final String mod, final String fun, final... method sendRPC (line 263) | public void sendRPC(final String mod, final String fun, final OtpErlan... method sendRPC (line 310) | public void sendRPC(final String mod, final String fun, final OtpErlan... method close (line 318) | public void close() { method getSelf (line 327) | public OtpSelf getSelf() { method getRemote (line 336) | public PeerNode getRemote() { method getConnection (line 345) | public OtpConnection getConnection() { method finalize (line 352) | @Override FILE: java-api/src/de/zib/scalaris/ConnectionException.java class ConnectionException (line 31) | public class ConnectionException extends OtpErlangException { method ConnectionException (line 40) | public ConnectionException() { method ConnectionException (line 49) | public ConnectionException(final String msg) { method ConnectionException (line 58) | public ConnectionException(final Throwable e) { method ConnectionException (line 71) | public ConnectionException(final OtpErlangObject erlValue) { method ConnectionException (line 86) | public ConnectionException(final Throwable e, final OtpErlangObject er... FILE: java-api/src/de/zib/scalaris/ConnectionFactory.java class ConnectionFactory (line 78) | public class ConnectionFactory { method getInstance (line 139) | public static ConnectionFactory getInstance() { method ConnectionFactory (line 163) | public ConnectionFactory() { method ConnectionFactory (line 191) | public ConnectionFactory(final Properties properties) { method setProperties (line 213) | public void setProperties(final Properties properties) { method createConnection (line 256) | public Connection createConnection(String clientName, method createConnection (line 290) | public Connection createConnection(final String clientName, final bool... method createConnection (line 311) | public Connection createConnection(final String clientName) method createConnection (line 335) | public Connection createConnection(final ConnectionPolicy connectionPo... method createConnection (line 349) | public Connection createConnection() throws ConnectionException { method fixLocalhostName (line 367) | public static String fixLocalhostName(final String node) { method getLocalhostName (line 383) | public static final String getLocalhostName() { method findLocalhostName (line 396) | private static final String findLocalhostName() { method printProperties (line 415) | public void printProperties() { method printProperties (line 424) | public void printProperties(final PrintStream out) { method getNodes (line 442) | public List getNodes() { method getNode (line 460) | @Deprecated method setNode (line 481) | public void setNode(final String node) { method setNode (line 501) | public void setNode(final PeerNode node) { method addNode (line 518) | public void addNode(final String node) { method addNode (line 533) | public void addNode(final PeerNode node) { method removeNode (line 548) | public void removeNode(final PeerNode node) { method testAllNodes (line 561) | public void testAllNodes() { method getCookie (line 578) | public String getCookie() { method setCookie (line 588) | public void setCookie(final String cookie) { method getClientName (line 598) | public String getClientName() { method setClientName (line 609) | public void setClientName(final String clientName) { method isClientNameAppendUUID (line 618) | public boolean isClientNameAppendUUID() { method setClientNameAppendUUID (line 628) | public void setClientNameAppendUUID(final boolean clientNameAppendUUID) { method setConnectionPolicy (line 645) | public void setConnectionPolicy(final ConnectionPolicy connectionPolic... method getConnectionPolicy (line 656) | public ConnectionPolicy getConnectionPolicy() { FILE: java-api/src/de/zib/scalaris/ConnectionPolicy.java class ConnectionPolicy (line 32) | public abstract class ConnectionPolicy { method ConnectionPolicy (line 45) | public ConnectionPolicy(final PeerNode remoteNode) { method ConnectionPolicy (line 56) | public ConnectionPolicy(final List availableRemoteNodes) { method availableNodeAdded (line 66) | public void availableNodeAdded(final PeerNode newNode) { method availableNodeRemoved (line 75) | public void availableNodeRemoved(final PeerNode removedNode) { method availableNodesReset (line 82) | public void availableNodesReset() { method nodeFailed (line 92) | public void nodeFailed(final PeerNode node) { method nodeFailReset (line 105) | public void nodeFailReset(final PeerNode node) { method nodeConnectSuccess (line 119) | public void nodeConnectSuccess(final PeerNode node) { method selectNode (line 140) | public PeerNode selectNode() throws UnsupportedOperationException { method selectNode (line 184) | public abstract PeerNode selectNode(int retry, FILE: java-api/src/de/zib/scalaris/ConnectionPool.java class ConnectionPool (line 30) | public class ConnectionPool { method ConnectionPool (line 57) | public ConnectionPool(final ConnectionFactory cFactory, method getConnection (line 75) | public synchronized Connection getConnection() throws ConnectionExcept... method getConnection (line 104) | public Connection getConnection(final long timeout) throws ConnectionE... method releaseConnection (line 128) | public synchronized void releaseConnection(final Connection conn) { method closeAll (line 140) | public synchronized void closeAll() { method closeAllBut (line 158) | public synchronized void closeAllBut( method finalize (line 174) | @Override method getConnectionFactory (line 185) | public ConnectionFactory getConnectionFactory() { FILE: java-api/src/de/zib/scalaris/DefaultConnectionPolicy.java class DefaultConnectionPolicy (line 65) | public class DefaultConnectionPolicy extends ConnectionPolicy { method DefaultConnectionPolicy (line 101) | public DefaultConnectionPolicy(final PeerNode remoteNode) { method DefaultConnectionPolicy (line 119) | public DefaultConnectionPolicy(final List availableRemoteNod... method availableNodeAdded (line 136) | @Override method availableNodeRemoved (line 152) | @Override method availableNodesReset (line 162) | @Override method nodeFailed (line 176) | @Override method nodeFailReset (line 200) | @Override method nodeConnectSuccess (line 221) | @Override method getGoodNode (line 241) | protected synchronized PeerNode getGoodNode() { method selectNode (line 283) | @Override method getMaxRetries (line 319) | public int getMaxRetries() { method setMaxRetries (line 328) | public void setMaxRetries(final int maxRetries) { method getGoodNodes (line 341) | public synchronized List getGoodNodes() { method getBadNodes (line 351) | public synchronized List getBadNodes() { FILE: java-api/src/de/zib/scalaris/DeleteResult.java class DeleteResult (line 18) | public class DeleteResult { method DeleteResult (line 41) | public DeleteResult(final OtpErlangList list) throws UnknownException { method hasDeletedAll (line 77) | public boolean hasDeletedAll(final Connection conn) throws ConnectionE... FILE: java-api/src/de/zib/scalaris/EmptyListException.java class EmptyListException (line 29) | public class EmptyListException extends OtpErlangException { method EmptyListException (line 38) | public EmptyListException() { method EmptyListException (line 47) | public EmptyListException(final String msg) { method EmptyListException (line 56) | public EmptyListException(final Throwable e) { method EmptyListException (line 67) | public EmptyListException(final OtpErlangObject erlValue) { method EmptyListException (line 80) | public EmptyListException(final Throwable e, final OtpErlangObject erl... FILE: java-api/src/de/zib/scalaris/ErlangValue.java class ErlangValue (line 44) | public class ErlangValue implements Comparable { method ErlangValue (line 56) | public ErlangValue(final OtpErlangObject value) { method ErlangValue (line 100) | public ErlangValue(final T value) throws ClassCastException { method convertToErlang (line 118) | public static OtpErlangObject convertToErlang(final T value) method boolValue (line 178) | public boolean boolValue() throws ClassCastException { method intValue (line 197) | public int intValue() throws ClassCastException { method longValue (line 214) | public long longValue() throws ClassCastException { method bigIntValue (line 232) | public BigInteger bigIntValue() throws ClassCastException { method doubleValue (line 245) | public double doubleValue() throws ClassCastException { method otpObjectToString (line 262) | static String otpObjectToString(final OtpErlangObject value) method otpObjectToOtpString (line 291) | static OtpErlangString otpObjectToOtpString(final OtpErlangObject value) method stringValue (line 316) | public String stringValue() throws ClassCastException { method binaryValue (line 329) | public byte[] binaryValue() throws ClassCastException { method jsonValue (line 343) | public Map jsonValue() throws ClassCastException { method jsonValue (line 377) | public T jsonValue(final Class c) throws ClassCastException { method otpObjectToOtpList (line 408) | public static OtpErlangList otpObjectToOtpList(final OtpErlangObject v... type ListElementConverter (line 429) | public static interface ListElementConverter { method convert (line 440) | public abstract T convert(int i, ErlangValue v); class StringListElementConverter (line 450) | public static class StringListElementConverter implements method convert (line 452) | public String convert(final int i, final ErlangValue v) { return v.s... method listValue (line 469) | public List listValue(final ListElementConverter converter) ... method listCollectionValue (line 497) | public Collection listCollectionValue( method listValue (line 523) | public List listValue() throws ClassCastException { method listCollectionValue (line 545) | public Collection listCollectionValue( method longListValue (line 565) | public List longListValue() throws ClassCastException { method doubleListValue (line 583) | public List doubleListValue() throws ClassCastException { method stringListValue (line 601) | public List stringListValue() throws ClassCastException { method binaryListValue (line 617) | public List binaryListValue() throws ClassCastException { method jsonListValue (line 642) | public List jsonListValue(final Class c) throws ClassCastExc... method value (line 653) | public OtpErlangObject value() { method equals (line 657) | @Override method hashCode (line 670) | @Override method toString (line 675) | @Override method compareTo (line 686) | public int compareTo(final ErlangValue o) { FILE: java-api/src/de/zib/scalaris/ErlangValueJSONBase.java class ErlangValueJSONBase (line 38) | abstract class ErlangValueJSONBase { method convertJavaToScalarisJSON_object (line 51) | protected abstract OtpErlangTuple convertJavaToScalarisJSON_object( method convertJavaToScalarisJSON_value (line 66) | protected OtpErlangObject convertJavaToScalarisJSON_value(final Object... method convertJavaToScalarisJSON_array (line 108) | protected OtpErlangTuple convertJavaToScalarisJSON_array( method convertScalarisJSONtoJava_value_simple (line 134) | protected Object convertScalarisJSONtoJava_value_simple(final OtpErlan... method convertScalarisJSONtoJava_key (line 180) | protected String convertScalarisJSONtoJava_key( FILE: java-api/src/de/zib/scalaris/ErlangValueJSONInterface.java type ErlangValueJSONInterface (line 28) | interface ErlangValueJSONInterface { method toScalarisJSON (line 41) | public abstract OtpErlangTuple toScalarisJSON(T value) method toJava (line 57) | public abstract T toJava(OtpErlangList value) throws ClassCastException; FILE: java-api/src/de/zib/scalaris/ErlangValueJSONToBean.java class ErlangValueJSONToBean (line 66) | class ErlangValueJSONToBean extends ErlangValueJSONBase implements Er... method ErlangValueJSONToBean (line 78) | public ErlangValueJSONToBean(final Class c) { method getInstance (line 94) | public static ErlangValueJSONToBean getInstance(final Class ... method getInstance (line 107) | public static ErlangValueJSONToBean getInstance(final Type t) { method toScalarisJSON (line 115) | @Override method toJava (line 123) | @Override method capFirst (line 137) | private static String capFirst(final String key) { method decapFirst (line 153) | private static String decapFirst(final String key) { method getRawType (line 168) | private static Class getRawType(final Type type) { method getSetterFor (line 190) | private Method getSetterFor(final String key, final Type type) { method getTypeOf (line 214) | private Type getTypeOf(final String key) throws ClassCastException { method convertJavaToScalarisJSON_object (line 241) | @Override method convertJavaToScalarisJSON_object2 (line 260) | protected OtpErlangTuple convertJavaToScalarisJSON_object2( method convertScalarisJSONtoJava_object2 (line 347) | protected Object convertScalarisJSONtoJava_object2( method convertScalarisJSONtoJava_array2 (line 430) | protected List convertScalarisJSONtoJava_array2(final OtpErlan... method convertScalarisJSONtoJava_value2 (line 464) | protected Object convertScalarisJSONtoJava_value2(final OtpErlangObjec... FILE: java-api/src/de/zib/scalaris/ErlangValueJSONToMap.java class ErlangValueJSONToMap (line 34) | class ErlangValueJSONToMap extends ErlangValueJSONBase method toScalarisJSON (line 39) | @Override method toJava (line 48) | @Override method convertJavaToScalarisJSON_object (line 67) | @Override method convertScalarisJSONtoJava_object (line 104) | protected Object convertScalarisJSONtoJava_object(final OtpErlangList ... method convertScalarisJSONtoJava_value (line 134) | protected Object convertScalarisJSONtoJava_value(final OtpErlangObject... method convertScalarisJSONtoJava_array (line 169) | protected List convertScalarisJSONtoJava_array( FILE: java-api/src/de/zib/scalaris/FixedNodeConnectionPolicy.java class FixedNodeConnectionPolicy (line 14) | public class FixedNodeConnectionPolicy extends ConnectionPolicy { method FixedNodeConnectionPolicy (line 20) | public FixedNodeConnectionPolicy(final PeerNode remoteNode) { method FixedNodeConnectionPolicy (line 28) | public FixedNodeConnectionPolicy(final String remoteNode) { method selectNode (line 32) | @Override FILE: java-api/src/de/zib/scalaris/KeyChangedException.java class KeyChangedException (line 30) | public class KeyChangedException extends OtpErlangException { method KeyChangedException (line 47) | public KeyChangedException(final ErlangValue old_value) { method KeyChangedException (line 61) | public KeyChangedException(final Throwable e, final ErlangValue old_va... method getOldValue (line 72) | public ErlangValue getOldValue() { FILE: java-api/src/de/zib/scalaris/LeastFailedNodesComparator.java class LeastFailedNodesComparator (line 30) | class LeastFailedNodesComparator implements Comparator, java.i... method compare (line 55) | public int compare(final PeerNode o1, final PeerNode o2) { method compareS (line 78) | public static int compareS(final PeerNode o1, final PeerNode o2) { FILE: java-api/src/de/zib/scalaris/LeastRecentlyFailedNodesComparator.java class LeastRecentlyFailedNodesComparator (line 30) | class LeastRecentlyFailedNodesComparator implements Comparator... method compare (line 55) | public int compare(final PeerNode o1, final PeerNode o2) { FILE: java-api/src/de/zib/scalaris/Main.java class Main (line 51) | public class Main { method main (line 99) | public static void main(final String[] args) { method startJmxService (line 333) | private static void startJmxService(final String node, final boolean v... method getOptions (line 366) | private static Options getOptions() { method printException (line 443) | final static void printException(final String description, final Parse... method printException (line 455) | final static void printException(final String description, final Conne... method printException (line 467) | final static void printException(final String description, final Timeo... method printException (line 479) | final static void printException(final String description, final NotFo... method printException (line 491) | final static void printException(final String description, final Unkno... method printException (line 503) | final static void printException(final String description, final Abort... method printException (line 515) | final static void printException(final String description, final KeyCh... method printException (line 531) | final static void printException(final String description, final Excep... method checkArguments (line 551) | final static void checkArguments(final String optionValue, method checkArguments (line 572) | final static void checkArguments(final String[] optionValues, FILE: java-api/src/de/zib/scalaris/Monitor.java class Monitor (line 37) | public class Monitor { method Monitor (line 53) | public Monitor(final String node) throws ConnectionException { class GetNodeInfoResult (line 66) | public static class GetNodeInfoResult { method GetNodeInfoResult (line 88) | public GetNodeInfoResult(final String scalarisVersion, final String ... method getNodeInfo (line 109) | public GetNodeInfoResult getNodeInfo() class GetNodePerformanceResult (line 144) | public static class GetNodePerformanceResult { method GetNodePerformanceResult (line 163) | public GetNodePerformanceResult(final Map latencyAvg, method getNodePerformance (line 183) | public GetNodePerformanceResult getNodePerformance() class GetServiceInfoResult (line 217) | public static class GetServiceInfoResult { method GetServiceInfoResult (line 234) | public GetServiceInfoResult(final Long totalLoad, final Long nodes) { method getServiceInfo (line 253) | public GetServiceInfoResult getServiceInfo() class GetServicePerformanceResult (line 287) | public static class GetServicePerformanceResult { method GetServicePerformanceResult (line 306) | public GetServicePerformanceResult(final Map latencyAvg, method getServicePerformance (line 326) | public GetServicePerformanceResult getServicePerformance() method tupleListToMap (line 369) | private static Map tupleListToMap(final OtpErlangObject o... method tupleListToLDMap (line 400) | private static Map tupleListToLDMap( method closeConnection (line 419) | public void closeConnection() { method getCurrentPerfValue (line 433) | public static Double getCurrentPerfValue(final Map map) { FILE: java-api/src/de/zib/scalaris/NodeDiscovery.java class NodeDiscovery (line 40) | public class NodeDiscovery implements Runnable { type NewNodeHandler (line 47) | public static interface NewNodeHandler { method newNodeFound (line 54) | public void newNodeFound(String node); method NodeDiscovery (line 87) | public NodeDiscovery(final ConnectionFactory cf) { method NodeDiscovery (line 98) | public NodeDiscovery(final ConnectionPool cPool) { method startWithFixedDelay (line 110) | public void startWithFixedDelay(final long delay) { method startWithFixedDelay (line 125) | public void startWithFixedDelay(final long initialDelay, method run (line 137) | public void run() { method removeFailedNodes (line 186) | protected int removeFailedNodes(final List existingNodes, method addNewNodes (line 233) | protected void addNewNodes(final List existingNodes,final Li... method getMaxNodes (line 251) | public final int getMaxNodes() { method setMaxNodes (line 262) | public final void setMaxNodes(final int maxNodes) { method getMinAgeToRemove (line 272) | public final int getMinAgeToRemove() { method setMinAgeToRemove (line 283) | public final void setMinAgeToRemove(final int minAgeToRemove) { method getCf (line 292) | public final ConnectionFactory getCf() { FILE: java-api/src/de/zib/scalaris/NotAListException.java class NotAListException (line 29) | public class NotAListException extends OtpErlangException { method NotAListException (line 38) | public NotAListException() { method NotAListException (line 47) | public NotAListException(final String msg) { method NotAListException (line 56) | public NotAListException(final Throwable e) { method NotAListException (line 67) | public NotAListException(final OtpErlangObject erlValue) { method NotAListException (line 80) | public NotAListException(final Throwable e, final OtpErlangObject erlV... FILE: java-api/src/de/zib/scalaris/NotANumberException.java class NotANumberException (line 29) | public class NotANumberException extends OtpErlangException { method NotANumberException (line 38) | public NotANumberException() { method NotANumberException (line 47) | public NotANumberException(final String msg) { method NotANumberException (line 56) | public NotANumberException(final Throwable e) { method NotANumberException (line 67) | public NotANumberException(final OtpErlangObject erlValue) { method NotANumberException (line 80) | public NotANumberException(final Throwable e, final OtpErlangObject er... FILE: java-api/src/de/zib/scalaris/NotFoundException.java class NotFoundException (line 29) | public class NotFoundException extends OtpErlangException { method NotFoundException (line 38) | public NotFoundException() { method NotFoundException (line 47) | public NotFoundException(final String msg) { method NotFoundException (line 56) | public NotFoundException(final Throwable e) { method NotFoundException (line 69) | public NotFoundException(final OtpErlangObject erlValue) { method NotFoundException (line 84) | public NotFoundException(final Throwable e, final OtpErlangObject erlV... FILE: java-api/src/de/zib/scalaris/PeerNode.java class PeerNode (line 29) | public class PeerNode { method PeerNode (line 55) | public PeerNode(final OtpPeer node) { method PeerNode (line 68) | public PeerNode(final String node) { method getNode (line 78) | public OtpPeer getNode() { method setLastFailedConnect (line 89) | synchronized void setLastFailedConnect() { method getLastFailedConnect (line 99) | synchronized public Date getLastFailedConnect() { method getFailureCount (line 111) | synchronized public int getFailureCount() { method resetFailureCount (line 121) | synchronized void resetFailureCount() { method getLastConnectSuccess (line 131) | synchronized public Date getLastConnectSuccess() { method setLastConnectSuccess (line 141) | synchronized void setLastConnectSuccess() { method toString (line 150) | @Override FILE: java-api/src/de/zib/scalaris/ReplicatedDHT.java class ReplicatedDHT (line 65) | public class ReplicatedDHT { method ReplicatedDHT (line 85) | public ReplicatedDHT() throws ConnectionException { method ReplicatedDHT (line 95) | public ReplicatedDHT(final Connection conn) { method delete (line 128) | public DeleteResult delete(final OtpErlangString key) throws Connectio... method delete (line 158) | public DeleteResult delete(final OtpErlangString key, final int timeou... method delete (line 224) | public DeleteResult delete(final String key) throws ConnectionException, method delete (line 256) | public DeleteResult delete(final String key, final int timeout) throws... method getLastDeleteResult (line 271) | public DeleteResult getLastDeleteResult() { method closeConnection (line 281) | public void closeConnection() { FILE: java-api/src/de/zib/scalaris/RequestList.java class RequestList (line 43) | public abstract class RequestList { method RequestList (line 50) | protected RequestList() { method RequestList (line 60) | protected RequestList(final Operation op) { method RequestList (line 69) | protected RequestList(final RequestList other) { method addOp (line 85) | public RequestList addOp(final Operation op) throws UnsupportedOperati... method addRead (line 106) | @Deprecated method addRead (line 124) | @Deprecated method addWrite (line 144) | @Deprecated method addWrite (line 166) | @Deprecated method addAddDelOnList (line 190) | @Deprecated method addAddDelOnList (line 216) | @Deprecated method addAddOnNr (line 238) | @Deprecated method addAddOnNr (line 260) | @Deprecated method addAddOnNr (line 287) | @Deprecated method addAddOnNr (line 309) | @Deprecated method addTestAndSet (line 334) | @Deprecated method addTestAndSet (line 365) | @Deprecated method addCommit (line 380) | public RequestList addCommit() throws UnsupportedOperationException { method getErlangReqList (line 398) | OtpErlangList getErlangReqList(final boolean compressed) { method isCommit (line 413) | public boolean isCommit() { method getCommit (line 422) | public CommitOp getCommit() { method isEmpty (line 431) | public boolean isEmpty() { method size (line 440) | public int size() { method addAll_ (line 454) | protected RequestList addAll_(final RequestList other) { method getRequests (line 466) | public List getRequests() { method toString (line 470) | @Override FILE: java-api/src/de/zib/scalaris/ResultList.java class ResultList (line 34) | public abstract class ResultList { method ResultList (line 51) | protected ResultList(final OtpErlangList results, final boolean compre... method size (line 70) | public int size() { method get (line 89) | public Operation get(final int index) { method processReadAt (line 109) | public ErlangValue processReadAt(final int pos) throws NotFoundException, method processWriteAt (line 128) | public abstract void processWriteAt(final int pos) throws AbortException, method processAddDelOnListAt (line 147) | public abstract void processAddDelOnListAt(final int pos) method processAddOnNrAt (line 166) | public abstract void processAddOnNrAt(final int pos) method processTestAndSetAt (line 187) | public abstract void processTestAndSetAt(final int pos) method toString (line 191) | @Override FILE: java-api/src/de/zib/scalaris/RoundRobinConnectionPolicy.java class RoundRobinConnectionPolicy (line 33) | public class RoundRobinConnectionPolicy extends DefaultConnectionPolicy { method RoundRobinConnectionPolicy (line 45) | public RoundRobinConnectionPolicy(final PeerNode remoteNode) { method RoundRobinConnectionPolicy (line 62) | public RoundRobinConnectionPolicy(final List availableRemote... method getGoodNode (line 69) | @Override FILE: java-api/src/de/zib/scalaris/RoutingTable.java class RoutingTable (line 29) | public class RoutingTable { method RoutingTable (line 42) | public RoutingTable() throws ConnectionException { method RoutingTable (line 52) | public RoutingTable(final Connection conn) { method getReplicationFactor (line 69) | public int getReplicationFactor() throws ConnectionException, UnknownE... FILE: java-api/src/de/zib/scalaris/Scalaris.java class Scalaris (line 40) | public class Scalaris { method Scalaris (line 53) | public Scalaris() throws ConnectionException { method Scalaris (line 63) | public Scalaris(final Connection conn) { method getRandomNodes (line 84) | public List getRandomNodes(int max) method closeConnection (line 117) | public void closeConnection() { FILE: java-api/src/de/zib/scalaris/ScalarisVM.java class ScalarisVM (line 38) | public class ScalarisVM { method ScalarisVM (line 54) | public ScalarisVM(final PeerNode node) throws ConnectionException { method ScalarisVM (line 69) | public ScalarisVM(final String node) throws ConnectionException { method getVersion (line 86) | public String getVersion() class GetInfoResult (line 104) | public static class GetInfoResult { method GetInfoResult (line 138) | protected GetInfoResult(final String scalarisVersion, final String e... method getInfo (line 165) | public GetInfoResult getInfo() method getNumberOfNodes (line 214) | public int getNumberOfNodes() method getNodes (line 237) | public List getNodes() class AddNodesResult (line 255) | public static class AddNodesResult { method AddNodesResult (line 266) | protected AddNodesResult(final List successful, final S... method addNodes (line 287) | public AddNodesResult addNodes(final int number) method shutdownNode (line 324) | public boolean shutdownNode(final ErlangValue name) method killNode (line 352) | public boolean killNode(final ErlangValue name) method shutdownNodes (line 380) | public List shutdownNodes(final int number) method killNodes (line 403) | public List killNodes(final int number) method makeDeleteResult (line 422) | private final List makeDeleteResult( class DeleteNodesByNameResult (line 440) | public static class DeleteNodesByNameResult { method DeleteNodesByNameResult (line 450) | protected DeleteNodesByNameResult(final List successful, method shutdownNodesByName (line 473) | public DeleteNodesByNameResult shutdownNodesByName(final List names) method makeDeleteByNameResult (line 514) | private final DeleteNodesByNameResult makeDeleteByNameResult( method getOtherVMs (line 542) | public List getOtherVMs(final int max) method shutdownVM (line 576) | public void shutdownVM() throws ConnectionException { method killVM (line 590) | public void killVM() throws ConnectionException { method closeConnection (line 600) | public void closeConnection() { FILE: java-api/src/de/zib/scalaris/TimeoutException.java class TimeoutException (line 29) | public class TimeoutException extends OtpErlangException { method TimeoutException (line 38) | public TimeoutException() { method TimeoutException (line 47) | public TimeoutException(final String msg) { method TimeoutException (line 56) | public TimeoutException(final Throwable e) { method TimeoutException (line 69) | public TimeoutException(final OtpErlangObject erlValue) { method TimeoutException (line 84) | public TimeoutException(final Throwable e, final OtpErlangObject erlVa... FILE: java-api/src/de/zib/scalaris/Transaction.java class Transaction (line 113) | public class Transaction extends method getTranslogImpl (line 128) | protected Translog getTranslogImpl() { method Transaction (line 139) | public Transaction() throws ConnectionException { method Transaction (line 149) | public Transaction(final Connection conn) { class RequestList (line 161) | public static class RequestList extends de.zib.scalaris.RequestList { method RequestList (line 165) | public RequestList() { method RequestList (line 176) | protected RequestList(final TransactionOperation op) { method RequestList (line 185) | public RequestList(final RequestList other) { method addOp (line 192) | @Override method addAll (line 208) | public RequestList addAll(final RequestList other) { class ResultList (line 221) | public static class ResultList extends de.zib.scalaris.ResultList { method ResultList (line 233) | ResultList(final OtpErlangList results, final boolean compressed, method processWriteAt (line 248) | @Override method processAddDelOnListAt (line 267) | @Override method processAddOnNrAt (line 287) | @Override method processTestAndSetAt (line 309) | @Override method processCommitAt (line 330) | public void processCommitAt(final int pos) throws AbortException, type Translog (line 343) | protected static interface Translog { method merge (line 353) | public abstract Translog merge(final OtpErlangObject newTLog); method isEmpty (line 360) | public abstract boolean isEmpty(); method reset (line 365) | public abstract void reset(); method filter (line 376) | public abstract OtpErlangObject filter(final RequestList req); class FullTransLog (line 387) | protected static class FullTransLog implements Translog { method merge (line 393) | @Override method isEmpty (line 402) | @Override method reset (line 410) | @Override method filter (line 418) | @Override class FilteringTransLog (line 432) | protected static class FilteringTransLog implements Translog { method merge (line 438) | @Override method isEmpty (line 456) | @Override method reset (line 464) | @Override method filter (line 472) | @Override method req_list (line 515) | public ResultList req_list(final TransactionOperation op) method req_list (line 545) | @Override method commit (line 606) | public void commit() throws ConnectionException, AbortException, Unkno... method abort (line 621) | public void abort() { method newReqList (line 625) | @Override method write (line 633) | @Override method write (line 644) | @Override method addDelOnList (line 655) | @Override method addDelOnList (line 667) | @Override method addOnNr (line 679) | @Override method addOnNr (line 690) | @Override method addOnNr (line 701) | @Override method testAndSet (line 712) | @Override method testAndSet (line 725) | @Override FILE: java-api/src/de/zib/scalaris/TransactionSingleOp.java class TransactionSingleOp (line 112) | public class TransactionSingleOp extends method TransactionSingleOp (line 122) | public TransactionSingleOp() throws ConnectionException { method TransactionSingleOp (line 132) | public TransactionSingleOp(final Connection conn) { class RequestList (line 144) | public static class RequestList extends de.zib.scalaris.RequestList { method RequestList (line 148) | public RequestList() { method RequestList (line 159) | protected RequestList(final TransactionSingleOpOperation op) { method RequestList (line 168) | public RequestList(final RequestList other) { method addOp (line 175) | @Override method addCommit (line 193) | @Override method addAll (line 205) | public RequestList addAll(final RequestList other) { class ResultList (line 218) | public static class ResultList extends de.zib.scalaris.ResultList { method ResultList (line 230) | ResultList(final OtpErlangList results, final boolean compressed, method processWriteAt (line 247) | @Override method processAddDelOnListAt (line 269) | @Override method processAddOnNrAt (line 291) | @Override method processTestAndSetAt (line 315) | @Override method req_list (line 342) | public ResultList req_list(final TransactionSingleOpOperation op) method req_list (line 372) | @Override method newReqList (line 392) | @Override FILE: java-api/src/de/zib/scalaris/UnknownException.java class UnknownException (line 28) | public class UnknownException extends RuntimeException { method UnknownException (line 37) | public UnknownException() { method UnknownException (line 46) | public UnknownException(final String msg) { method UnknownException (line 56) | public UnknownException(final Throwable e) { method UnknownException (line 69) | public UnknownException(final OtpErlangObject erlValue) { method UnknownException (line 84) | public UnknownException(final Throwable e, final OtpErlangObject erlVa... FILE: java-api/src/de/zib/scalaris/examples/ErlangValueBitString.java class ErlangValueBitString (line 36) | public class ErlangValueBitString extends ErlangValue { method ErlangValueBitString (line 50) | public ErlangValueBitString(final String value) { method ErlangValueBitString (line 60) | public ErlangValueBitString(final OtpErlangObject otpValue) { method ErlangValueBitString (line 73) | public ErlangValueBitString(final ErlangValue value) { method stringValue (line 84) | @Override FILE: java-api/src/de/zib/scalaris/examples/ErlangValueFastString.java class ErlangValueFastString (line 48) | public class ErlangValueFastString extends ErlangValue { method ErlangValueFastString (line 67) | public ErlangValueFastString(final String value) { method ErlangValueFastString (line 79) | public ErlangValueFastString(final OtpErlangObject otpValue) { method ErlangValueFastString (line 92) | public ErlangValueFastString(final ErlangValue value) { method stringValue (line 103) | @Override FILE: java-api/src/de/zib/scalaris/examples/FastStringBenchmark.java class FastStringBenchmark (line 44) | public class FastStringBenchmark extends Benchmark { method main (line 57) | public static void main(final String[] args) { method minibench (line 117) | public static void minibench(final int operations, final int threadsPe... FILE: java-api/src/de/zib/scalaris/examples/TransactionReadExample.java class TransactionReadExample (line 35) | public class TransactionReadExample { method main (line 47) | public static void main(final String[] args) { FILE: java-api/src/de/zib/scalaris/examples/TransactionReadWriteExample.java class TransactionReadWriteExample (line 35) | public class TransactionReadWriteExample { method main (line 80) | public static void main(final String[] args) { method Transaction1 (line 134) | private static void Transaction1(final String key1, final String value... method Transaction2 (line 245) | private static void Transaction2(final String key1, final String value... method otpWrite (line 354) | private static void otpWrite(final Transaction transaction, method write (line 394) | private static void write(final Transaction transaction, final String ... method otpRead (line 431) | private static String otpRead(final Transaction transaction, method read (line 480) | private static String read(final Transaction transaction, final String... FILE: java-api/src/de/zib/scalaris/examples/TransactionSingleOpReadExample.java class TransactionSingleOpReadExample (line 33) | public class TransactionSingleOpReadExample { method main (line 43) | public static void main(final String[] args) { FILE: java-api/src/de/zib/scalaris/examples/TransactionSingleOpWriteExample.java class TransactionSingleOpWriteExample (line 33) | public class TransactionSingleOpWriteExample { method main (line 44) | public static void main(final String[] args) { FILE: java-api/src/de/zib/scalaris/examples/TransactionWriteExample.java class TransactionWriteExample (line 35) | public class TransactionWriteExample { method main (line 48) | public static void main(final String[] args) { FILE: java-api/src/de/zib/scalaris/executor/ScalarisChangeListOp1.java class ScalarisChangeListOp1 (line 26) | public abstract class ScalarisChangeListOp1 implements ScalarisOp { method ScalarisChangeListOp1 (line 53) | public ScalarisChangeListOp1(final String key, final String countKey) { method workPhases (line 58) | public int workPhases() { method doPhase (line 62) | public final int doPhase(final int phase, final int firstOp, method prepareRead (line 82) | protected int prepareRead(final RequestList requests) { method prepareWrite (line 97) | protected int prepareWrite(final int firstOp, final ResultList results, method changeList (line 126) | protected abstract List changeList(List page... method checkWrite (line 136) | protected int checkWrite(final int firstOp, final ResultList results) method toErlangValueList (line 161) | protected static List toErlangValueList(final List... FILE: java-api/src/de/zib/scalaris/executor/ScalarisChangeListOp2.java class ScalarisChangeListOp2 (line 22) | public abstract class ScalarisChangeListOp2 implements ScalarisOp { method ScalarisChangeListOp2 (line 39) | public ScalarisChangeListOp2(final String key, final String countKey) { method workPhases (line 44) | public int workPhases() { method doPhase (line 48) | public final int doPhase(final int phase, final int firstOp, method changeList (line 72) | protected abstract int changeList(final RequestList requests); method checkChange (line 82) | protected int checkChange(final int firstOp, final ResultList results) FILE: java-api/src/de/zib/scalaris/executor/ScalarisIncrementOp1.java class ScalarisIncrementOp1 (line 40) | public class ScalarisIncrementOp1 implements ScalarisOp { method ScalarisIncrementOp1 (line 52) | public ScalarisIncrementOp1(final String key, final T value) { method workPhases (line 65) | public int workPhases() { method doPhase (line 69) | public final int doPhase(final int phase, final int firstOp, final Res... method prepareRead (line 88) | protected int prepareRead(final RequestList requests) { method prepareWrite (line 106) | protected int prepareWrite(final int firstOp, final ResultList results, method checkWrite (line 129) | protected int checkWrite(final int firstOp, final ResultList results) method toString (line 139) | @Override method getKey (line 149) | public String getKey() { method getIncValue (line 158) | public BigInteger getIncValue() { FILE: java-api/src/de/zib/scalaris/executor/ScalarisIncrementOp2.java class ScalarisIncrementOp2 (line 35) | public class ScalarisIncrementOp2 implements ScalarisOp { method ScalarisIncrementOp2 (line 47) | public ScalarisIncrementOp2(final String key, final T value) { method workPhases (line 52) | public int workPhases() { method doPhase (line 56) | public final int doPhase(final int phase, final int firstOp, final Res... method prepareIncrement (line 74) | protected int prepareIncrement(final RequestList requests) throws OtpE... method checkIncrement (line 88) | protected int checkIncrement(final int firstOp, final ResultList results) method toString (line 98) | @Override method getKey (line 108) | public String getKey() { method getIncValue (line 117) | public T getIncValue() { FILE: java-api/src/de/zib/scalaris/executor/ScalarisListAppendRemoveOp1.java class ScalarisListAppendRemoveOp1 (line 21) | public class ScalarisListAppendRemoveOp1 extends ScalarisChangeListOp1 { method ScalarisListAppendRemoveOp1 (line 40) | public ScalarisListAppendRemoveOp1(final String key, final List toAdd, method changeList (line 55) | @Override method toString (line 75) | @Override FILE: java-api/src/de/zib/scalaris/executor/ScalarisListAppendRemoveOp2.java class ScalarisListAppendRemoveOp2 (line 24) | public class ScalarisListAppendRemoveOp2 extends ScalarisChangeListOp2 { method ScalarisListAppendRemoveOp2 (line 43) | public ScalarisListAppendRemoveOp2(final String key, final List toAdd, method changeList (line 59) | @Override method toString (line 68) | @Override FILE: java-api/src/de/zib/scalaris/executor/ScalarisOp.java type ScalarisOp (line 16) | public interface ScalarisOp { method workPhases (line 24) | public abstract int workPhases(); method doPhase (line 54) | public abstract int doPhase(int phase, int firstOp, ResultList results, method toString (line 61) | public abstract String toString(); FILE: java-api/src/de/zib/scalaris/executor/ScalarisOpExecutor.java class ScalarisOpExecutor (line 18) | public abstract class ScalarisOpExecutor { method addOp (line 36) | public void addOp(final ScalarisOp op) { method reset (line 46) | public void reset() { method run (line 61) | public void run() throws OtpErlangException, UnknownException { method endWorkPhase (line 90) | protected void endWorkPhase(final int phase, final RequestList request... method newRequestList (line 98) | protected abstract RequestList newRequestList(); method executeRequests (line 115) | protected abstract ResultList executeRequests(RequestList requests) method getWorkPhases (line 121) | public int getWorkPhases() { method getOps (line 133) | public ArrayList getOps() { FILE: java-api/src/de/zib/scalaris/executor/ScalarisReadOp.java class ScalarisReadOp (line 35) | public class ScalarisReadOp implements ScalarisOp { method ScalarisReadOp (line 45) | public ScalarisReadOp(final String key) { method workPhases (line 49) | public int workPhases() { method doPhase (line 53) | public final int doPhase(final int phase, final int firstOp, final Res... method prepareRead (line 71) | protected int prepareRead(final RequestList requests) throws OtpErlang... method checkRead (line 85) | protected int checkRead(final int firstOp, final ResultList results) method toString (line 97) | @Override method getKey (line 107) | public String getKey() { method getValue (line 116) | public ErlangValue getValue() { FILE: java-api/src/de/zib/scalaris/executor/ScalarisSingleOpExecutor.java class ScalarisSingleOpExecutor (line 35) | public class ScalarisSingleOpExecutor extends ScalarisOpExecutor { method ScalarisSingleOpExecutor (line 44) | public ScalarisSingleOpExecutor(final TransactionSingleOp scalaris_sin... method executeRequests (line 49) | @Override method newRequestList (line 55) | @Override FILE: java-api/src/de/zib/scalaris/executor/ScalarisTxOpExecutor.java class ScalarisTxOpExecutor (line 33) | public class ScalarisTxOpExecutor extends ScalarisOpExecutor { method ScalarisTxOpExecutor (line 46) | public ScalarisTxOpExecutor(final Transaction scalaris_tx) { method endWorkPhase (line 59) | @Override method executeRequests (line 66) | @Override method newRequestList (line 72) | @Override method setCommitLast (line 80) | public void setCommitLast(final boolean commitLast) { method reset (line 87) | @Override FILE: java-api/src/de/zib/scalaris/executor/ScalarisWriteOp.java class ScalarisWriteOp (line 34) | public class ScalarisWriteOp implements ScalarisOp { method ScalarisWriteOp (line 46) | public ScalarisWriteOp(final String key, final T value) { method workPhases (line 51) | public int workPhases() { method doPhase (line 55) | public final int doPhase(final int phase, final int firstOp, final Res... method prepareWrite (line 73) | protected int prepareWrite(final RequestList requests) throws OtpErlan... method checkWrite (line 87) | protected int checkWrite(final int firstOp, final ResultList results) method toString (line 96) | @Override method getKey (line 106) | public String getKey() { method getValue (line 115) | public T getValue() { FILE: java-api/src/de/zib/scalaris/jmx/MonitorNode.java class MonitorNode (line 16) | public class MonitorNode implements MonitorNodeMBean { method MonitorNode (line 29) | public MonitorNode(final String node) throws ConnectionException { method getScalarisVersion (line 36) | public String getScalarisVersion() throws ConnectionException, Unknown... method getErlangVersion (line 42) | public String getErlangVersion() throws ConnectionException, UnknownEx... method getDhtNodes (line 48) | public int getDhtNodes() throws ConnectionException, UnknownException { method getLatencyAvg (line 54) | public Map getLatencyAvg() throws ConnectionException, U... method getLatencyStddev (line 60) | public Map getLatencyStddev() throws ConnectionException... method getCurLatencyAvg (line 66) | public Double getCurLatencyAvg() throws ConnectionException, UnknownEx... method getCurLatencyStddev (line 72) | public Double getCurLatencyStddev() throws ConnectionException, Unknow... FILE: java-api/src/de/zib/scalaris/jmx/MonitorNodeMBean.java type MonitorNodeMBean (line 15) | public interface MonitorNodeMBean { method getScalarisVersion (line 30) | public abstract String getScalarisVersion() throws ConnectionException... method getErlangVersion (line 45) | public abstract String getErlangVersion() throws ConnectionException, ... method getDhtNodes (line 60) | public abstract int getDhtNodes() throws ConnectionException, UnknownE... method getLatencyAvg (line 75) | public abstract Map getLatencyAvg() throws ConnectionExc... method getLatencyStddev (line 90) | public abstract Map getLatencyStddev() throws Connection... method getCurLatencyAvg (line 105) | public abstract Double getCurLatencyAvg() throws ConnectionException, ... method getCurLatencyStddev (line 121) | public abstract Double getCurLatencyStddev() throws ConnectionExceptio... FILE: java-api/src/de/zib/scalaris/jmx/MonitorService.java class MonitorService (line 16) | public class MonitorService implements MonitorServiceMBean { method MonitorService (line 29) | public MonitorService(final String node) throws ConnectionException { method getTotalLoad (line 35) | public Long getTotalLoad() throws ConnectionException, UnknownException { method getNodes (line 41) | public Long getNodes() throws ConnectionException, UnknownException { method getLatencyAvg (line 47) | public Map getLatencyAvg() throws ConnectionException, U... method getLatencyStddev (line 53) | public Map getLatencyStddev() throws ConnectionException... method getCurLatencyAvg (line 59) | public Double getCurLatencyAvg() throws ConnectionException, UnknownEx... method getCurLatencyStddev (line 65) | public Double getCurLatencyStddev() throws ConnectionException, Unknow... FILE: java-api/src/de/zib/scalaris/jmx/MonitorServiceMBean.java type MonitorServiceMBean (line 15) | public interface MonitorServiceMBean { method getTotalLoad (line 29) | public abstract Long getTotalLoad() throws ConnectionException, Unknow... method getNodes (line 44) | public abstract Long getNodes() throws ConnectionException, UnknownExc... method getLatencyAvg (line 59) | public abstract Map getLatencyAvg() throws ConnectionExc... method getLatencyStddev (line 74) | public abstract Map getLatencyStddev() throws Connection... method getCurLatencyAvg (line 89) | public abstract Double getCurLatencyAvg() throws ConnectionException, ... method getCurLatencyStddev (line 105) | public abstract Double getCurLatencyStddev() throws ConnectionExceptio... FILE: java-api/src/de/zib/scalaris/operations/AddDelOnListOp.java class AddDelOnListOp (line 38) | public class AddDelOnListOp implements TransactionOperation, Transaction... method AddDelOnListOp (line 54) | public AddDelOnListOp(final OtpErlangString key, final OtpErlangList t... method AddDelOnListOp (line 69) | public AddDelOnListOp(final String key, final List toAdd, final... method getErlang (line 75) | public OtpErlangObject getErlang(final boolean compressed) { method getKey (line 82) | public OtpErlangString getKey() { method setResult (line 86) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 91) | public OtpErlangObject getResult() { method getResultCompressed (line 95) | public boolean getResultCompressed() { method processResult (line 99) | public Object processResult() throws UnknownException, method processResultSingle (line 122) | public Object processResultSingle() throws AbortException, method toString (line 128) | @Override FILE: java-api/src/de/zib/scalaris/operations/AddOnNrOp.java class AddOnNrOp (line 37) | public class AddOnNrOp implements TransactionOperation, TransactionSingl... method AddOnNrOp (line 51) | public AddOnNrOp(final OtpErlangString key, final OtpErlangLong toAdd) { method AddOnNrOp (line 64) | public AddOnNrOp(final OtpErlangString key, final OtpErlangDouble toAd... method AddOnNrOp (line 77) | public AddOnNrOp(final String key, final T toAdd) { method AddOnNrOp (line 90) | public AddOnNrOp(final String key, final Double toAdd) { method getErlang (line 95) | public OtpErlangObject getErlang(final boolean compressed) { method getKey (line 101) | public OtpErlangString getKey() { method setResult (line 105) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 110) | public OtpErlangObject getResult() { method getResultCompressed (line 114) | public boolean getResultCompressed() { method processResult (line 118) | public Object processResult() throws UnknownException, method processResultSingle (line 141) | public Object processResultSingle() throws AbortException, method toString (line 147) | @Override FILE: java-api/src/de/zib/scalaris/operations/CommitOp.java class CommitOp (line 18) | public class CommitOp implements TransactionOperation { method CommitOp (line 24) | public CommitOp() { method getErlang (line 27) | public OtpErlangObject getErlang(final boolean compressed) { method getKey (line 31) | public OtpErlangString getKey() { method setResult (line 35) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 40) | public OtpErlangObject getResult() { method getResultCompressed (line 44) | public boolean getResultCompressed() { method processResult (line 48) | public Object processResult() throws AbortException, UnknownException { method toString (line 53) | @Override method processResult_commit (line 75) | public static final void processResult_commit(final OtpErlangObject re... FILE: java-api/src/de/zib/scalaris/operations/Operation.java type Operation (line 36) | public interface Operation { method getErlang (line 46) | abstract public OtpErlangObject getErlang(final boolean compressed); method getKey (line 52) | abstract public OtpErlangString getKey(); method setResult (line 65) | public abstract void setResult(final OtpErlangObject resultRaw, method getResult (line 76) | public abstract OtpErlangObject getResult(); method getResultCompressed (line 87) | public abstract boolean getResultCompressed(); method processResult (line 114) | public abstract Object processResult() throws NotFoundException, FILE: java-api/src/de/zib/scalaris/operations/PartialReadOp.java class PartialReadOp (line 28) | public abstract class PartialReadOp implements TransactionOperation, method PartialReadOp (line 40) | public PartialReadOp(final OtpErlangString key) { method PartialReadOp (line 49) | public PartialReadOp(final String key) { method getKey (line 53) | public OtpErlangString getKey() { method setResult (line 57) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 62) | public OtpErlangObject getResult() { method getResultCompressed (line 66) | public boolean getResultCompressed() { FILE: java-api/src/de/zib/scalaris/operations/ReadOp.java class ReadOp (line 39) | public class ReadOp implements TransactionOperation, TransactionSingleOp... method ReadOp (line 50) | public ReadOp(final OtpErlangString key) { method ReadOp (line 59) | public ReadOp(final String key) { method getErlang (line 63) | public OtpErlangObject getErlang(final boolean compressed) { method getKey (line 68) | public OtpErlangString getKey() { method setResult (line 72) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 77) | public OtpErlangObject getResult() { method getResultCompressed (line 81) | public boolean getResultCompressed() { method processResult (line 85) | public ErlangValue processResult() throws NotFoundException, method processResultSingle (line 119) | public ErlangValue processResultSingle() throws NotFoundException, method toString (line 125) | @Override FILE: java-api/src/de/zib/scalaris/operations/ReadRandomFromListOp.java class ReadRandomFromListOp (line 39) | public class ReadRandomFromListOp extends PartialReadOp { class Result (line 47) | public static class Result { method Result (line 57) | protected Result(final OtpErlangObject result0, final boolean compre... method toString (line 83) | @Override method ReadRandomFromListOp (line 96) | public ReadRandomFromListOp(final OtpErlangString key) { method ReadRandomFromListOp (line 105) | public ReadRandomFromListOp(final String key) { method getErlang (line 109) | public OtpErlangObject getErlang(final boolean compressed) { method processResult (line 115) | public Result processResult() throws NotFoundException, EmptyListExcep... method processResultSingle (line 149) | public Result processResultSingle() throws NotFoundException, method toString (line 154) | @Override FILE: java-api/src/de/zib/scalaris/operations/ReadSublistOp.java class ReadSublistOp (line 65) | public class ReadSublistOp extends PartialReadOp { class Result (line 73) | public static class Result { method Result (line 83) | protected Result(final OtpErlangObject result0, final boolean compre... method toString (line 109) | @Override method ReadSublistOp (line 131) | public ReadSublistOp(final OtpErlangString key, final OtpErlangInt sta... method ReadSublistOp (line 149) | public ReadSublistOp(final String key, final int start, final int leng... method getErlang (line 156) | public OtpErlangObject getErlang(final boolean compressed) { method processResult (line 163) | public Result processResult() throws NotFoundException, NotAListExcept... method processResultSingle (line 195) | public Result processResultSingle() throws NotFoundException, method toString (line 200) | @Override FILE: java-api/src/de/zib/scalaris/operations/TestAndSetOp.java class TestAndSetOp (line 38) | public class TestAndSetOp implements TransactionOperation, TransactionSi... method TestAndSetOp (line 55) | public TestAndSetOp(final OtpErlangString key, final OtpErlangObject o... method TestAndSetOp (line 71) | public TestAndSetOp(final String key, final OldT oldValue... method getErlang (line 77) | public OtpErlangObject getErlang(final boolean compressed) { method getKey (line 84) | public OtpErlangString getKey() { method setResult (line 88) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 93) | public OtpErlangObject getResult() { method getResultCompressed (line 97) | public boolean getResultCompressed() { method processResult (line 101) | public Object processResult() throws NotFoundException, method processResultSingle (line 138) | public Object processResultSingle() throws AbortException, method toString (line 144) | @Override FILE: java-api/src/de/zib/scalaris/operations/TransactionOperation.java type TransactionOperation (line 27) | public interface TransactionOperation extends Operation { FILE: java-api/src/de/zib/scalaris/operations/TransactionSingleOpOperation.java type TransactionSingleOpOperation (line 36) | public interface TransactionSingleOpOperation extends Operation { method processResultSingle (line 68) | public abstract Object processResultSingle() throws NotFoundException, FILE: java-api/src/de/zib/scalaris/operations/WriteOp.java class WriteOp (line 34) | public class WriteOp implements TransactionOperation, TransactionSingleO... method WriteOp (line 48) | public WriteOp(final OtpErlangString key, final OtpErlangObject value) { method WriteOp (line 60) | public WriteOp(final String key, final T value) { method getErlang (line 65) | public OtpErlangObject getErlang(final boolean compressed) { method getKey (line 71) | public OtpErlangString getKey() { method setResult (line 75) | public void setResult(final OtpErlangObject resultRaw, final boolean c... method getResult (line 80) | public OtpErlangObject getResult() { method getResultCompressed (line 84) | public boolean getResultCompressed() { method processResult (line 88) | public Object processResult() throws UnknownException { method processResultSingle (line 105) | public Object processResultSingle() throws AbortException, UnknownExce... method toString (line 110) | @Override FILE: java-api/src/de/zib/tools/CircularByteArrayOutputStream.java class CircularByteArrayOutputStream (line 29) | public class CircularByteArrayOutputStream extends OutputStream { method CircularByteArrayOutputStream (line 45) | public CircularByteArrayOutputStream(final int size) { method write (line 53) | @Override method clear (line 65) | public synchronized void clear() { method toByteArray (line 78) | public synchronized byte toByteArray()[] { method toString (line 103) | @Override method toString (line 125) | public synchronized String toString(final String charsetName) FILE: java-api/src/de/zib/tools/LinkedMultiHashMap.java class LinkedMultiHashMap (line 35) | public class LinkedMultiHashMap extends MultiMap> ot... FILE: java-api/src/de/zib/tools/MultiHashMap.java class MultiHashMap (line 35) | public class MultiHashMap extends MultiMap>, K,... method MultiHashMap (line 39) | public MultiHashMap() { method MultiHashMap (line 49) | public MultiHashMap(final int initialCapacity) { method MultiHashMap (line 61) | public MultiHashMap(final Map> other) { FILE: java-api/src/de/zib/tools/MultiMap.java class MultiMap (line 39) | public class MultiMap>, K, V> implements Map>> entrySet() { method get (line 134) | public List get(final Object key) { method isEmpty (line 141) | public boolean isEmpty() { method keySet (line 148) | public Set keySet() { method put1 (line 165) | public List put1(final K key, final V value) { method put (line 174) | public List put(final K key, final List value) { method putAll (line 187) | public void putAll(final Map> m) { method remove (line 196) | public List remove(final Object key) { method size (line 203) | public int size() { method values (line 210) | public Collection> values() { method toString (line 214) | @Override FILE: java-api/src/de/zib/tools/PropertyLoader.java class PropertyLoader (line 39) | public class PropertyLoader { method loadProperties (line 51) | public static boolean loadProperties(final Properties properties, fina... method loadProperties (line 74) | public static boolean loadProperties(final Properties properties, FILE: java-api/test/de/zib/scalaris/ConnectionTest.java class ConnectionTest (line 43) | public class ConnectionTest { method testConnectionOtpSelfPeerNode (line 72) | @Test method testConnectionOtpSelfConnectionPolicy (line 108) | @Test method testFailedConnection (line 141) | @Test method testDoRPCStringStringOtpErlangList (line 265) | @Test method testDoRPCStringStringOtpErlangList_fail (line 308) | @Test(expected=ConnectionException.class) method testDoRPCStringStringOtpErlangObjectArray (line 355) | @Test method testDoRPCStringStringOtpErlangObjectArray_fail (line 399) | @Test(expected=ConnectionException.class) FILE: java-api/test/de/zib/scalaris/DefaultConnectionPolicyTest.java class DefaultConnectionPolicyTest (line 39) | public class DefaultConnectionPolicyTest { method testDefaultConnectionPolicyPeerNode (line 43) | @Test method testDefaultConnectionPolicyListOfPeerNode (line 80) | @Test method testAvailableNodeAdded (line 244) | @Test method testAvailableNodeRemoved (line 291) | @Test method testAvailableNodesReset (line 340) | @Test method testNodeFailed (line 369) | @Test method testnodeFailReset (line 523) | @Test method testNodeConnectSuccess (line 601) | @Test method testSelectNode (line 695) | @Test method testSelectNodeIntPeerNodeE (line 791) | @Test method testGetMaxRetries (line 887) | @Test method testSetMaxRetries (line 906) | @Test FILE: java-api/test/de/zib/scalaris/ErlangValueTest.java class ErlangValueTest (line 50) | public class ErlangValueTest { method getRandomBigInt (line 51) | private static BigInteger getRandomBigInt(final Random random) { method getRandomBytes (line 55) | private static byte[] getRandomBytes(final Random random, final int si... method getRandomString (line 61) | private static String getRandomString(final Random random, final int l... method getRandomCharString (line 88) | private static String getRandomCharString(final Random random, final i... method getRandomList (line 101) | private static List getRandomList(final Random random, final i... method getRandomListRecursive (line 106) | private static List getRandomListRecursive(final Random random... method getRandomMapRecursive (line 142) | private static Map getRandomMapRecursive(final Random ... method testBoolValue (line 186) | @Test method testIntValue (line 208) | @Test method testIntValue (line 222) | private final void testIntValue(final int value) { method testLongValue (line 237) | @Test method testLongValue (line 251) | private final void testLongValue(final long value) { method testBigIntValue (line 266) | @Test method testBigIntValue (line 280) | private final void testBigIntValue(final BigInteger value) { method testDoubleValue (line 295) | @Test method testDoubleValue (line 309) | private final void testDoubleValue(final double value) { method testStringValue (line 324) | @Test method testStringValue (line 338) | private final void testStringValue(final String value) { method testBinaryValue (line 353) | @Test method testBinaryValue (line 366) | private final void testBinaryValue(final byte[] value) { method testListValue (line 383) | @Test method testListValue (line 398) | private final void testListValue(final List value) { method compareList (line 431) | private static void compareList(final List expected, final Lis... method testLongListValue (line 459) | @Test method testLongListValue (line 477) | private final void testLongListValue(final List value) { method testDoubleListValue (line 498) | @Test method testDoubleListValue (line 516) | private final void testDoubleListValue(final List value) { method testStringListValue (line 537) | @Test method testStringListValue (line 555) | private final void testStringListValue(final List value) { method testBinaryListValue (line 576) | @Test method testBinaryListValue (line 594) | private final void testBinaryListValue(final List value) { method testJsonValue (line 623) | @Test method testJsonValue (line 637) | private final void testJsonValue(final Map value) { method compareMap (line 646) | private final void compareMap(final Map expected, fina... class JSONBeanTest1 (line 658) | private static class JSONBeanTest1 { method JSONBeanTest1 (line 666) | public JSONBeanTest1() {} method getA (line 668) | public boolean getA() { return a; } method getB (line 669) | public int getB() { return b; } method getC (line 670) | public long getC() { return c; } method getD (line 671) | public BigInteger getD() { return d; } method getE (line 672) | public double getE() { return e; } method getF (line 673) | public String getF() { return f; } method setA (line 675) | public void setA(final boolean a_) { this.a = a_; } method setB (line 676) | public void setB(final int b_) { this.b = b_; } method setC (line 677) | public void setC(final long c_) { this.c = c_; } method setD (line 678) | public void setD(final BigInteger d_) { this.d = d_; } method setE (line 679) | public void setE(final double e_) { this.e = e_; } method setF (line 680) | public void setF(final String f_) { this.f = f_; } method testJsonValueBean1a (line 691) | @Test method compareScalarisJSON (line 724) | private final void compareScalarisJSON(final ErlangValue expected, method compareScalarisJSON (line 735) | private final void compareScalarisJSON(final OtpErlangObject expected, method testJsonValueBean1b (line 821) | @Test class JSONBeanTest2 (line 846) | private static class JSONBeanTest2 { method JSONBeanTest2 (line 857) | public JSONBeanTest2() {} method getA2 (line 859) | public boolean getA2() { return a2; } method getB2 (line 860) | public int getB2() { return b2; } method getC2 (line 861) | public long getC2() { return c2; } method getD2 (line 862) | public BigInteger getD2() { return d2; } method getE2 (line 863) | public double getE2() { return e2; } method getF2 (line 864) | public String getF2() { return f2; } method getG2 (line 865) | public List getG2() { return g2; } method getH2 (line 866) | public JSONBeanTest1 getH2() { return h2; } method getI2 (line 867) | public Map getI2() { return i2; } method setA2 (line 869) | public void setA2(final boolean a_) { this.a2 = a_; } method setB2 (line 870) | public void setB2(final int b_) { this.b2 = b_; } method setC2 (line 871) | public void setC2(final long c_) { this.c2 = c_; } method setD2 (line 872) | public void setD2(final BigInteger d_) { this.d2 = d_; } method setE2 (line 873) | public void setE2(final double e_) { this.e2 = e_; } method setF2 (line 874) | public void setF2(final String f_) { this.f2 = f_; } method setG2 (line 875) | public void setG2(final List g_) { this.g2 = g_; } method setH2 (line 876) | public void setH2(final JSONBeanTest1 h_) { this.h2 = h_; } method setI2 (line 877) | public void setI2(final Map i_) { this.i2 = i_; } method testJsonValueBean2a (line 888) | @Test method testJsonValueBean2b (line 941) | @Test class JSONBeanTest3 (line 987) | private static class JSONBeanTest3 { method JSONBeanTest3 (line 991) | public JSONBeanTest3() {} method getA3 (line 993) | public List getA3() { return a3; } method getB3 (line 994) | public Map getB3() { return b3; } method setA3 (line 996) | public void setA3(final List a_) { this.a3 = a_; } method setB3 (line 997) | public void setB3(final Map b_) { this.b3 = b... method testJsonValueBean3a (line 1008) | @Test method testJsonValueBean3b (line 1071) | @Test FILE: java-api/test/de/zib/scalaris/InterOpTest.java class InterOpTest (line 42) | public class InterOpTest { type Mode (line 43) | private enum Mode { READ, WRITE } method main (line 71) | public static void main(final String[] args) { method read_or_write (line 146) | private static int read_or_write(final TransactionSingleOp sc, final S... method compare (line 213) | private static boolean compare(final byte[] actual, final Object expec... method compare (line 230) | private static boolean compare(final List actual, final Object... method compare (line 249) | private static boolean compare(final Map actual, final... method compare (line 268) | private static boolean compare(final Object actual, final Object expec... method valueToStr (line 338) | private static String valueToStr(final Object value) { method valueToStr (line 344) | private static void valueToStr(final Object value, final StringBuilder... method read_write_boolean (line 394) | private static int read_write_boolean(final String basekey, final Tran... method read_write_integer (line 408) | private static int read_write_integer(final String basekey, final Tran... method read_write_long (line 434) | private static int read_write_long(final String basekey, final Transac... method read_write_biginteger (line 460) | private static int read_write_biginteger(final String basekey, final T... method read_write_double (line 483) | private static int read_write_double(final String basekey, final Trans... method read_write_string (line 520) | private static int read_write_string(final String basekey, final Trans... method read_write_binary (line 542) | private static int read_write_binary(final String basekey, final Trans... method read_write_list (line 559) | private static int read_write_list(final String basekey, final Transac... method read_write_map (line 627) | private static int read_write_map(final String basekey, final Transact... method getOptions (line 693) | private static Options getOptions() { FILE: java-api/test/de/zib/scalaris/MonitorTest.java class MonitorTest (line 35) | public class MonitorTest { method testMonitor (line 54) | @Test method testDoubleClose (line 66) | @Test method testGetNodeInfo_NotConnected (line 78) | @Test(expected = ConnectionException.class) method testGetNodeInfo1 (line 90) | @Test method testGetNodePerformance_NotConnected (line 109) | @Test(expected = ConnectionException.class) method testGetNodePerformance1 (line 122) | @Test method testGetServiceInfo_NotConnected (line 146) | @Test(expected = ConnectionException.class) method testGetServiceInfo1 (line 159) | @Test method testGetServicePerformance_NotConnected (line 177) | @Test(expected = ConnectionException.class) method testGetServicePerformance1 (line 190) | @Test FILE: java-api/test/de/zib/scalaris/PeerNodeTest.java class PeerNodeTest (line 35) | public class PeerNodeTest { method testPeerNodeOtpPeer (line 39) | @Test method testPeerNodeString (line 48) | @Test method testGetSetLastFailedConnect (line 62) | @Test method testResetFailureCount (line 89) | @Test method testGetSetLastConnectSuccess (line 118) | @Test FILE: java-api/test/de/zib/scalaris/ReplicatedDHTTest.java class ReplicatedDHTTest (line 30) | public class ReplicatedDHTTest { method testReplicatedDHT1 (line 68) | @Test method testReplicatedDHT2 (line 79) | @Test method testDoubleClose (line 92) | @Test method checkKeyDoesNotExist (line 109) | private void checkKeyDoesNotExist(final String key) throws ConnectionE... method testDelete_notExistingKey (line 131) | @Test method testDelete1 (line 169) | @Test method testDelete2 (line 225) | @Test FILE: java-api/test/de/zib/scalaris/ScalarisTest.java class ScalarisTest (line 31) | public class ScalarisTest { method testScalaris1 (line 46) | @Test method testScalaris2 (line 59) | @Test method testDoubleClose (line 71) | @Test method testGetRandomNodes_NotConnected (line 85) | @Test(expected=ConnectionException.class) method testGetRandomNodes1 (line 98) | @Test method testGetRandomNodes2 (line 109) | @Test method testGetRandomNodes3 (line 120) | @Test method testGetRandomNodesX (line 125) | private final void testGetRandomNodesX(final int max) throws Connectio... FILE: java-api/test/de/zib/scalaris/ScalarisVMTest.java class ScalarisVMTest (line 38) | public class ScalarisVMTest { type DeleteAction (line 40) | protected enum DeleteAction { method testScalarisVM (line 61) | @Test method testDoubleClose (line 73) | @Test method testGetVersion_NotConnected (line 85) | @Test(expected=ConnectionException.class) method testGetVersion1 (line 97) | @Test method testGetInfo_NotConnected (line 113) | @Test(expected=ConnectionException.class) method testGetInfo1 (line 125) | @Test method testGetNumberOfNodes_NotConnected (line 149) | @Test(expected=ConnectionException.class) method testGetNumberOfNodes1 (line 161) | @Test method testGetNodes_NotConnected (line 177) | @Test(expected=ConnectionException.class) method testGetNodes1 (line 189) | @Test method testAddNodes_NotConnected (line 207) | @Test(expected=ConnectionException.class) method testAddNodes0 (line 220) | @Test method testAddNodes1 (line 231) | @Test method testAddNodes3 (line 242) | @Test method testAddNodesX (line 254) | private final void testAddNodesX(final int nodesToAdd) throws Connecti... method testShutdownNode_NotConnected (line 284) | @Test(expected=ConnectionException.class) method testShutdownNode1 (line 297) | @Test method testKillNode_NotConnected (line 309) | @Test(expected=ConnectionException.class) method testKillNode1 (line 322) | @Test method testDeleteNode (line 334) | private final void testDeleteNode(final DeleteAction action) throws Co... method testShutdownNodes_NotConnected (line 365) | @Test(expected=ConnectionException.class) method testShutdownNodes0 (line 378) | @Test method testShutdownNodes1 (line 389) | @Test method testShutdownNodes3 (line 400) | @Test method testKillNodes_NotConnected (line 412) | @Test(expected=ConnectionException.class) method testKillNodes0 (line 425) | @Test method testKillNodes1 (line 436) | @Test method testKillNodes3 (line 447) | @Test method testDeleteNodesX (line 459) | private final void testDeleteNodesX(final int nodesToRemove, final Del... method testShutdownByName_NotConnected (line 496) | @Test(expected=ConnectionException.class) method testShutdownByName0 (line 509) | @Test method testShutdownByName1 (line 521) | @Test method testShutdownByName3 (line 533) | @Test method testKillByName_NotConnected (line 545) | @Test(expected=ConnectionException.class) method testKillByName0 (line 558) | @Test method testKillByName1 (line 569) | @Test method testKillByName3 (line 580) | @Test method testDeleteNodesByNameX (line 592) | private final void testDeleteNodesByNameX(final int nodesToRemove, fin... method testGetOtherVMs_NotConnected (line 636) | @Test(expected=ConnectionException.class) method testGetOtherVMs1 (line 649) | @Test method testGetOtherVMs2 (line 660) | @Test method testGetOtherVMs3 (line 671) | @Test method testGetOtherVMsX (line 676) | private final void testGetOtherVMsX(final int max) throws ConnectionEx... method testShutdownVM_NotConnected (line 699) | @Test(expected=ConnectionException.class) method testShutdownVM1 (line 711) | @Ignore("we still need the Scalaris Erlang VM") method testKillVM_NotConnected (line 723) | @Test(expected=ConnectionException.class) method testKillVM1 (line 735) | @Ignore("we still need the Scalaris Erlang VM") FILE: java-api/test/de/zib/scalaris/TransactionSingleOpTest.java class TransactionSingleOpTest (line 48) | public class TransactionSingleOpTest { method testTransactionSingleOp1 (line 86) | @Test method testTransactionSingleOp2 (line 97) | @Test method testDoubleClose (line 110) | @Test method testRead_NotFound (line 124) | @Test(expected=NotFoundException.class) method testRead_NotConnected (line 143) | @Test(expected=ConnectionException.class) method testWriteString_NotConnected (line 161) | @Test(expected=ConnectionException.class) method testWriteString1 (line 181) | @Test method testWriteString2 (line 212) | @Test method testWriteNumber_NotConnected (line 240) | @Test(expected=ConnectionException.class) method testWriteNumber1 (line 261) | @Test method testWriteNumber2 (line 304) | @Test method testWriteList_NotConnected (line 344) | @Test(expected=ConnectionException.class) method testWriteList1 (line 371) | @Test method testWriteList2 (line 436) | @Test method testTestAndSetList_NotConnected (line 482) | @Test(expected=ConnectionException.class) method testTestAndSetList_NotFound (line 508) | @Test(expected=NotFoundException.class) method testTestAndSetList1a (line 541) | @Test method testTestAndSetList1b (line 596) | @Test method testTestAndSetList2a (line 655) | @Test method testTestAndSetList2b (line 707) | @Test method testTestAndSetString_NotConnected (line 757) | @Test(expected=ConnectionException.class) method testTestAndSetString_NotFound (line 780) | @Test(expected=NotFoundException.class) method testTestAndSetString1 (line 809) | @Test method testTestAndSetString2 (line 850) | @Test method testReqList_Empty (line 890) | @Test method testReqList1 (line 910) | @Test method testReadLargeList1 (line 981) | @Test method testReadLargeList2 (line 995) | @Test method testReadLargeList (line 1015) | protected void testReadLargeList(final boolean compressed, final Strin... method testReadLargeString1 (line 1046) | @Test method testReadLargeString2 (line 1061) | @Test method testReadLargeString3 (line 1077) | @Test method testReadLargeString4 (line 1093) | @Test method testReadLargeString (line 1114) | protected void testReadLargeString(final int compression, final String... method testReadRandomFromList_NotFound (line 1179) | @Test(expected=NotFoundException.class) method testReadRandomFromListOp_NotConnected (line 1204) | @Test(expected=ConnectionException.class) FILE: java-api/test/de/zib/scalaris/TransactionTest.java class TransactionTest (line 40) | public class TransactionTest { method testTransaction1 (line 77) | @Test method testTransaction2 (line 87) | @Test method testDoubleClose (line 100) | @Test method testCommit_NotConnected (line 115) | @Test(expected=ConnectionException.class) method testCommit_Empty (line 135) | @Test method testAbort_NotConnected (line 153) | @Test method testAbort_Empty (line 168) | @Test method testRead_NotFound (line 185) | @Test(expected = NotFoundException.class) method testRead_NotConnected (line 205) | @Test(expected = ConnectionException.class) method testWriteString_NotConnected (line 226) | @Test(expected = ConnectionException.class) method testWriteString_NotFound (line 249) | @Test method testWriteString1 (line 280) | @Test method testWriteString2 (line 334) | @Test method testWriteList1 (line 382) | @Test method testWriteList2 (line 446) | @Test method testTestAndSetList_NotConnected (line 499) | @Test(expected=ConnectionException.class) method testTestAndSetList_NotFound (line 525) | @Test(expected=NotFoundException.class) method testTestAndSetList1a (line 558) | @Test method testTestAndSetList1b (line 639) | @Test method testTestAndSetList2a (line 733) | @Test method testTestAndSetList2b (line 801) | @Test method testTestAndSetString_NotConnected (line 873) | @Test(expected=ConnectionException.class) method testTestAndSetString_NotFound (line 896) | @Test(expected=NotFoundException.class) method testTestAndSetString1a (line 926) | @Test method testTestAndSetString1b (line 992) | @Test method testTestAndSetString2a (line 1073) | @Test method testTestAndSetString2b (line 1132) | @Test method testReqList_Empty (line 1194) | @Test method testReqList1 (line 1214) | @Test method testVarious (line 1288) | @Test method writeSingleTest (line 1294) | protected void writeSingleTest(final String key, final String data) method testPerformance1 (line 1334) | public void testPerformance1() throws ConnectionException, FILE: java-api/test/de/zib/tools/PropertyLoaderTest.java class PropertyLoaderTest (line 36) | public class PropertyLoaderTest { method setUpBeforeClass (line 41) | @BeforeClass method tearDownAfterClass (line 48) | @AfterClass method setUp (line 55) | @Before method tearDown (line 62) | @After method testLoadProperties1 (line 70) | @Test method testLoadProperties2 (line 85) | @Test method testLoadProperties3 (line 100) | @Test FILE: python-api/scalaris.py class JSONConnection (line 29) | class JSONConnection(object): method __init__ (line 34) | def __init__(self, url = DEFAULT_URL, timeout = socket.getdefaulttimeo... method callp (line 45) | def callp(self, path, function, params, retry_if_bad_status = True): method call (line 48) | def call(self, function, params, path = DEFAULT_PATH, retry_if_bad_sta... method encode_value (line 89) | def encode_value(value): method decode_value (line 99) | def decode_value(value): method check_fail_abort (line 113) | def check_fail_abort(result): method process_result_read (line 124) | def process_result_read(result): method process_result_write (line 143) | def process_result_write(result): method process_result_commit (line 159) | def process_result_commit(result): method process_result_add_del_on_list (line 177) | def process_result_add_del_on_list(result): method process_result_add_on_nr (line 196) | def process_result_add_on_nr(result): method process_result_test_and_set (line 216) | def process_result_test_and_set(result): method process_result_delete (line 237) | def process_result_delete(result): method create_delete_result (line 253) | def create_delete_result(result): method process_result_req_list_t (line 277) | def process_result_req_list_t(result): method process_result_req_list_tso (line 291) | def process_result_req_list_tso(result): method process_result_vm_get_version (line 303) | def process_result_vm_get_version(result): method process_result_vm_get_info (line 323) | def process_result_vm_get_info(result): method process_result_vm_get_number_of_nodes (line 350) | def process_result_vm_get_number_of_nodes(result): method process_result_vm_get_nodes (line 365) | def process_result_vm_get_nodes(result): method process_result_vm_add_nodes (line 377) | def process_result_vm_add_nodes(result): method process_result_vm_delete_node (line 389) | def process_result_vm_delete_node(result): method process_result_vm_delete_nodes (line 402) | def process_result_vm_delete_nodes(result): method process_result_vm_delete_nodes_by_name (line 414) | def process_result_vm_delete_nodes_by_name(result): method process_result_vm_delete_vm (line 426) | def process_result_vm_delete_vm(result): method process_result_vm_get_other_vms (line 441) | def process_result_vm_get_other_vms(result): method process_result_autoscale_check_config (line 464) | def process_result_autoscale_check_config(result): method process_result_autoscale_pull_scale_req (line 476) | def process_result_autoscale_pull_scale_req(result): method process_result_autoscale_lock_scale_req (line 492) | def process_result_autoscale_lock_scale_req(result): method process_result_autoscale_unlock_scale_req (line 511) | def process_result_autoscale_unlock_scale_req(result): method process_result_nop (line 528) | def process_result_nop(result): method new_req_list_t (line 537) | def new_req_list_t(other = None): method new_req_list_tso (line 545) | def new_req_list_tso(other = None): method close (line 552) | def close(self): class ScalarisError (line 555) | class ScalarisError(Exception): class AbortError (line 558) | class AbortError(ScalarisError): method __init__ (line 564) | def __init__(self, raw_result, failed_keys): method __str__ (line 567) | def __str__(self): class ConnectionError (line 570) | class ConnectionError(ScalarisError): method __init__ (line 576) | def __init__(self, raw_result, response = None, error = None): method __str__ (line 580) | def __str__(self): class KeyChangedError (line 590) | class KeyChangedError(ScalarisError): method __init__ (line 596) | def __init__(self, raw_result, old_value): method __str__ (line 599) | def __str__(self): class NodeNotFoundError (line 602) | class NodeNotFoundError(ScalarisError): method __init__ (line 608) | def __init__(self, raw_result): method __str__ (line 610) | def __str__(self): class NotFoundError (line 613) | class NotFoundError(ScalarisError): method __init__ (line 619) | def __init__(self, raw_result): method __str__ (line 621) | def __str__(self): class NotAListError (line 624) | class NotAListError(ScalarisError): method __init__ (line 630) | def __init__(self, raw_result): method __str__ (line 632) | def __str__(self): class NotANumberError (line 635) | class NotANumberError(ScalarisError): method __init__ (line 641) | def __init__(self, raw_result): method __str__ (line 643) | def __str__(self): class TimeoutError (line 646) | class TimeoutError(ScalarisError): method __init__ (line 652) | def __init__(self, raw_result): method __str__ (line 654) | def __str__(self): class ConfigError (line 657) | class ConfigError(ScalarisError): method __init__ (line 662) | def __init__(self, raw_result): method __str__ (line 664) | def __str__(self): class LockError (line 667) | class LockError(ScalarisError): method __init__ (line 673) | def __init__(self, raw_result): method __str__ (line 675) | def __str__(self): class UnknownError (line 678) | class UnknownError(ScalarisError): method __init__ (line 684) | def __init__(self, raw_result): method __str__ (line 686) | def __str__(self): class DeleteResult (line 689) | class DeleteResult(object): method __init__ (line 693) | def __init__(self, ok, locks_set, undefined): class ConnectionPool (line 698) | class ConnectionPool(object): method __init__ (line 703) | def __init__(self, max_connections): method _new_connection (line 712) | def _new_connection(self): method _get_connection (line 719) | def _get_connection(self): method get_connection (line 735) | def get_connection(self, timeout = None): method release_connection (line 760) | def release_connection(self, connection): method close_all (line 768) | def close_all(self): class TransactionSingleOp (line 776) | class TransactionSingleOp(object): method __init__ (line 781) | def __init__(self, conn = None): method new_req_list (line 789) | def new_req_list(self, other = None): method req_list (line 795) | def req_list(self, reqlist): method process_result_read (line 811) | def process_result_read(self, result): method process_result_write (line 823) | def process_result_write(self, result): method process_result_add_del_on_list (line 833) | def process_result_add_del_on_list(self, result): method process_result_add_on_nr (line 843) | def process_result_add_on_nr(self, result): method process_result_test_and_set (line 853) | def process_result_test_and_set(self, result): method read (line 863) | def read(self, key): method write (line 872) | def write(self, key, value): method add_del_on_list (line 881) | def add_del_on_list(self, key, to_add, to_remove): method add_on_nr (line 892) | def add_on_nr(self, key, to_add): method test_and_set (line 901) | def test_and_set(self, key, old_value, new_value): method nop (line 912) | def nop(self, value): method close_connection (line 920) | def close_connection(self): class Transaction (line 927) | class Transaction(object): method __init__ (line 932) | def __init__(self, conn = None): method new_req_list (line 941) | def new_req_list(self, other = None): method req_list (line 947) | def req_list(self, reqlist): method process_result_read (line 971) | def process_result_read(self, result): method process_result_write (line 983) | def process_result_write(self, result): method process_result_add_del_on_list (line 992) | def process_result_add_del_on_list(self, result): method process_result_add_on_nr (line 1001) | def process_result_add_on_nr(self, result): method process_result_test_and_set (line 1010) | def process_result_test_and_set(self, result): method _process_result_commit (line 1019) | def _process_result_commit(self, result): method commit (line 1028) | def commit(self): method abort (line 1038) | def abort(self): method read (line 1044) | def read(self, key): method write (line 1054) | def write(self, key, value): method add_del_on_list (line 1062) | def add_del_on_list(self, key, to_add, to_remove): method add_on_nr (line 1074) | def add_on_nr(self, key, to_add): method test_and_set (line 1084) | def test_and_set(self, key, old_value, new_value): method nop (line 1094) | def nop(self, value): method close_connection (line 1102) | def close_connection(self): class _JSONReqList (line 1109) | class _JSONReqList(object): method __init__ (line 1114) | def __init__(self, other = None): method add_read (line 1123) | def add_read(self, key): method add_write (line 1132) | def add_write(self, key, value): method add_add_del_on_list (line 1141) | def add_add_del_on_list(self, key, to_add, to_remove): method add_add_on_nr (line 1150) | def add_add_on_nr(self, key, to_add): method add_test_and_set (line 1159) | def add_test_and_set(self, key, old_value, new_value): method add_commit (line 1168) | def add_commit(self): method get_requests (line 1178) | def get_requests(self): method is_commit (line 1184) | def is_commit(self): method is_empty (line 1190) | def is_empty(self): method size (line 1196) | def size(self): method extend (line 1202) | def extend(self, other): class _JSONReqListTransaction (line 1209) | class _JSONReqListTransaction(_JSONReqList): method __init__ (line 1214) | def __init__(self, other = None): class _JSONReqListTransactionSingleOp (line 1217) | class _JSONReqListTransactionSingleOp(_JSONReqList): method __init__ (line 1223) | def __init__(self, other = None): method add_commit (line 1226) | def add_commit(self): class ReplicatedDHT (line 1232) | class ReplicatedDHT(object): method __init__ (line 1237) | def __init__(self, conn = None): method delete (line 1247) | def delete(self, key, timeout = 2000): method get_last_delete_result (line 1265) | def get_last_delete_result(self): method nop (line 1275) | def nop(self, value): method close_connection (line 1283) | def close_connection(self): class RoutingTable (line 1290) | class RoutingTable(object): method __init__ (line 1295) | def __init__(self, conn = None): method get_replication_factor (line 1303) | def get_replication_factor(self): class ScalarisVM (line 1310) | class ScalarisVM(object): class GetInfoResult (line 1315) | class GetInfoResult(object): method __init__ (line 1316) | def __init__(self, scalarisVersion, erlangVersion, memTotal, uptime, method __init__ (line 1327) | def __init__(self, conn = None): method getVersion (line 1335) | def getVersion(self): method getInfo (line 1342) | def getInfo(self): method getNumberOfNodes (line 1349) | def getNumberOfNodes(self): method getNodes (line 1356) | def getNodes(self): method addNodes (line 1363) | def addNodes(self, number): method shutdownNode (line 1370) | def shutdownNode(self, name): method killNode (line 1377) | def killNode(self, name): method shutdownNodes (line 1384) | def shutdownNodes(self, number): method killNodes (line 1391) | def killNodes(self, number): method shutdownNodesByName (line 1398) | def shutdownNodesByName(self, names): method killNodesByName (line 1405) | def killNodesByName(self, names): method getOtherVMs (line 1412) | def getOtherVMs(self, maxVMs): method shutdownVM (line 1422) | def shutdownVM(self): method killVM (line 1429) | def killVM(self): method nop (line 1436) | def nop(self, value): method close_connection (line 1444) | def close_connection(self): class Autoscale (line 1451) | class Autoscale(object): method __init__ (line 1461) | def __init__(self, conn = None): method process_result_check_config (line 1466) | def process_result_check_config(self, result): method process_result_pull_scale_req (line 1469) | def process_result_pull_scale_req(self, result): method process_result_lock_scale_req (line 1472) | def process_result_lock_scale_req(self, result): method process_result_unlock_scale_req (line 1475) | def process_result_unlock_scale_req(self, result): method check_config (line 1479) | def check_config(self): method pull_scale_req (line 1483) | def pull_scale_req(self): method lock_scale_req (line 1487) | def lock_scale_req(self): method unlock_scale_req (line 1491) | def unlock_scale_req(self): method close_connection (line 1495) | def close_connection(self): function str_to_list (line 1502) | def str_to_list(value): FILE: python-api/scalaris_bench.py function minibench (line 36) | def minibench(operations, threads_per_node, benchmarks): class BenchRunnable (line 125) | class BenchRunnable(Thread): method __init__ (line 130) | def __init__(self, key, value, operations): method _testBegin (line 143) | def _testBegin(self): method _testEnd (line 150) | def _testEnd(self, testRuns): method pre_init (line 160) | def pre_init(self, j = None): method init (line 168) | def init(self): method cleanup (line 174) | def cleanup(self): method operation (line 180) | def operation(self, j): method run (line 186) | def run(self): method getSpeed (line 206) | def getSpeed(self): method shouldStop (line 209) | def shouldStop(self): class BenchRunnable2 (line 212) | class BenchRunnable2(BenchRunnable): method __init__ (line 213) | def __init__(self, key, value, operations): method init (line 219) | def init(self): method cleanup (line 225) | def cleanup(self): class TransSingleOpBench1 (line 231) | class TransSingleOpBench1(BenchRunnable): method __init__ (line 236) | def __init__(self, key, value, operations): method operation (line 239) | def operation(self, j): class TransSingleOpBench2 (line 244) | class TransSingleOpBench2(BenchRunnable2): method __init__ (line 249) | def __init__(self, key, value, operations): method operation (line 252) | def operation(self, j): class TransSingleOpBench3 (line 256) | class TransSingleOpBench3(BenchRunnable): method __init__ (line 261) | def __init__(self, key, value, operations): method init (line 264) | def init(self): method cleanup (line 267) | def cleanup(self): method operation (line 270) | def operation(self, j): class TransBench1 (line 273) | class TransBench1(BenchRunnable): method __init__ (line 277) | def __init__(self, key, value, operations): method operation (line 280) | def operation(self, j): class TransBench2 (line 286) | class TransBench2(BenchRunnable2): method __init__ (line 291) | def __init__(self, key, value, operations): method operation (line 294) | def operation(self, j): class TransBench3 (line 299) | class TransBench3(BenchRunnable): method __init__ (line 304) | def __init__(self, key, value, operations): method init (line 307) | def init(self): method cleanup (line 310) | def cleanup(self): method operation (line 313) | def operation(self, j): class TransIncrementBench (line 317) | class TransIncrementBench(BenchRunnable): method __init__ (line 324) | def __init__(self, key, value, operations): method pre_init (line 327) | def pre_init(self, j = None): method operation2 (line 333) | def operation2(self, tx, j): class TransIncrementBench1 (line 342) | class TransIncrementBench1(TransIncrementBench): method __init__ (line 347) | def __init__(self, key, value, operations): method operation (line 350) | def operation(self, j): class TransIncrementBench2 (line 355) | class TransIncrementBench2(TransIncrementBench): method __init__ (line 361) | def __init__(self, key, value, operations): method init (line 364) | def init(self): method cleanup (line 367) | def cleanup(self): method operation (line 370) | def operation(self, j): class TransIncrementBench3 (line 374) | class TransIncrementBench3(TransIncrementBench): method __init__ (line 379) | def __init__(self, key, value, operations): method init (line 382) | def init(self): method cleanup (line 385) | def cleanup(self): method operation (line 388) | def operation(self, j): class TransReadXWriteXBench (line 391) | class TransReadXWriteXBench(BenchRunnable): method __init__ (line 398) | def __init__(self, key, value, nr_keys, operations): method pre_init (line 406) | def pre_init(self, j = None): method operation2 (line 421) | def operation2(self, tx, j): class TransRead5Write5Bench1 (line 441) | class TransRead5Write5Bench1(TransReadXWriteXBench): method __init__ (line 446) | def __init__(self, key, value, operations): method operation (line 449) | def operation(self, j): class TransRead5Write5Bench2 (line 454) | class TransRead5Write5Bench2(TransReadXWriteXBench): method __init__ (line 460) | def __init__(self, key, value, operations): method init (line 463) | def init(self): method cleanup (line 466) | def cleanup(self): method operation (line 469) | def operation(self, j): class TransRead5Write5Bench3 (line 473) | class TransRead5Write5Bench3(TransReadXWriteXBench): method __init__ (line 478) | def __init__(self, key, value, operations): method init (line 481) | def init(self): method cleanup (line 484) | def cleanup(self): method operation (line 487) | def operation(self, j): class TransAppendToListBench (line 490) | class TransAppendToListBench(BenchRunnable): method __init__ (line 496) | def __init__(self, key, value, nr_keys, operations): method pre_init (line 502) | def pre_init(self, j = None): method operation2 (line 512) | def operation2(self, tx, j): class TransAppendToListBench1 (line 525) | class TransAppendToListBench1(TransAppendToListBench): method __init__ (line 530) | def __init__(self, key, value, operations): method operation (line 533) | def operation(self, j): class TransAppendToListBench2 (line 538) | class TransAppendToListBench2(TransAppendToListBench): method __init__ (line 543) | def __init__(self, key, value, operations): method init (line 546) | def init(self): method cleanup (line 549) | def cleanup(self): method operation (line 552) | def operation(self, j): class TransAppendToListBench3 (line 556) | class TransAppendToListBench3(TransAppendToListBench): method __init__ (line 561) | def __init__(self, key, value, operations): method init (line 564) | def init(self): method cleanup (line 567) | def cleanup(self): method operation (line 570) | def operation(self, j): function _getCurrentMillis (line 573) | def _getCurrentMillis(): function _testBegin (line 580) | def _testBegin(): function _testEnd (line 588) | def _testEnd(testruns): function _getConnection (line 600) | def _getConnection(): function _getResultArray (line 604) | def _getResultArray(rows, columns): function _getRandom (line 615) | def _getRandom(size, mytype): function _integrateResults (line 626) | def _integrateResults(results, i, worker, failed): function _getAvgSpeed (line 658) | def _getAvgSpeed(results): function _runBenchAndPrintResults (line 674) | def _runBenchAndPrintResults(benchmarks, results, columns, rows, test_ty... function _runBench (line 698) | def _runBench(operations, value, name, clazz, parallel_runs): function _printResults (line 718) | def _printResults(columns, rows, results, operations, parallel_runs): function _printException (line 750) | def _printException(): function run_from_cmd (line 755) | def run_from_cmd(argv): FILE: python-api/scalaris_interop_test.py function read_or_write (line 18) | def read_or_write(sc, key, value, mode): function read_write_boolean (line 67) | def read_write_boolean(basekey, sc, mode): function read_write_integer (line 75) | def read_write_integer(basekey, sc, mode): function read_write_long (line 86) | def read_write_long(basekey, sc, mode): function read_write_biginteger (line 97) | def read_write_biginteger(basekey, sc, mode): function read_write_double (line 108) | def read_write_double(basekey, sc, mode): function read_write_string (line 125) | def read_write_string(basekey, sc, mode): function read_write_binary (line 135) | def read_write_binary(basekey, sc, mode): function read_write_list (line 145) | def read_write_list(basekey, sc, mode): function read_write_map (line 161) | def read_write_map(basekey, sc, mode): FILE: python-api/scalaris_test.py class TestTransactionSingleOp (line 48) | class TestTransactionSingleOp(unittest.TestCase): method setUp (line 49) | def setUp(self): method testTransactionSingleOp1 (line 56) | def testTransactionSingleOp1(self): method testTransactionSingleOp2 (line 61) | def testTransactionSingleOp2(self): method testDoubleClose (line 66) | def testDoubleClose(self): method testRead_NotFound (line 72) | def testRead_NotFound(self): method testRead_NotConnected (line 79) | def testRead_NotConnected(self): method testWriteString_NotConnected (line 88) | def testWriteString_NotConnected(self): method testWriteString1 (line 98) | def testWriteString1(self): method testWriteString2 (line 114) | def testWriteString2(self): method testWriteList_NotConnected (line 127) | def testWriteList_NotConnected(self): method testWriteList1 (line 137) | def testWriteList1(self): method testWriteList2 (line 153) | def testWriteList2(self): method testTestAndSetString_NotConnected (line 168) | def testTestAndSetString_NotConnected(self): method testTestAndSetString_NotFound (line 178) | def testTestAndSetString_NotFound(self): method testTestAndSetString1 (line 188) | def testTestAndSetString1(self): method testTestAndSetString2 (line 211) | def testTestAndSetString2(self): method testTestAndSetList_NotConnected (line 235) | def testTestAndSetList_NotConnected(self): method testTestAndSetList_NotFound (line 245) | def testTestAndSetList_NotFound(self): method testTestAndSetList1 (line 255) | def testTestAndSetList1(self): method testTestAndSetList2 (line 278) | def testTestAndSetList2(self): method testReqList_Empty (line 303) | def testReqList_Empty(self): method testReqList1 (line 310) | def testReqList1(self): method testReqTooLarge (line 362) | def testReqTooLarge(self): class TestTransaction (line 374) | class TestTransaction(unittest.TestCase): method setUp (line 375) | def setUp(self): method testTransaction1 (line 382) | def testTransaction1(self): method testTransaction3 (line 387) | def testTransaction3(self): method testDoubleClose (line 392) | def testDoubleClose(self): method testCommit_NotConnected (line 398) | def testCommit_NotConnected(self): method testCommit_Empty (line 406) | def testCommit_Empty(self): method testAbort_NotConnected (line 412) | def testAbort_NotConnected(self): method testAbort_Empty (line 420) | def testAbort_Empty(self): method testRead_NotFound (line 426) | def testRead_NotFound(self): method testRead_NotConnected (line 433) | def testRead_NotConnected(self): method testWriteString_NotConnected (line 442) | def testWriteString_NotConnected(self): method testWriteString_NotFound (line 453) | def testWriteString_NotFound(self): method testWriteString (line 469) | def testWriteString(self): method testWriteList1 (line 493) | def testWriteList1(self): method testReqList_Empty (line 517) | def testReqList_Empty(self): method testReqList1 (line 524) | def testReqList1(self): method testReqTooLarge (line 577) | def testReqTooLarge(self): method testVarious (line 590) | def testVarious(self): method _writeSingleTest (line 595) | def _writeSingleTest(self, key, data): class TestReplicatedDHT (line 609) | class TestReplicatedDHT(unittest.TestCase): method setUp (line 610) | def setUp(self): method testReplicatedDHT1 (line 617) | def testReplicatedDHT1(self): method testReplicatedDHT2 (line 622) | def testReplicatedDHT2(self): method testDoubleClose (line 627) | def testDoubleClose(self): method _checkKeyDoesNotExist (line 634) | def _checkKeyDoesNotExist(self, key): method testDelete_notExistingKey (line 646) | def testDelete_notExistingKey(self): method testDelete1 (line 663) | def testDelete1(self): method testDelete2 (line 693) | def testDelete2(self): class TestScalarisVM (line 732) | class TestScalarisVM(unittest.TestCase): method setUp (line 733) | def setUp(self): method testScalarisVM1 (line 740) | def testScalarisVM1(self): method testScalarisVM2 (line 745) | def testScalarisVM2(self): method testDoubleClose (line 750) | def testDoubleClose(self): method testGetVersion_NotConnected (line 755) | def testGetVersion_NotConnected(self): method testGetVersion1 (line 763) | def testGetVersion1(self): method testGetInfo_NotConnected (line 771) | def testGetInfo_NotConnected(self): method testGetInfo1 (line 779) | def testGetInfo1(self): method testGetNumberOfNodes_NotConnected (line 799) | def testGetNumberOfNodes_NotConnected(self): method testGetNumberOfNodes1 (line 807) | def testGetNumberOfNodes1(self): method testGetNodes_NotConnected (line 815) | def testGetNodes_NotConnected(self): method testGetNodes1 (line 823) | def testGetNodes1(self): method testAddNodes_NotConnected (line 832) | def testAddNodes_NotConnected(self): method testAddNodes0 (line 840) | def testAddNodes0(self): method testAddNodes1 (line 844) | def testAddNodes1(self): method testAddNodes3 (line 848) | def testAddNodes3(self): method _testAddNodes (line 852) | def _testAddNodes(self, nodesToAdd): method testShutdownNode_NotConnected (line 870) | def testShutdownNode_NotConnected(self): method testShutdownNode1 (line 878) | def testShutdownNode1(self): method testKillNode_NotConnected (line 882) | def testKillNode_NotConnected(self): method testKillNode1 (line 890) | def testKillNode1(self): method _testDeleteNode (line 894) | def _testDeleteNode(self, action): method testShutdownNodes_NotConnected (line 911) | def testShutdownNodes_NotConnected(self): method testShutdownNodes0 (line 919) | def testShutdownNodes0(self): method testShutdownNodes1 (line 923) | def testShutdownNodes1(self): method testShutdownNodes3 (line 927) | def testShutdownNodes3(self): method testKillNodes_NotConnected (line 931) | def testKillNodes_NotConnected(self): method testKillNodes0 (line 939) | def testKillNodes0(self): method testKillNodes1 (line 943) | def testKillNodes1(self): method testKillNodes3 (line 947) | def testKillNodes3(self): method _testDeleteNodes (line 951) | def _testDeleteNodes(self, nodesToRemove, action): method testShutdownNodesByName_NotConnected (line 969) | def testShutdownNodesByName_NotConnected(self): method testShutdownNodesByName0 (line 977) | def testShutdownNodesByName0(self): method testShutdownNodesByName1 (line 981) | def testShutdownNodesByName1(self): method testShutdownNodesByName3 (line 985) | def testShutdownNodesByName3(self): method testKillNodesByName_NotConnected (line 989) | def testKillNodesByName_NotConnected(self): method testKillNodesByName0 (line 997) | def testKillNodesByName0(self): method testKillNodesByName1 (line 1001) | def testKillNodesByName1(self): method testKillNodesByName3 (line 1005) | def testKillNodesByName3(self): method _testDeleteNodesByName (line 1009) | def _testDeleteNodesByName(self, nodesToRemove, action): method testGetOtherVMs_NotConnected (line 1034) | def testGetOtherVMs_NotConnected(self): method testGetOtherVMs1 (line 1042) | def testGetOtherVMs1(self): method testGetOtherVMs2 (line 1046) | def testGetOtherVMs2(self): method testGetOtherVMs3 (line 1050) | def testGetOtherVMs3(self): method _testGetOtherVMs (line 1054) | def _testGetOtherVMs(self, maxVMs): method _testShutdownVM_NotConnected (line 1066) | def _testShutdownVM_NotConnected(self): method _testShutdownVM1 (line 1075) | def _testShutdownVM1(self): method _testKillVM_NotConnected (line 1082) | def _testKillVM_NotConnected(self): method _testKillVM1 (line 1091) | def _testKillVM1(self): FILE: python-api/scalaris_userdevguide_jsontrace.py class ConnectionWithTrace (line 18) | class ConnectionWithTrace(scalaris.JSONConnection): method __init__ (line 19) | def __init__(self, url = scalaris.DEFAULT_URL, timeout = socket.getdef... method call (line 22) | def call(self, function, params): FILE: ruby-api/scalaris.rb type InternalScalarisSimpleError (line 26) | module InternalScalarisSimpleError function initialize (line 28) | def initialize(raw_result) function to_s (line 32) | def to_s type InternalScalarisNopClose (line 37) | module InternalScalarisNopClose function nop (line 39) | def nop(value) function close_connection (line 47) | def close_connection class Float (line 53) | class Float method to_s (line 56) | def to_s type Scalaris (line 65) | module Scalaris class ScalarisError (line 78) | class ScalarisError < StandardError class AbortError (line 83) | class AbortError < ScalarisError method initialize (line 86) | def initialize(raw_result, failed_keys) method to_s (line 91) | def to_s class ConnectionError (line 98) | class ConnectionError < ScalarisError class KeyChangedError (line 104) | class KeyChangedError < ScalarisError method initialize (line 107) | def initialize(raw_result, old_value) method to_s (line 112) | def to_s class NodeNotFoundError (line 119) | class NodeNotFoundError < ScalarisError class NotFoundError (line 125) | class NotFoundError < ScalarisError class NotAListError (line 131) | class NotAListError < ScalarisError class NotANumberError (line 137) | class NotANumberError < ScalarisError class TimeoutError (line 143) | class TimeoutError < ScalarisError class UnknownError (line 149) | class UnknownError < ScalarisError class DeleteResult (line 154) | class DeleteResult method initialize (line 158) | def initialize(ok, locks_set, undefined) class JSONConnection (line 166) | class JSONConnection method initialize (line 168) | def initialize(url = DEFAULT_URL, timeout = nil) method start (line 178) | def start method call (line 190) | def call(function, params) method encode_value (line 215) | def self.encode_value(value, binary = false) method decode_value (line 224) | def self.decode_value(value) method check_fail_abort (line 240) | def self.check_fail_abort(result) method process_result_read (line 252) | def self.process_result_read(result) method process_result_write (line 272) | def self.process_result_write(result) method process_result_commit (line 289) | def self.process_result_commit(result) method process_result_add_del_on_list (line 309) | def self.process_result_add_del_on_list(result) method process_result_add_on_nr (line 331) | def self.process_result_add_on_nr(result) method process_result_test_and_set (line 354) | def self.process_result_test_and_set(result) method process_result_delete (line 382) | def self.process_result_delete(result) method create_delete_result (line 400) | def self.create_delete_result(result) method process_result_req_list_t (line 428) | def self.process_result_req_list_t(result) method process_result_req_list_tso (line 442) | def self.process_result_req_list_tso(result) method process_result_nop (line 453) | def self.process_result_nop(result) method new_req_list_t (line 461) | def self.new_req_list_t(other = nil) method new_req_list_tso (line 467) | def self.new_req_list_tso(other = nil) method close (line 471) | def close class TransactionSingleOp (line 479) | class TransactionSingleOp method initialize (line 481) | def initialize(conn = JSONConnection.new()) method new_req_list (line 486) | def new_req_list(other = nil) method req_list (line 499) | def req_list(reqlist) method process_result_read (line 511) | def process_result_read(result) method process_result_write (line 519) | def process_result_write(result) method process_result_add_del_on_list (line 529) | def process_result_add_del_on_list(result) method process_result_add_on_nr (line 538) | def process_result_add_on_nr(result) method process_result_test_and_set (line 547) | def process_result_test_and_set(result) method read (line 555) | def read(key) method write (line 561) | def write(key, value, binary = false) method add_del_on_list (line 572) | def add_del_on_list(key, to_add, to_remove) method add_on_nr (line 580) | def add_on_nr(key, to_add) method test_and_set (line 588) | def test_and_set(key, old_value, new_value) method test_and_set (line 596) | def test_and_set(key, oldvalue, newvalue) class Transaction (line 608) | class Transaction method initialize (line 610) | def initialize(conn = JSONConnection.new()) method new_req_list (line 616) | def new_req_list(other = nil) method req_list (line 627) | def req_list(reqlist) method process_result_read (line 651) | def process_result_read(result) method process_result_write (line 659) | def process_result_write(result) method process_result_add_del_on_list (line 667) | def process_result_add_del_on_list(result) method process_result_add_on_nr (line 675) | def process_result_add_on_nr(result) method process_result_test_and_set (line 683) | def process_result_test_and_set(result) method _process_result_commit (line 691) | def _process_result_commit(result) method commit (line 699) | def commit method abort (line 707) | def abort method read (line 715) | def read(key) method write (line 722) | def write(key, value, binary = false) method add_del_on_list (line 733) | def add_del_on_list(key, to_add, to_remove) method add_on_nr (line 742) | def add_on_nr(key, to_add) method test_and_set (line 751) | def test_and_set(key, old_value, new_value) class JSONReqList (line 760) | class JSONReqList method initialize (line 762) | def initialize(other = nil) method add_read (line 771) | def add_read(key) method add_write (line 780) | def add_write(key, value, binary = false) method add_add_del_on_list (line 789) | def add_add_del_on_list(key, to_add, to_remove) method add_add_on_nr (line 798) | def add_add_on_nr(key, to_add) method add_test_and_set (line 807) | def add_test_and_set(key, old_value, new_value) method add_commit (line 818) | def add_commit method get_requests (line 828) | def get_requests method is_commit (line 833) | def is_commit() method is_empty (line 838) | def is_empty() method size (line 843) | def size() method concat (line 848) | def concat(other) class JSONReqListTransaction (line 855) | class JSONReqListTransaction < JSONReqList method initialize (line 856) | def initialize(other = nil) class JSONReqListTransactionSingleOp (line 863) | class JSONReqListTransactionSingleOp < JSONReqList method initialize (line 864) | def initialize(other = nil) method add_commit (line 869) | def add_commit() class ReplicatedDHT (line 875) | class ReplicatedDHT method initialize (line 877) | def initialize(conn = JSONConnection.new()) method delete (line 889) | def delete(key, timeout = 2000) method get_last_delete_result (line 907) | def get_last_delete_result class RoutingTable (line 915) | class RoutingTable method initialize (line 917) | def initialize(conn = JSONConnection.new()) method get_replication_factor (line 921) | def get_replication_factor() function str_to_list (line 936) | def str_to_list(value) FILE: ruby-api/scalaris_client.rb function get_replication_factor (line 31) | def get_replication_factor() function write (line 35) | def write(sc, key_value_list) function test_and_set (line 40) | def test_and_set(sc, key_value_list) function add_on_nr (line 45) | def add_on_nr(sc, key_value_list) function add_del_on_list (line 55) | def add_del_on_list(sc, key_value_list) FILE: ruby-api/scalaris_interop_test.rb function read_or_write (line 23) | def read_or_write(sc, key, value, mode, binary = false) function read_write_boolean (line 79) | def read_write_boolean(basekey, sc, mode) function read_write_integer (line 88) | def read_write_integer(basekey, sc, mode) function read_write_long (line 100) | def read_write_long(basekey, sc, mode) function read_write_biginteger (line 112) | def read_write_biginteger(basekey, sc, mode) function read_write_double (line 124) | def read_write_double(basekey, sc, mode) function read_write_string (line 142) | def read_write_string(basekey, sc, mode) function read_write_binary (line 153) | def read_write_binary(basekey, sc, mode) function read_write_list (line 164) | def read_write_list(basekey, sc, mode) function read_write_map (line 181) | def read_write_map(basekey, sc, mode) FILE: ruby-api/scalaris_test.rb class TestTransactionSingleOp (line 48) | class TestTransactionSingleOp < Test::Unit::TestCase method setup (line 49) | def setup method testTransactionSingleOp1 (line 54) | def testTransactionSingleOp1() method testTransactionSingleOp2 (line 60) | def testTransactionSingleOp2() method testDoubleClose (line 66) | def testDoubleClose() method testRead_NotFound (line 73) | def testRead_NotFound() method testRead_NotConnected (line 81) | def testRead_NotConnected() method testWriteString_NotConnected (line 91) | def testWriteString_NotConnected() method testWriteString1 (line 102) | def testWriteString1() method testWriteString2 (line 121) | def testWriteString2() method testWriteList_NotConnected (line 136) | def testWriteList_NotConnected() method testWriteList1 (line 147) | def testWriteList1() method testWriteList2 (line 166) | def testWriteList2() method testTestAndSetString_NotConnected (line 183) | def testTestAndSetString_NotConnected() method testTestAndSetString_NotFound (line 194) | def testTestAndSetString_NotFound() method testTestAndSetString1 (line 205) | def testTestAndSetString1() method testTestAndSetString2 (line 232) | def testTestAndSetString2() method testTestAndSetList_NotConnected (line 261) | def testTestAndSetList_NotConnected() method testTestAndSetList_NotFound (line 272) | def testTestAndSetList_NotFound() method testTestAndSetList1 (line 283) | def testTestAndSetList1() method testTestAndSetList2 (line 310) | def testTestAndSetList2() method testReqList_Empty (line 340) | def testReqList_Empty() method testReqList1 (line 348) | def testReqList1() method testReqTooLarge (line 408) | def testReqTooLarge() class TestTransaction (line 422) | class TestTransaction < Test::Unit::TestCase method setup (line 423) | def setup method testTransaction1 (line 428) | def testTransaction1() method testTransaction3 (line 434) | def testTransaction3() method testDoubleClose (line 440) | def testDoubleClose() method testCommit_NotConnected (line 447) | def testCommit_NotConnected() method testCommit_Empty (line 456) | def testCommit_Empty() method testAbort_NotConnected (line 463) | def testAbort_NotConnected() method testAbort_Empty (line 472) | def testAbort_Empty() method testRead_NotFound (line 479) | def testRead_NotFound() method testRead_NotConnected (line 487) | def testRead_NotConnected() method testWriteString_NotConnected (line 497) | def testWriteString_NotConnected() method testWriteString_NotFound (line 509) | def testWriteString_NotFound() method testWriteString (line 527) | def testWriteString() method testWriteList1 (line 554) | def testWriteList1() method testReqList_Empty (line 583) | def testReqList_Empty() method testReqList1 (line 591) | def testReqList1() method testReqTooLarge (line 652) | def testReqTooLarge() method testVarious (line 666) | def testVarious() method _writeSingleTest (line 672) | def _writeSingleTest(key, data) class TestReplicatedDHT (line 688) | class TestReplicatedDHT < Test::Unit::TestCase method setup (line 689) | def setup method testReplicatedDHT1 (line 694) | def testReplicatedDHT1() method testReplicatedDHT2 (line 700) | def testReplicatedDHT2() method testDoubleClose (line 706) | def testDoubleClose() method _checkKeyDoesNotExist (line 714) | def _checkKeyDoesNotExist(key) method testDelete_notExistingKey (line 727) | def testDelete_notExistingKey() method testDelete1 (line 748) | def testDelete1() method testDelete2 (line 785) | def testDelete2() FILE: src/nifs/clocks.cpp function ERL_NIF_TERM (line 24) | ERL_NIF_TERM timespec2term(ErlNifEnv* env, struct timespec tp) { function ERL_NIF_TERM (line 31) | static ERL_NIF_TERM get_monotonic_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 50) | static ERL_NIF_TERM get_monotonic_clock_res(ErlNifEnv* env, int argc, co... function ERL_NIF_TERM (line 72) | static ERL_NIF_TERM get_realtime_clock(ErlNifEnv* env, int argc, const E... function ERL_NIF_TERM (line 90) | static ERL_NIF_TERM get_realtime_clock_res(ErlNifEnv* env, int argc, con... function ERL_NIF_TERM (line 112) | static ERL_NIF_TERM get_ptp0_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 117) | static ERL_NIF_TERM get_ptp1_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 122) | static ERL_NIF_TERM get_ptp2_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 127) | static ERL_NIF_TERM get_ptp0_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 132) | static ERL_NIF_TERM get_ptp1_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 137) | static ERL_NIF_TERM get_ptp2_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 143) | static ERL_NIF_TERM get_time(ErlNifEnv* env, clockid_t clk_id) { function ERL_NIF_TERM (line 153) | static ERL_NIF_TERM get_ptp_time(ErlNifEnv* env, std::string dev) { function ERL_NIF_TERM (line 179) | static ERL_NIF_TERM get_ptp_resolution(ErlNifEnv* env, std::string dev) { function ERL_NIF_TERM (line 199) | static ERL_NIF_TERM get_resolution(ErlNifEnv* env, clockid_t clk_id) { function ERL_NIF_TERM (line 209) | static ERL_NIF_TERM get_monotonic_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 215) | static ERL_NIF_TERM get_monotonic_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 220) | static ERL_NIF_TERM get_realtime_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 225) | static ERL_NIF_TERM get_realtime_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 230) | static ERL_NIF_TERM get_ptp0_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 235) | static ERL_NIF_TERM get_ptp1_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 240) | static ERL_NIF_TERM get_ptp2_clock(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 245) | static ERL_NIF_TERM get_ptp0_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 250) | static ERL_NIF_TERM get_ptp1_clock_res(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 255) | static ERL_NIF_TERM get_ptp2_clock_res(ErlNifEnv* env, int argc, FILE: src/nifs/prime.cpp function sieve_is_prime (line 31) | bool sieve_is_prime(const uint32_t *sieve, int p) { function ERL_NIF_TERM (line 45) | static ERL_NIF_TERM get_nearest(ErlNifEnv* env, int argc, function ERL_NIF_TERM (line 74) | static ERL_NIF_TERM is_prime(ErlNifEnv* env, int argc, function upgrade (line 95) | int upgrade(ErlNifEnv* env, void** priv_data, void** old_priv_data, ERL_...