Class DistributedThinClientConfiguration
- java.lang.Object
-
- org.apache.ignite.internal.processors.configuration.distributed.DistributedThinClientConfiguration
-
public class DistributedThinClientConfiguration extends Object
Thin client distributed configuration.
-
-
Constructor Summary
Constructors Constructor Description DistributedThinClientConfiguration(GridKernalContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable BooleansendServerExceptionStackTraceToClient()GridFutureAdapter<?>updateThinClientSendServerStackTraceAsync(boolean showStack)
-
-
-
Constructor Detail
-
DistributedThinClientConfiguration
public DistributedThinClientConfiguration(GridKernalContext ctx)
- Parameters:
ctx- Kernal context.
-
-
Method Detail
-
updateThinClientSendServerStackTraceAsync
public GridFutureAdapter<?> updateThinClientSendServerStackTraceAsync(boolean showStack) throws IgniteCheckedException
- Parameters:
showStack- Iftrueshows full stack trace on the client side.- Returns:
- Future for update operation.
- Throws:
IgniteCheckedException
-
sendServerExceptionStackTraceToClient
@Nullable public @Nullable Boolean sendServerExceptionStackTraceToClient()
- Returns:
- If
true, thin client response will include full stack trace when exception occurs. Whenfalse, only top level exception message is included.
-
-