Skip to content

Instantly share code, notes, and snippets.

@dankilman
Created December 24, 2012 12:00
Show Gist options
  • Save dankilman/4369005 to your computer and use it in GitHub Desktop.
Save dankilman/4369005 to your computer and use it in GitHub Desktop.
Writing a Person entry
Person person = new Person();
person.setId(123);
// ...
gigaSpace.write(person);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment