The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>