Methods
|
|
__del__
__init__
get_handle
set_partition_block_size
set_round_robin_block_size
set_striping_mode
|
|
__del__
|
__del__ ( self )
|
|
__init__
|
__init__ ( self, handle=None )
|
|
get_handle
|
get_handle ( self )
XXX This handle is only valid as long as this object exists. When
the object is destroyed, the memory this handle points to is freed.
|
|
set_partition_block_size
|
set_partition_block_size ( self, size )
XXX This call is only useful in partitioned mode. Also the size
argument should be a python long on 64 bit machines.
|
|
set_round_robin_block_size
|
set_round_robin_block_size ( self, size )
XXX This call is only useful in round robin mode. Also on 64bit
platoforms size should be a python long.
|
|
set_striping_mode
|
set_striping_mode ( self, mode )
|