public abstract class View extends AbstractNativeProxy
There are two sub-types:
As in some cases the clients need to detect any changes made to a database, a view also holds a modification counter, which any clients changing the database state must notify.
nativeHandle| Modifier and Type | Method and Description |
|---|---|
boolean |
canModify()
Returns true if this view allows modifications to the database state; false if it is
immutable.
|
Cleaner |
getCleaner()
Returns the cleaner of this view.
|
ModificationCounter |
getModificationCounter()
Returns a modification counter, corresponding to this view.
|
long |
getViewNativeHandle()
Returns a native handle of this view.
|
getNativeHandle, isValidHandlepublic boolean canModify()
public long getViewNativeHandle()
IllegalStateException - if the view is invalid (closed or nullptr)public Cleaner getCleaner()
public ModificationCounter getModificationCounter()
Copyright © 2019 Exonum. All rights reserved.