|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Level | |
---|---|
org.apache.blur.server | |
org.apache.blur.thrift | |
org.apache.blur.thrift.generated |
Uses of Level in org.apache.blur.server |
---|
Methods in org.apache.blur.server with parameters of type Level | |
---|---|
void |
FilteredBlurServer.logging(String classNameOrLoggerName,
Level level)
|
Uses of Level in org.apache.blur.thrift |
---|
Methods in org.apache.blur.thrift with parameters of type Level | |
---|---|
void |
TableAdmin.logging(String classNameOrLoggerName,
Level level)
|
Uses of Level in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as Level | |
---|---|
Level |
Blur.logging_args.level
the logging level. |
Methods in org.apache.blur.thrift.generated that return Level | |
---|---|
static Level |
Level.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
Level |
Blur.logging_args.getLevel()
the logging level. |
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.blur.thrift.generated with parameters of type Level | |
---|---|
void |
SafeClientGen.logging(String arg0,
Level arg1)
|
void |
Blur.Iface.logging(String classNameOrLoggerName,
Level level)
Changes the logging level for the given instance dynamically at runtime. |
void |
Blur.Client.logging(String classNameOrLoggerName,
Level level)
|
void |
Blur.AsyncIface.logging(String classNameOrLoggerName,
Level level,
AsyncMethodCallback<Blur.AsyncClient.logging_call> resultHandler)
|
void |
Blur.AsyncClient.logging(String classNameOrLoggerName,
Level level,
AsyncMethodCallback<Blur.AsyncClient.logging_call> resultHandler)
|
void |
SafeClientGen.send_logging(String arg0,
Level arg1)
|
void |
Blur.Client.send_logging(String classNameOrLoggerName,
Level level)
|
Blur.logging_args |
Blur.logging_args.setLevel(Level level)
the logging level. |
Constructors in org.apache.blur.thrift.generated with parameters of type Level | |
---|---|
Blur.AsyncClient.logging_call(String classNameOrLoggerName,
Level level,
AsyncMethodCallback<Blur.AsyncClient.logging_call> resultHandler,
TAsyncClient client,
TProtocolFactory protocolFactory,
TNonblockingTransport transport)
|
|
Blur.logging_args(String classNameOrLoggerName,
Level level)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |