Class BinaryConnectionFactoryCreator

java.lang.Object
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 Details

    • 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 Details

    • BinaryConnectionFactoryCreator

      public BinaryConnectionFactoryCreator()
  • Method Details

    • 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