C E F G H L P R T W

C

com.endeca.logging - package com.endeca.logging
Provides an interface to send information to the Endeca Logging Server.

E

entrySet() - Method in class com.endeca.logging.LogEntry
Implemented for the Map interface.
equals(Object) - Method in class com.endeca.logging.LogEntry
 

F

fromString(String) - Static method in class com.endeca.logging.LogEntry
Parse a LogEntry from a String.

G

getDouble(String) - Method in class com.endeca.logging.LogEntry
Get the integer value associated with the given key.
getInt(String) - Method in class com.endeca.logging.LogEntry
Get the integer value associated with the given key.
getList(String) - Method in class com.endeca.logging.LogEntry
Get the given list value associated with a given key.
getString(String) - Method in class com.endeca.logging.LogEntry
Get the value associated with the given key.

H

hashCode() - Method in class com.endeca.logging.LogEntry
 

L

log(LogEntry) - Method in class com.endeca.logging.LogConnection
Sends a log request to the Log Server without waiting for a response.
logAndWait(LogEntry) - Method in class com.endeca.logging.LogConnection
Sends a log request to the Log Server and reads the response.
logAsynchronously(LogEntry) - Method in class com.endeca.logging.LogConnection
Queues up a log request to send to the Log Server asynchronously and without waiting for a response.
LogConnection - Class in com.endeca.logging
This class is used to create an HTTP connection to the Log Server, where LogEntry objects can be sent and recorded.
LogConnection(String, int) - Constructor for class com.endeca.logging.LogConnection
Creates a new instance of LogConnection
LogConnection(String, String) - Constructor for class com.endeca.logging.LogConnection
Creates a new instance of LogConnection
LogEntry - Class in com.endeca.logging
This class contains the logging information sent from the application to the Log Server.
LogEntry() - Constructor for class com.endeca.logging.LogEntry
Construct an empty LogEntry.
LogEntry(int) - Constructor for class com.endeca.logging.LogEntry
Construct an empty LogEntry with an initial capacity of 'sz'.
LogEntry(Map) - Constructor for class com.endeca.logging.LogEntry
Construct a LogEntry with the given key-value pairs.
LogEntry(LogEntry) - Constructor for class com.endeca.logging.LogEntry
Create a copy of a LogEntry.
LogException - Exception in com.endeca.logging
Represents an exception that may arise from trying to submit a LogEntry to the logging server.
LogException() - Constructor for exception com.endeca.logging.LogException
 
LogException(String) - Constructor for exception com.endeca.logging.LogException
 

P

put(Object, Object) - Method in class com.endeca.logging.LogEntry
Implemented for the Map interface.
putDouble(String, double) - Method in class com.endeca.logging.LogEntry
Set the given key to the given double value.
putInt(String, int) - Method in class com.endeca.logging.LogEntry
Set the given key to the given integer value.
putList(String, List) - Method in class com.endeca.logging.LogEntry
Set the given key to the list value.
putString(String, String) - Method in class com.endeca.logging.LogEntry
Set the given key to the given value.

R

readExternal(ObjectInput) - Method in class com.endeca.logging.LogEntry
 

T

toString() - Method in class com.endeca.logging.LogEntry
 

W

writeExternal(ObjectOutput) - Method in class com.endeca.logging.LogEntry
 

C E F G H L P R T W

© 2011, 2012 Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential