Modifier and Type | Method and Description |
---|---|
protected abstract NodePropBundle |
AbstractBundlePersistenceManager.loadBundle(NodeId id)
Loads a bundle from the underlying system.
|
protected NodePropBundle |
BundleFsPersistenceManager.loadBundle(NodeId id)
Loads a bundle from the underlying system.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractBundlePersistenceManager.destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.
|
protected void |
BundleFsPersistenceManager.destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.
|
protected abstract void |
AbstractBundlePersistenceManager.storeBundle(NodePropBundle bundle)
Stores a bundle to the underlying system.
|
protected void |
BundleFsPersistenceManager.storeBundle(NodePropBundle bundle)
Stores a bundle to the underlying system.
|
Modifier and Type | Method and Description |
---|---|
protected NodePropBundle |
InMemBundlePersistenceManager.loadBundle(NodeId id)
Loads a bundle from the underlying system.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InMemBundlePersistenceManager.destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.
|
protected void |
InMemBundlePersistenceManager.storeBundle(NodePropBundle bundle)
Stores a bundle to the underlying system.
|
Modifier and Type | Method and Description |
---|---|
protected NodePropBundle |
BundleDbPersistenceManager.loadBundle(NodeId id)
Loads a bundle from the underlying system.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BundleDbPersistenceManager.destroyBundle(NodePropBundle bundle)
Deletes the bundle from the underlying system.
|
protected void |
BundleDbPersistenceManager.storeBundle(NodePropBundle bundle)
Stores a bundle to the underlying system.
|
Modifier and Type | Method and Description |
---|---|
NodePropBundle |
BundleBinding.readBundle(InputStream in,
NodeId id)
Deserializes a
NodePropBundle from a data input stream. |
Modifier and Type | Method and Description |
---|---|
void |
BundleBinding.writeBundle(OutputStream out,
NodePropBundle bundle)
Serializes a
NodePropBundle to a data output stream |
Constructor and Description |
---|
NodeInfo(NodePropBundle bundle)
Create a new NodeInfo object from a bundle
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.