public class Loader extends Object
Constructor and Description |
---|
Loader() |
Modifier and Type | Method and Description |
---|---|
String |
export(org.infinispan.Cache cache) |
void |
export(org.infinispan.Cache cache,
OutputStream os) |
void |
importStore(IdentityStore store,
org.infinispan.Cache cache) |
IdentityStore |
importStore(InputStream is) |
void |
importStore(InputStream is,
org.infinispan.Cache cache) |
IdentityStore |
toStore(org.infinispan.Cache cache) |
public String export(org.infinispan.Cache cache)
public IdentityStore importStore(InputStream is)
public void importStore(InputStream is, org.infinispan.Cache cache)
public void importStore(IdentityStore store, org.infinispan.Cache cache)
public void export(org.infinispan.Cache cache, OutputStream os)
public IdentityStore toStore(org.infinispan.Cache cache)
Copyright © 2018 JBoss by Red Hat. All rights reserved.