ticktock
f8d77e04ea
More VectorStorageBackend tests plus an abstract Ticket343Test with a working VoldemortImpl
2010-09-30 19:13:59 -04:00
ticktock
81407006c1
Map Spec
2010-09-30 19:13:19 -04:00
ticktock
984de304a8
Moved implicit Ordering(ArraySeq[Byte]) to a new PersistentMapBinary companion object
...
and created an implicit Ordering(Array[Byte]) that can be used on the backends too
Finished Map Backend Spec that tests proper ordering of retrieved k->v pairs and fixed Voldemort to work properly
2010-09-30 15:33:31 -04:00
ticktock
578b9dfdfc
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-09-30 11:35:31 -04:00
Jonas Bonér
bf33856abd
Merge branch 'master' of git@github.com:jboner/akka
...
Conflicts:
akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
Michael Kober
ca7041632a
merged ticket444
2010-09-30 10:24:34 +02:00
Jonas Bonér
71aac38742
Merge branch 'master' of git@github.com:jboner/akka
2010-09-30 10:13:52 +02:00
Jonas Bonér
251b4171dc
minor edit
2010-09-30 10:13:35 +02:00
Michael Kober
26dc0904c1
fixed test
2010-09-30 08:40:42 +02:00
Michael Kober
a85081065a
merged master
2010-09-30 08:20:10 +02:00
Martin Krasser
0e79d48cf5
CamelService can now be turned off by configuration. Closes #447
2010-09-30 07:21:31 +02:00
ticktock
7c2c550e21
Initial QueueStorageBackend Spec
2010-09-29 20:26:30 -04:00
ticktock
131d2016d9
Merge branch 'master' of github.com:jboner/akka into ticket-443
2010-09-29 20:14:06 -04:00
ticktock
46f1f97b95
Initial QueueStorageBackend Spec
2010-09-29 20:12:55 -04:00
Michael Kober
5aaecc4897
Merge branch 'ticket440'
2010-09-29 20:39:45 +02:00
Michael Kober
7138505a1d
added Java API
2010-09-29 20:37:01 +02:00
Michael Kober
ddb6d9edf9
closing ticket440, implemented typed actor with constructor args
2010-09-29 20:36:42 +02:00
Debasish Ghosh
7af91bcc70
new version of redisclient containing a redis based persistent deque
2010-09-29 18:29:19 +05:30
Jonas Bonér
de215c1c09
Merge branch 'master' of git@github.com:jboner/akka
2010-09-29 12:27:04 +02:00
Debasish Ghosh
6e8b23eea3
refactoring to remove compiler warnings reported by Viktor
2010-09-29 15:06:31 +05:30
Jonas Bonér
954a11b82e
Refactored ExecutableMailbox to make it accessible for other implementations
2010-09-29 10:57:25 +02:00
Jonas Bonér
e4a29cbc0e
Merge branch 'master' of git@github.com:jboner/akka
2010-09-29 09:48:57 +02:00
ticktock
77bda9f582
Initial Spec for MapStorageBackend
2010-09-28 22:06:06 -04:00
ticktock
2218198909
Persistence Compatibility Test Harness and Voldemort Implementation
...
Kept each of the datastructure test classes in seperate files as comprehensive tests will probably be relatively long
2010-09-28 18:38:15 -04:00
Viktor Klang
94344041a0
Removing runActorInitialization volatile field, replace with isRunning check
2010-09-28 16:30:58 +02:00
ticktock
b234bd621a
Initial Sketch of Persistence Compatibility Tests
2010-09-28 09:49:58 -04:00
Viktor Klang
6af2a52c60
Removing isDeserialize volatile field since it doesn´t seem to have any use
2010-09-28 15:25:25 +02:00
Michael Kober
25d66778f2
closing ticket 444, moved RemoteActorSet to ActorRegistry
2010-09-28 14:44:45 +02:00
Viktor Klang
d876887ed9
Removing classloader field (volatile) from LocalActorRef, wasn´t used
2010-09-28 14:08:23 +02:00
Viktor Klang
b0e99413b7
Replacing use of == null and != null for Scala
2010-09-28 11:21:05 +02:00
Michael Kober
212f721166
closing ticket441, implemented typed actor methods for ActorRegistry
2010-09-28 11:12:40 +02:00
Viktor Klang
8bedc2b326
Fixing compiler issue that caused problems when compiling with JDT
2010-09-28 10:22:55 +02:00
ticktock
2cb5fafce5
Initial PersistentRef spec
2010-09-27 20:23:05 -04:00
ticktock
72d885903c
Merge branch 'master' of github.com:jboner/akka
2010-09-27 19:05:46 -04:00
ticktock
ae2716c826
Finished off Queue API
2010-09-27 19:05:35 -04:00
ticktock
8c67399ea1
Further Queue Impl
2010-09-27 16:59:44 -04:00
Viktor Klang
a47ce5be4e
Fixing ticket 413
2010-09-27 17:30:49 +02:00
ticktock
b714003a6e
Merge branch 'master' of https://github.com/jboner/akka
2010-09-27 11:20:50 -04:00
Jonas Bonér
05bc7498ef
Merge branch 'master' of git@github.com:jboner/akka
2010-09-27 11:59:36 +02:00
Jonas Bonér
11c1bb339d
Support for more durable mailboxes
2010-09-27 11:59:28 +02:00
Michael Kober
078d11b676
Merge branch 'ticket322'
2010-09-26 19:05:26 +02:00
Jonas Bonér
ecad8febe9
Merge branch 'master' of git@github.com:jboner/akka
2010-09-25 18:37:37 +02:00
ticktock
47401a9261
Merge branch 'master' of github.com:jboner/akka
2010-09-25 12:05:28 -04:00
ticktock
191ff4c53d
Made dequeue operation retriable in case of errors, switched from Seq to Stream for queue removal
2010-09-25 12:05:06 -04:00
David Greco
71a56e991e
Small change in the config file
2010-09-25 09:09:52 +02:00
Jonas Bonér
4f25ffb2e3
Merge branch 'master' of git@github.com:jboner/akka
2010-09-25 06:45:59 +02:00
Jonas Bonér
771d370985
Merge branch 'master' of git@github.com:jboner/akka
...
Conflicts:
akka-actor/src/main/scala/dispatch/Dispatchers.scala
akka-actor/src/main/scala/dispatch/MessageHandling.scala
akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-25 06:44:12 +02:00
ticktock
e6a0cf5251
more queue implementation
2010-09-24 23:52:27 -04:00
ticktock
49efebc942
Refactor to utilize only one voldemort store per datastructure type
2010-09-24 19:38:28 -04:00
Jonas Bonér
33e491e86e
Merge branch 'master' of git@github.com:jboner/akka
...
Conflicts:
akka-actor/src/main/scala/dispatch/Dispatchers.scala
akka-actor/src/main/scala/dispatch/MessageHandling.scala
akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-24 22:49:28 +02:00