- parallel() - Method in class com.neocoretechs.rocksack.stream.SackStream
-
- peek(Consumer) - Method in class com.neocoretechs.rocksack.stream.SackStream
-
- postCompare() - Method in interface com.neocoretechs.rocksack.NotifyDBCompareTo
-
- preCompare() - Method in interface com.neocoretechs.rocksack.NotifyDBCompareTo
-
- process(String, Class, boolean) - Method in class com.neocoretechs.rocksack.InstrumentClass
-
Does it implement Serializable and Comparable already? Does it extend a Comparable such
that super() needs called on new compareTo? Do instrumented fields implement Comparable?
- put(Comparable, Object) - Method in class com.neocoretechs.rocksack.session.BufferedMap
-
Put a key/value pair to underlying store.
- put(TransactionId, Comparable, Object) - Method in class com.neocoretechs.rocksack.session.TransactionalMap
-
Put a key/value pair to backing store.
- putViaBytes(byte[], Object) - Method in class com.neocoretechs.rocksack.session.BufferedMap
-
Put a key/value pair to underlying store.
- putViaBytes(TransactionId, byte[], Object) - Method in class com.neocoretechs.rocksack.session.TransactionalMap
-
Put a key/value pair to main cache and pool.