Codota Logo
org.granite.messaging.persistence
Code IndexAdd Codota to your IDE (free)

How to use org.granite.messaging.persistence

Best Java code snippets using org.granite.messaging.persistence (Showing top 20 results out of 315)

origin: org.graniteds/granite-client-javafx

public ExternalizablePersistentMap(Map<?, ?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromMap(content);
}
origin: org.graniteds/granite-client-javafx

public ExternalizablePersistentList(List<?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromList(content);
}
origin: org.graniteds/granite-client-javafx

public Map<?, ?> getContentAsMap(Type target) {
  return getContentAsMap(target, null);
}
   
origin: org.graniteds/granite-client-java

public Set<?> getContentAsSet(Type target) {
  return getContentAsSet(target, null);
}
 
origin: org.graniteds/granite-client-javafx

public ExternalizablePersistentSet(Set<?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromSet(content);
}
 
origin: org.graniteds/granite-client

public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
  PersistentCollectionSnapshot snapshot = createSnapshot(in, true);
  snapshot.readExternal(in);
  updateFromSnapshot(in, snapshot);
}
 
origin: org.graniteds/granite-client-java

public void writeExternal(ObjectOutput out) throws IOException {
  PersistentCollectionSnapshot snapshot = createSnapshot(out, false);
  snapshot.writeExternal(out);
}
origin: org.graniteds/granite-client-java

public Map<?, ?> getContentAsMap(Type target) {
  return getContentAsMap(target, null);
}
   
origin: org.graniteds/granite-server

public Set<?> getContentAsSet(Type target) {
  return getContentAsSet(target, null);
}
 
origin: org.graniteds/granite-server

public ExternalizablePersistentMap(Map<?, ?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromMap(content);
}
origin: org.graniteds/granite-server

public ExternalizablePersistentList(List<?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromList(content);
}
origin: org.graniteds/granite-client-java

public ExternalizablePersistentSet(Set<?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromSet(content);
}
 
origin: org.graniteds/granite-client-java

public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
  PersistentCollectionSnapshot snapshot = createSnapshot(in, true);
  snapshot.readExternal(in);
  updateFromSnapshot(in, snapshot);
}
 
origin: org.graniteds/granite-client

public void writeExternal(ObjectOutput out) throws IOException {
  PersistentCollectionSnapshot snapshot = createSnapshot(out, false);
  snapshot.writeExternal(out);
}
origin: org.graniteds/granite-server

public Map<?, ?> getContentAsMap(Type target) {
  return getContentAsMap(target, null);
}
   
origin: org.graniteds/granite-client-javafx

public Set<?> getContentAsSet(Type target) {
  return getContentAsSet(target, null);
}
 
origin: org.graniteds/granite-client-java

public ExternalizablePersistentMap(Map<?, ?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromMap(content);
}
origin: org.graniteds/granite-client-java

public ExternalizablePersistentList(List<?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromList(content);
}
origin: org.graniteds/granite-server

public ExternalizablePersistentSet(Set<?> content, boolean initialized, boolean dirty) {
  super(null, initialized, dirty);
  setContentFromSet(content);
}
 
origin: org.graniteds/granite-client-javafx

public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
  PersistentCollectionSnapshot snapshot = createSnapshot(in, true);
  snapshot.readExternal(in);
  updateFromSnapshot(in, snapshot);
}
 
org.granite.messaging.persistence

Most used classes

  • ExternalizablePersistentList
  • ExternalizablePersistentMap
  • ExternalizablePersistentSet
  • PersistentCollectionSnapshot
  • AbstractExternalizablePersistentCollection
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now