cascading.util.cache
Class DirectMappedCacheFactory

java.lang.Object
  extended by cascading.util.cache.BaseCacheFactory
      extended by cascading.util.cache.DirectMappedCacheFactory
All Implemented Interfaces:
CascadingFactory

public class DirectMappedCacheFactory
extends BaseCacheFactory

Concrete sub-class of BaseCacheFactory for creating DirectMappedCache instances.


Field Summary
 
Fields inherited from class cascading.util.cache.BaseCacheFactory
DEFAULT_CAPACITY
 
Constructor Summary
DirectMappedCacheFactory()
           
 
Method Summary
 CascadingCache create(FlowProcess flowProcess)
          Method create will return a new instance of the type create by this factory.
 
Methods inherited from class cascading.util.cache.BaseCacheFactory
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectMappedCacheFactory

public DirectMappedCacheFactory()
Method Detail

create

public CascadingCache create(FlowProcess flowProcess)
Description copied from interface: CascadingFactory
Method create will return a new instance of the type create by this factory.

Specified by:
create in interface CascadingFactory
Specified by:
create in class BaseCacheFactory
Parameters:
flowProcess - of type FlowProcess
Returns:
of type Instance


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.