mirror of https://github.com/apache/druid.git
make queryIDProvider a singleton
This commit is contained in:
parent
37a79dd4cb
commit
e54949ca98
|
@ -20,12 +20,14 @@
|
|||
package io.druid.server;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.Singleton;
|
||||
import io.druid.guice.annotations.Self;
|
||||
import io.druid.query.Query;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
import java.util.concurrent.atomic.AtomicLong;
|
||||
|
||||
@Singleton
|
||||
public class QueryIDProvider
|
||||
{
|
||||
private final String host;
|
||||
|
|
Loading…
Reference in New Issue