The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RocksDB::LDBTool - rocksdb::LDBTool object

SYNOPSIS

  use RocksDB;

  my $ldbtool = RocksDB::LDBTool->new;
  $ldbtool->run;

DESCRIPTION

RocksDB::LDBTool is a rocksdb::LDBTool object.

CONSTRUCTOR

RocksDB::LDBTool->new() :RocksDB::LDBTool

Create and return a new RocksDB::LDBTool object.

METHODS

$ldbtool->run() :Undef

Call Run() method of rocksdb::LDBTool.

SEE ALSO

RocksDB

AUTHOR

Jiro Nishiguchi <jiro@cpan.org>