Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type INode ¶
type INode interface {
sync.Locker
io.Closer
common.IRef
RLock()
RUnlock()
GetID() common.ID
Unload()
Unloadable() bool
IsLoaded() bool
Load()
MakeHandle() INodeHandle
Destroy()
Size() uint64
Iteration() uint64
IncIteration() uint64
IsClosed() bool
GetState() iface.NodeState
Expand(uint64, func() error) error
}
type INodeManager ¶
Click to show internal directories.
Click to hide internal directories.