Example usage for org.apache.thrift.server TThreadedSelectorServer subclass-usage

List of usage examples for org.apache.thrift.server TThreadedSelectorServer subclass-usage

Introduction

In this page you can find the example usage for org.apache.thrift.server TThreadedSelectorServer subclass-usage.

Usage

From source file org.apache.accumulo.server.rpc.CustomThreadedSelectorServer.java

public class CustomThreadedSelectorServer extends TThreadedSelectorServer {

    private final Field fbTansportField;

    public CustomThreadedSelectorServer(Args args) {
        super(args);

From source file org.diqube.server.thrift.ThriftServer.java

/**
 * A simple sub-class of {@link TThreadedSelectorServer} that enforces the selectorThreads to get a nice name.
 *
 * <p>
 * Unfortunately, there is no way to get to the AcceptThread - that thread therefore has a generic name.
 *