Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Running into a wall attempting to add items to an ArrayList from the JNI side
|
|
Just delete the local reference rather than do an array delete. Array delete was causing a crash on loading network config files. Deleting the local ref works fine, though, as it still lets the JVM garbage collecter know that the native code is done with the array
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Grant Limberg <glimberg@gmail.com>
|
|
|
|
Does nothing but send packets to master nodes and listen for packets back.
|
|
|
|
|
|
|
|
compiled for 1.8
|
|
the cache
|
|
|
|
|
|
|
|
port off to Java
|
|
Still need to do Mac & Linux
|
|
platforms.
That doesn't come for free, unlike android.
|
|
|
|
|
|
|
|
There is a way to do it. We can try it later if we determine it's needed for performance reasons. Otherwise, don't use static to cache them
|
|
to java as well
|
|
|
|
|
|
|
|
|
|
that would be greeeaaaaat
|
|
|
|
|
|
|
|
This is safe to cache as none of the instantiated callback interfaces can be changed once a Node object is created.
|
|
All callback methods are now implemented
|
|
|
|
static
There's no guarantee that ALL calls to the callbacks will be on the same class as they're just interfaces and user defined
|
|
updated DataStorePutListener to also have an onDelete() method
|
|
|
|
|
|
|
|
|
|
added implementation of networks() method
|