onPHP

FileSystemSegmentHandler Class Reference

 

FileSystemSegmentHandler Class Reference
[Root classes for building DAO hierarchies]

Inheritance diagram for FileSystemSegmentHandler:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 __construct ($segmentId)
 getPrecision ()
 (precision - 1) for used keys
 touch ($key)
 creates key in segment
 unlink ($key)
 deletes key from segment
 ping ($key)
 checks for a key existence in segment
 drop ()
 destroys segment

Private Attributes

 $path = null

Detailed Description

Definition at line 16 of file FileSystemSegmentHandler.class.php.


Constructor & Destructor Documentation

FileSystemSegmentHandler::__construct ( segmentId  ) 

Implements SegmentHandler.

Definition at line 20 of file FileSystemSegmentHandler.class.php.

References $path.


Member Function Documentation

FileSystemSegmentHandler::getPrecision (  ) 

(precision - 1) for used keys

Implements SegmentHandler.

Definition at line 34 of file FileSystemSegmentHandler.class.php.

FileSystemSegmentHandler::touch ( key  ) 

creates key in segment

Implements SegmentHandler.

Definition at line 39 of file FileSystemSegmentHandler.class.php.

References Assert::isUnreachable().

Here is the call graph for this function:

FileSystemSegmentHandler::unlink ( key  ) 

deletes key from segment

Implements SegmentHandler.

Definition at line 50 of file FileSystemSegmentHandler.class.php.

References Assert::isUnreachable().

Here is the call graph for this function:

FileSystemSegmentHandler::ping ( key  ) 

checks for a key existence in segment

Implements SegmentHandler.

Definition at line 61 of file FileSystemSegmentHandler.class.php.

FileSystemSegmentHandler::drop (  ) 

destroys segment

Implements SegmentHandler.

Definition at line 66 of file FileSystemSegmentHandler.class.php.


Member Data Documentation

FileSystemSegmentHandler::$path = null [private]

Definition at line 18 of file FileSystemSegmentHandler.class.php.

Referenced by __construct().


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Mon Apr 30 23:11:24 2007