Data::ObjectDriver::Driver::Multiplexer man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Data::ObjectDriver::DrUser:ContributData::ObjectDriver::Driver::Multiplexer(3)

NAME
       Data::ObjectDriver::Driver::Multiplexer - Multiplex multiple
       partitioned drivers

SYNOPSIS
	   package MappingTable;

	   use Foo;
	   use Bar;

	   my $foo_driver = Foo->driver;
	   my $bar_driver = Bar->driver;

	   __PACKAGE__->install_properties({
	       columns => [ qw( foo_id bar_id value ) ],
	       primary_key => 'foo_id',
	       driver => Data::ObjectDriver::Driver::Multiplexer->new(
		   on_search => {
		       foo_id => $foo_driver,
		       bar_id => $bar_driver,
		   },
		   on_lookup => $foo_driver,
		   drivers => [ $foo_driver, $bar_driver ],
	       ),
	   });

DESCRIPTION
       Data::ObjectDriver::Driver::Multiplexer associates a set of drivers to
       a particular class. In practice, this means that all INSERTs and
       DELETEs are propagated to all associated drivers (for example, all
       associated databases or tables in a database), and that SELECTs are
       sent to the appropriate multiplexed driver, based on partitioning
       criteria.

       Note that this driver has the following limitations currently:

       1. It's very experimental.
       2. It's very experimental.
       3. IT'S VERY EXPERIMENTAL.
       4. This documentation you're reading is incomplete. the api is likely
       to evolve

perl v5.14.1			  20Data::ObjectDriver::Driver::Multiplexer(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net