This project has retired. For details please refer to its
Attic page .
Dirtyable (Apache Gora 0.6 API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Subinterfaces:
Persistent
All Known Implementing Classes:
CINode , CINode.Tombstone , DirtyCollectionWrapper , DirtyListWrapper , DirtyMapWrapper , DirtyMapWrapper.DirtyEntryWrapper , DirtySetWrapper , Flushed , Flushed.Tombstone , MetricDatum , MetricDatum.Tombstone , Pageview , Pageview.Tombstone , PersistentBase , PersistentWSBase
public interface Dirtyable
Interface designed to accomodate structures that can be dirty, such as maps
and lists, but whose dirtyness should not be set directly because dirtyness
results from structural modification or content change, and which have no
notion of ordered fields (such as Persistent).
Method Summary
Methods
Modifier and Type
Method and Description
void
clearDirty ()
Clears the dirty state.
boolean
isDirty ()
Returns whether any of the fields of the object has been modified after
construction or loading.
Method Detail
clearDirty
void clearDirty()
Clears the dirty state.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2010-2015 The Apache Software Foundation . All Rights Reserved.