org.elasticsearch.common.netty
Class NettyStaticSetup.EsThreadNameDeterminer

java.lang.Object
  extended by org.elasticsearch.common.netty.NettyStaticSetup.EsThreadNameDeterminer
All Implemented Interfaces:
org.jboss.netty.util.ThreadNameDeterminer
Enclosing class:
NettyStaticSetup

public static class NettyStaticSetup.EsThreadNameDeterminer
extends Object
implements org.jboss.netty.util.ThreadNameDeterminer


Field Summary
 
Fields inherited from interface org.jboss.netty.util.ThreadNameDeterminer
CURRENT, PROPOSED
 
Constructor Summary
NettyStaticSetup.EsThreadNameDeterminer()
           
 
Method Summary
 String determineThreadName(String currentThreadName, String proposedThreadName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyStaticSetup.EsThreadNameDeterminer

public NettyStaticSetup.EsThreadNameDeterminer()
Method Detail

determineThreadName

public String determineThreadName(String currentThreadName,
                                  String proposedThreadName)
                           throws Exception
Specified by:
determineThreadName in interface org.jboss.netty.util.ThreadNameDeterminer
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.