public class LookupFinder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTUAL_CLOSE_SYSTEM_PROPERTY
Deprecated.
If this system property is set to "true",
close() will actually perform the close
operation, otherwise, it will not perform anything. |
static long |
DEFAULT_INTERVAL_TIMEOUT
Deprecated.
|
static long |
DEFAULT_TIMEOUT
Deprecated.
|
static long |
SINGLE_LOOKUP_TIMEOUT
Deprecated.
|
Constructor and Description |
---|
LookupFinder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
close()
Deprecated.
Closes the lookup finder if the
ACTUAL_CLOSE_SYSTEM_PROPERTY is set to "true". |
static Object |
find(LookupRequest request)
Deprecated.
|
static void |
forceClose()
Deprecated.
Forces close regardless of the
ACTUAL_CLOSE_SYSTEM_PROPERTY system proepty. |
static void |
sortLookupAttributes(Entry[] attributes)
Deprecated.
|
public static final long DEFAULT_TIMEOUT
public static final long DEFAULT_INTERVAL_TIMEOUT
public static final long SINGLE_LOOKUP_TIMEOUT
public static final String ACTUAL_CLOSE_SYSTEM_PROPERTY
close()
will actually perform the close
operation, otherwise, it will not perform anything. To force close, please call forceClose()
.public static void close()
ACTUAL_CLOSE_SYSTEM_PROPERTY
is set to "true". IF it
is not set, will default to "true".public static void forceClose()
ACTUAL_CLOSE_SYSTEM_PROPERTY
system proepty.public static Object find(LookupRequest request) throws FinderException
FinderException
public static void sortLookupAttributes(Entry[] attributes)
Copyright © GigaSpaces.