eXo Kernel :: Cache Extension :: Memcached Implementation 2.5.0-GA

org.exoplatform.services.cache.impl.memcached
Class BinaryConnectionFactoryCreator

java.lang.Object
  extended by org.exoplatform.services.cache.impl.memcached.BinaryConnectionFactoryCreator
All Implemented Interfaces:
ConnectionFactoryCreator

public class BinaryConnectionFactoryCreator
extends Object
implements ConnectionFactoryCreator

The ConnectionFactoryCreator that will create BinaryConnectionFactory instances

Version:
$Id$
Author:
Nicolas Filotto

Field Summary
protected  int bufferSize
          The buffer size
protected  String hash
          The algorithm to use for hashing
protected  int queueLength
          The length of the queue
 
Constructor Summary
BinaryConnectionFactoryCreator()
           
 
Method Summary
 net.spy.memcached.ConnectionFactory create()
          Creates an instance of a ConnectionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queueLength

protected int queueLength
The length of the queue


bufferSize

protected int bufferSize
The buffer size


hash

protected String hash
The algorithm to use for hashing

Constructor Detail

BinaryConnectionFactoryCreator

public BinaryConnectionFactoryCreator()
Method Detail

create

public net.spy.memcached.ConnectionFactory create()
Creates an instance of a ConnectionFactory

Specified by:
create in interface ConnectionFactoryCreator
Returns:
a new instance of a ConnectionFactory

eXo Kernel :: Cache Extension :: Memcached Implementation 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.