- AbstractAdaptor - Class in com.google.enterprise.adaptor
-
Provides a reasonable default implementation for most
Adaptor
methods.
- AbstractAdaptor() - Constructor for class com.google.enterprise.adaptor.AbstractAdaptor
-
- AbstractDocIdPusher - Class in com.google.enterprise.adaptor
-
This class provides an implementation of the forwarding methods of
the
DocIdPusher
interface.
- AbstractDocIdPusher() - Constructor for class com.google.enterprise.adaptor.AbstractDocIdPusher
-
- Acl - Class in com.google.enterprise.adaptor
-
Immutable access control list.
- Acl.BatchRetriever - Interface in com.google.enterprise.adaptor
-
Batch retrieval of ACLs for efficent processing of many authz checks at
once.
- Acl.Builder - Class in com.google.enterprise.adaptor
-
Mutable ACL for creating instances of
Acl
.
- Acl.InheritanceType - Enum in com.google.enterprise.adaptor
-
The rule for combining a parent's authz response with its child's.
- AclPopulator - Class in com.google.enterprise.adaptor.experimental
-
Result of running this adaptor:
1.
- AclPopulator() - Constructor for class com.google.enterprise.adaptor.experimental.AclPopulator
-
- Adaptor - Interface in com.google.enterprise.adaptor
-
Interface for user-specific implementation details of an Adaptor.
- AdaptorContext - Interface in com.google.enterprise.adaptor
-
Methods for an Adaptor to communicate with the adaptor library.
- AdaptorTemplate - Class in com.google.enterprise.adaptor.examples
-
Demonstrates what code is necessary for putting public
content onto a GSA.
- AdaptorTemplate() - Constructor for class com.google.enterprise.adaptor.examples.AdaptorTemplate
-
- AdaptorWithCrawlTimeMetadataTemplate - Class in com.google.enterprise.adaptor.examples
-
Demonstrates what code is necessary for putting restricted
content onto a GSA.
- AdaptorWithCrawlTimeMetadataTemplate() - Constructor for class com.google.enterprise.adaptor.examples.AdaptorWithCrawlTimeMetadataTemplate
-
- AdaptorWithRespondNoContentTemplate - Class in com.google.enterprise.adaptor.examples
-
Demonstrates what code is necessary for responding NO_CONTENT (204) to GSA.
- AdaptorWithRespondNoContentTemplate() - Constructor for class com.google.enterprise.adaptor.examples.AdaptorWithRespondNoContentTemplate
-
- AdaptorWithTwoParentOverrides - Class in com.google.enterprise.adaptor.examples
-
Example with depth three ACL chain.
- AdaptorWithTwoParentOverrides() - Constructor for class com.google.enterprise.adaptor.examples.AdaptorWithTwoParentOverrides
-
- add(String, String) - Method in class com.google.enterprise.adaptor.Metadata
-
Increases values mapped to k with v.
- addAnchor(URI, String) - Method in interface com.google.enterprise.adaptor.Response
-
Add a hyperlink for the GSA to follow without modifying the document
contents.
- addAnchor(URI, String) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- addAnchor(URI, String) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- AddContentTypeToMetadata - Class in com.google.enterprise.adaptor.examples
-
Example transform adding type metadata based on extension.
- AddContentTypeToMetadata(String) - Constructor for class com.google.enterprise.adaptor.examples.AddContentTypeToMetadata
-
- addKey(String, String) - Method in class com.google.enterprise.adaptor.Config
-
Add configuration key.
- addMetadata(String, String) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Add a new name/value to the metadata for the document this record is
providing information for.
- addMetadata(String, String) - Method in interface com.google.enterprise.adaptor.Response
-
Add metadata element that applies to the document.
- addMetadata(String, String) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- addMetadata(String, String) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- addStatusSource(StatusSource) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Add a status source to the dashboard.
- addStatusSource(StatusSource) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- Application - Class in com.google.enterprise.adaptor
-
Provides framework for adaptors to act as a stand-alone application.
- Application(Adaptor, Config) - Constructor for class com.google.enterprise.adaptor.Application
-
- AsyncDocIdPusher - Interface in com.google.enterprise.adaptor
-
Interface that allows asynchronous at-will pushing of DocId
s
to the GSA.
- authenticateUser(HttpExchange, AuthnAuthority.Callback) - Method in interface com.google.enterprise.adaptor.AuthnAuthority
-
Authenticate the user connected via ex
.
- AuthnAuthority - Interface in com.google.enterprise.adaptor
-
Interface for adaptors capable of authenticating users.
- AuthnAuthority.Callback - Interface in com.google.enterprise.adaptor
-
- AuthnIdentity - Interface in com.google.enterprise.adaptor
-
User identification information for understanding who a user is or if they
are allowed to access a resource.
- AuthzAuthority - Interface in com.google.enterprise.adaptor
-
Interface for adaptors capable of authorizing users.
- AuthzStatus - Enum in com.google.enterprise.adaptor
-
Authorization status codes.
- canRespondWithNoContent(Date) - Method in class com.google.enterprise.adaptor.DocRequest
-
- canRespondWithNoContent(Date) - Method in interface com.google.enterprise.adaptor.Request
-
Returns true
if the GSA or other client's current copy of the
document was retrieved after the lastModified
date and GSA can
handle HTTP 204 response; false
otherwise.
- canRespondWithNoContent(Date) - Method in class com.google.enterprise.adaptor.testing.UnsupportedRequest
-
- checkAndScheduleImmediatePushOfDocIds() - Method in class com.google.enterprise.adaptor.GsaCommunicationHandler
-
Ensure there is a push running right now.
- checkAndScheduleIncrementalPushOfDocIds() - Method in class com.google.enterprise.adaptor.GsaCommunicationHandler
-
Perform an push of incremental changes.
- close() - Method in class com.google.enterprise.adaptor.ContentTransform
-
- Color() - Constructor for class com.google.enterprise.adaptor.CustomFormatter.Color
-
- com.google.enterprise.adaptor - package com.google.enterprise.adaptor
-
Adaptor interfaces and implementation.
- com.google.enterprise.adaptor.examples - package com.google.enterprise.adaptor.examples
-
- com.google.enterprise.adaptor.experimental - package com.google.enterprise.adaptor.experimental
-
- com.google.enterprise.adaptor.prebuilt - package com.google.enterprise.adaptor.prebuilt
-
- com.google.enterprise.adaptor.testing - package com.google.enterprise.adaptor.testing
-
- Command - Class in com.google.enterprise.adaptor.prebuilt
-
Exec helper that allows easy handling of stdin, stdout, and stderr.
- Command.Result - Class in com.google.enterprise.adaptor.prebuilt
-
Result data from an invocation
- CommandLineAdaptor - Class in com.google.enterprise.adaptor.prebuilt
-
Command Line Adaptor
- CommandLineAdaptor() - Constructor for class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- CommandLineTransform - Class in com.google.enterprise.adaptor.prebuilt
-
A conduit that allows a simple way to create a document transform based on
a command line program.
- CommandLineTransform() - Constructor for class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
- CommandStreamParser - Class in com.google.enterprise.adaptor
-
Parses the adaptor data format into individual commands with associated data.
- CommandStreamParser(InputStream) - Constructor for class com.google.enterprise.adaptor.CommandStreamParser
-
- compareTo(DocId) - Method in class com.google.enterprise.adaptor.DocId
-
Provides comparison for ids based on the unique id string.
- compareTo(Principal) - Method in class com.google.enterprise.adaptor.Principal
-
Sorts by 1) namespace, 2) user or group, 3) name.
- Config - Class in com.google.enterprise.adaptor
-
Configuration values for this program, like the GSA's hostname.
- Config() - Constructor for class com.google.enterprise.adaptor.Config
-
- config - Variable in class com.google.enterprise.adaptor.ContentTransform
-
- ContentTransform - Class in com.google.enterprise.adaptor
-
The document content transform can modify the content of a document.
- ContentTransform(Map<String, String>, Metadata, String, OutputStream) - Constructor for class com.google.enterprise.adaptor.ContentTransform
-
Constructs a document content transform.
- contentType - Variable in class com.google.enterprise.adaptor.ContentTransform
-
- copyMetadata(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.PrebuiltTransforms
-
Returns a transform that copies metadata or param values from one key to
another.
- copyStream(InputStream, OutputStream) - Static method in class com.google.enterprise.adaptor.IOHelper
-
Copy contents of in
to out
.
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.examples.AddContentTypeToMetadata
-
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.examples.MetadataTransformExample
-
Makes transform from config with "src" and "dest" keys.
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
Accepts keys "cmd"
, "workingDirectory"
, and "arg?"
.
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.DateFilter
-
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.FilterMimetypes
-
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.RegexFilter
-
- create(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.SkipDocumentFilter
-
- createHttpContext(String, HttpHandler) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
- createHttpContext(String, HttpHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- createInstance(String, File, File) - Method in class com.google.enterprise.adaptor.Service
-
- CustomFormatter - Class in com.google.enterprise.adaptor
-
Custom log formatter for ease of development.
- CustomFormatter() - Constructor for class com.google.enterprise.adaptor.CustomFormatter
-
- CustomFormatter.Color - Class in com.google.enterprise.adaptor
-
A CustomFormatter that forces the use of colors.
- CustomFormatter.NoColor - Class in com.google.enterprise.adaptor
-
A CustomFormatter that does not use colors.
- Daemon - Class in com.google.enterprise.adaptor
-
Allows running an adaptor as a daemon when used in conjunction with procrun
or jsvc
.
- Daemon() - Constructor for class com.google.enterprise.adaptor.Daemon
-
- DateFilter - Class in com.google.enterprise.adaptor.prebuilt
-
Transform causing exclusion of certain Documents, based on a date
in that document's Metadata or Param properties.
- DateSplitTransform - Class in com.google.enterprise.adaptor.examples
-
Metadata Transform to split date field into 3 separate metadata fields
(month, day, year)
Specify the name of the metadata field containing the date as dateField
and the format of the date as dateFormat.
- DbAdaptorTemplate - Class in com.google.enterprise.adaptor.examples
-
Demonstrates what code is necessary for putting DB
content onto a GSA.
- DbAdaptorTemplate() - Constructor for class com.google.enterprise.adaptor.examples.DbAdaptorTemplate
-
- decodeValue(String) - Method in interface com.google.enterprise.adaptor.SensitiveValueDecoder
-
Decode an encoded sensitive string into its original string.
- DEFAULT_NAMESPACE - Static variable in class com.google.enterprise.adaptor.Principal
-
- defaultHandler() - Static method in class com.google.enterprise.adaptor.ExceptionHandlers
-
The default exception handler.
- deleteInstance(String, long, TimeUnit) - Method in class com.google.enterprise.adaptor.Service
-
- deleteMetadata(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.PrebuiltTransforms
-
Returns a transform that deletes metadata or param keys.
- destroy() - Method in class com.google.enterprise.adaptor.AbstractAdaptor
-
Shutdown and release resources of adaptor.
- destroy() - Method in interface com.google.enterprise.adaptor.Adaptor
-
Shutdown and release resources of adaptor.
- destroy() - Method in class com.google.enterprise.adaptor.Daemon
-
- DocId - Class in com.google.enterprise.adaptor
-
Refers to a unique document in repository.
- DocId(String) - Constructor for class com.google.enterprise.adaptor.DocId
-
Construct an identifier based on id
.
- DocIdEncoder - Interface in com.google.enterprise.adaptor
-
Allows generating a URI for a particular DocId.
- DocIdPusher - Interface in com.google.enterprise.adaptor
-
Interface that allows at-will pushing of DocId
s to the GSA.
- DocIdPusher.FeedType - Enum in com.google.enterprise.adaptor
-
FeedType used for group definition pushes.
- DocIdPusher.Record - Class in com.google.enterprise.adaptor
-
Immutable feed attributes for a document identified by its DocId
.
- DocIdPusher.Record.Builder - Class in com.google.enterprise.adaptor
-
Builder to create instances of Record.
- DocRequest - Class in com.google.enterprise.adaptor
-
A complete implementation of
Request
.
- DocRequest(DocId) - Constructor for class com.google.enterprise.adaptor.DocRequest
-
Constructs a request with a null access time that supports HTTP
204 responses.
- DocRequest(DocId, Date) - Constructor for class com.google.enterprise.adaptor.DocRequest
-
Constructs a request that supports HTTP 204 responses.
- DocRequest(DocId, Date, boolean) - Constructor for class com.google.enterprise.adaptor.DocRequest
-
Constructs a request.
- DocumentTransform - Interface in com.google.enterprise.adaptor
-
Deprecated.
- EMPTY - Static variable in class com.google.enterprise.adaptor.Acl
-
Empty convenience instance with all defaults used.
- enableCompressionIfSupported(HttpExchange) - Static method in class com.google.enterprise.adaptor.HttpExchanges
-
If the client supports it, set the correct headers and streams to provide
GZIPed response data to the client.
- encodeDocId(DocId) - Method in interface com.google.enterprise.adaptor.DocIdEncoder
-
- entries() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse.AnchorMap
-
Gets an unmodifiable list of the anchors.
- equals(Object) - Method in class com.google.enterprise.adaptor.Acl
-
Equality is determined if all the permit/deny sets are equal and the
inheritance is equal.
- equals(Object) - Method in class com.google.enterprise.adaptor.DocId
-
Determines equality based on the unique id string.
- equals(Object) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
Checks for equality based on all visible fields.
- equals(Object) - Method in class com.google.enterprise.adaptor.Metadata
-
True if exactly the same key-values are represented.
- equals(Object) - Method in class com.google.enterprise.adaptor.Principal
-
- EVERYTHING_CASE_INSENSITIVE - Static variable in interface com.google.enterprise.adaptor.DocIdPusher
-
- EVERYTHING_CASE_SENSITIVE - Static variable in interface com.google.enterprise.adaptor.DocIdPusher
-
Not as good as an enum for case sensitivity, but backward compatible.
- ExceptionHandler - Interface in com.google.enterprise.adaptor
-
Interface for handling errors and handling retrying policy.
- ExceptionHandlers - Class in com.google.enterprise.adaptor
-
- exec(String[]) - Static method in class com.google.enterprise.adaptor.prebuilt.Command
-
Same as exec(command, null, new byte[0])
.
- exec(String[], File) - Static method in class com.google.enterprise.adaptor.prebuilt.Command
-
Same as exec(command, workingDir, new byte[0])
.
- exec(String[], byte[]) - Static method in class com.google.enterprise.adaptor.prebuilt.Command
-
Same as exec(command, null, stdin)
.
- exec(String[], File, byte[]) - Static method in class com.google.enterprise.adaptor.prebuilt.Command
-
Create process command
starting in the workingDir
and
providing stdin
as input.
- exec(String[], StreamingCommand.InputSource, StreamingCommand.OutputSink, StreamingCommand.OutputSink) - Static method in class com.google.enterprise.adaptor.prebuilt.StreamingCommand
-
Same as exec(command, null, stdin, stdout, stderr)
.
- exec(String[], File, StreamingCommand.InputSource, StreamingCommand.OutputSink, StreamingCommand.OutputSink) - Static method in class com.google.enterprise.adaptor.prebuilt.StreamingCommand
-
Create process command
starting in the workingDir
and
providing stdin
as input.
- executeAuthorizer(String[], byte[]) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- executeLister(String[], StreamingCommand.InputSource, StreamingCommand.OutputSink, StreamingCommand.OutputSink) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- executeRetriever(String[], StreamingCommand.InputSource, StreamingCommand.OutputSink, StreamingCommand.OutputSink) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- exponentialBackoffHandler(int, long, TimeUnit) - Static method in class com.google.enterprise.adaptor.ExceptionHandlers
-
Create a handler that uses exponential backoff to sleep before retrying.
- get(String) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse.AnchorMap
-
Gets an unmodifiable list of the accumulated anchor URIs
that match the given text.
- getAcl() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getAdaptor() - Method in class com.google.enterprise.adaptor.GsaCommunicationHandler
-
- getAllKeys() - Method in class com.google.enterprise.adaptor.Config
-
- getAllValues(String) - Method in class com.google.enterprise.adaptor.Metadata
-
Gives unmodifiable reference to inserted values for key, empty if none.
- getAnchors() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
Gets an unmodifiable view of the accumulated anchors as a multimap.
- getAsyncDocIdPusher() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Callback object for asynchronously pushing DocId
s to the GSA
at any time.
- getAsyncDocIdPusher() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getAttribute(String) - Method in interface com.google.enterprise.adaptor.Session
-
Get attribute value.
- getCause() - Method in exception com.google.enterprise.adaptor.prebuilt.RecursiveFileIterator.WrappedIOException
-
- getCode() - Method in interface com.google.enterprise.adaptor.Status
-
The code to represent the state of the status.
- getCommandAcceptsParameters() - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
- getConfig() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Configuration instance for the adaptor and all things within the adaptor
library.
- getConfig() - Method in class com.google.enterprise.adaptor.Application
-
- getConfig() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getContentType() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getContentTypeOutputForContentTypeInput(String) - Static method in class com.google.enterprise.adaptor.ContentTransform
-
Specify the transformation in ContentType, where applicable.
- getDenies() - Method in class com.google.enterprise.adaptor.Acl
-
Returns immutable set of denied users and groups;
- getDenyGroups() - Method in class com.google.enterprise.adaptor.Acl
-
Returns immutable set of denied groups.
- getDenyUsers() - Method in class com.google.enterprise.adaptor.Acl
-
Returns immutable set of denied users.
- getDescription() - Method in enum com.google.enterprise.adaptor.AuthzStatus
-
- getDisplayUrl() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getDocContent(Request, Response) - Method in interface com.google.enterprise.adaptor.Adaptor
-
Provides contents and metadata of particular document.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.AdaptorTemplate
-
Gives the bytes of a document referenced with id.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithCrawlTimeMetadataTemplate
-
Gives the bytes of a document referenced with id.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithRespondNoContentTemplate
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithTwoParentOverrides
-
Gives the bytes of a document referenced with id.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.DbAdaptorTemplate
-
Gives the bytes of a document referenced with id.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.FileSystemAdaptor
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsFromCsv
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsScaleTester
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsWriter
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.experimental.AclPopulator
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.experimental.MetadataExplorer
-
Gives the bytes of a document referenced with id.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.experimental.NamedResourceFirehose
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.experimental.StresserAdaptor
-
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
Gives the bytes of a document referenced with id.
- getDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.prebuilt.FileSystemAdaptor
-
- getDocId() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
The identifier for the document this record is providing information for.
- getDocId() - Method in class com.google.enterprise.adaptor.DocRequest
-
- getDocId() - Method in interface com.google.enterprise.adaptor.Request
-
Provides the document ID for the document that is being requested.
- getDocId() - Method in class com.google.enterprise.adaptor.testing.UnsupportedRequest
-
- getDocIdEncoder() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
A way to construct URIs from DocIds.
- getDocIdEncoder() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getDocIdPusher() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Callback object for pushing DocId
s to the GSA at any time.
- getDocIdPusher() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getDocIds(DocIdPusher) - Method in interface com.google.enterprise.adaptor.Adaptor
-
Pushes all the DocId
s that are suppose to be indexed by the GSA.
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.AdaptorTemplate
-
Gives list of document ids that you'd like on the GSA.
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithCrawlTimeMetadataTemplate
-
Gives list of document ids that you'd like on the GSA.
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithRespondNoContentTemplate
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithTwoParentOverrides
-
Gives list of document ids that you'd like on the GSA.
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.DbAdaptorTemplate
-
Get all doc ids from database.
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.FileSystemAdaptor
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsFromCsv
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsScaleTester
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsWriter
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.experimental.AclPopulator
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.experimental.MetadataExplorer
-
Gives list of document ids that you'd like on the GSA.
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.experimental.NamedResourceFirehose
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.experimental.StresserAdaptor
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- getDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.prebuilt.FileSystemAdaptor
-
- getDocIds() - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Gets an unmodifiable list of the accumulated
DocIds
passed to any of the
pushDocIds
or
pushRecords
methods.
- getExcludedMimetypes() - Method in class com.google.enterprise.adaptor.prebuilt.FilterMimetypes
-
- getForcedTransmissionDecision() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getGetDocIdsFullErrorHandler() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
- getGetDocIdsFullErrorHandler() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getGetDocIdsIncrementalErrorHandler() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
- getGetDocIdsIncrementalErrorHandler() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getGroupDefinitions() - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Gets an unmodifiable map of the accumulated group definitions
passed to any of the pushGroupDefinitions
methods.
- getGroupDefinitions(String) - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Gets an unmodifiable map of the accumulated group definitions
passed to any of the pushGroupDefinitions
methods.
- getGroups() - Method in interface com.google.enterprise.adaptor.AuthnIdentity
-
Gets all the groups a user belongs to in an immutable set.
- getGsaCommunicationHandler() - Method in class com.google.enterprise.adaptor.Application
-
- getIfModifiedSince(HttpExchange) - Static method in class com.google.enterprise.adaptor.HttpExchanges
-
Retrieves and parses the If-Modified-Since from the request, returning null
if there was no such header or there was an error.
- getInheritanceType() - Method in class com.google.enterprise.adaptor.Acl
-
Returns the inheritance type used to combine authz decisions of these ACLs
with its child.
- getInheritFrom() - Method in class com.google.enterprise.adaptor.Acl
-
Returns DocId
these ACLs are inherited from.
- getInheritFromFragment() - Method in class com.google.enterprise.adaptor.Acl
-
Returns fragment, if there is one, that specifies which of the parent's
ACLs is to to be inhertied from.
- getKeys() - Method in class com.google.enterprise.adaptor.Metadata
-
Get modifiable set of all keys with at least one value.
- getLastAccessTime() - Method in class com.google.enterprise.adaptor.DocRequest
-
- getLastAccessTime() - Method in interface com.google.enterprise.adaptor.Request
-
Returns the last time a GSA or other client retrieved the data, or null
if none was provided by the client.
- getLastAccessTime() - Method in class com.google.enterprise.adaptor.testing.UnsupportedRequest
-
- getLastModified() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
The last modified date of the document.
- getLastModified() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getListerCommand() - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- getListOfConfigs(String) - Method in class com.google.enterprise.adaptor.Config
-
Returns a list of maps corresponding to each item of the comma-separated
value of key
.
- getMessage(Locale) - Method in interface com.google.enterprise.adaptor.Status
-
A message appropriate for displaying to an end-user concerning the state of
the status.
- getMetadata() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
The Metadata
(possibly null) for the document this record is
providing information for.
- getMetadata() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
Gets an unmodifiable view of the accumulated Metadata
.
- getModifiedDocIds(DocIdPusher) - Method in class com.google.enterprise.adaptor.experimental.NamedResourceFirehose
-
- getModifiedDocIds(DocIdPusher) - Method in interface com.google.enterprise.adaptor.PollingIncrementalLister
-
Check for documents modified since the last call to the method.
- getName() - Method in class com.google.enterprise.adaptor.Principal
-
- getName(Locale) - Method in interface com.google.enterprise.adaptor.StatusSource
-
Get the name of this source, for displaying to the user.
- getNamedResources() - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Gets an unmodifiable map of the accumulated named resources
passed to any of the pushNamedResources
methods.
- getNamedResources() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
Gets an unmodifiable view of the named resources as a Map
from URI fragments to ACLs.
- getNamespace() - Method in class com.google.enterprise.adaptor.Principal
-
- getOneValue(String) - Method in class com.google.enterprise.adaptor.Metadata
-
One of the inserted values, or null if none.
- getOutputStream() - Method in interface com.google.enterprise.adaptor.Response
-
Get stream to write document contents to.
- getOutputStream() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getOutputStream() - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- getParams() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
Gets an unmodifiable view of the accumulated params as a Map
.
- getPassword() - Method in interface com.google.enterprise.adaptor.AuthnIdentity
-
Gets the user's password.
- getPermitGroups() - Method in class com.google.enterprise.adaptor.Acl
-
Returns immutable set of permitted groups.
- getPermits() - Method in class com.google.enterprise.adaptor.Acl
-
Returns immutable set of permitted users and groups.
- getPermitUsers() - Method in class com.google.enterprise.adaptor.Acl
-
Returns immutable set of permitted users.
- getRawValue(String) - Method in class com.google.enterprise.adaptor.Config
-
Get a configuration value exactly as provided in configuration.
- getRecords() - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Gets an unmodifiable list of the accumulated Records
passed to any of the pushRecords
methods.
- getRequestUri(HttpExchange) - Static method in class com.google.enterprise.adaptor.HttpExchanges
-
Best-effort attempt to reform the identical URI the client used to
contact the server.
- getResultLink() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
The URI that should be displayed to the user in search results.
- getRetrieverCommand() - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- getReturnCode() - Method in class com.google.enterprise.adaptor.prebuilt.Command.Result
-
- getSensitiveValueDecoder() - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Retrieve decoder for sensitive values, like passwords.
- getSensitiveValueDecoder() - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getState() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- getStatsDocContent(Request, Response) - Method in class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
- getStderr() - Method in class com.google.enterprise.adaptor.prebuilt.Command.Result
-
- getStdout() - Method in class com.google.enterprise.adaptor.prebuilt.Command.Result
-
- getSupportedMimetypes() - Method in class com.google.enterprise.adaptor.prebuilt.FilterMimetypes
-
- getTransformCommand() - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
- getUniqueId() - Method in class com.google.enterprise.adaptor.DocId
-
Returns the string identifier provided to the constructor.
- getUnsupportedMimetypes() - Method in class com.google.enterprise.adaptor.prebuilt.FilterMimetypes
-
- getUser() - Method in interface com.google.enterprise.adaptor.AuthnIdentity
-
Gets the user principal.
- getUserSession(HttpExchange, boolean) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Get the session for the user communicating via ex
.
- getUserSession(HttpExchange, boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- getValue(String) - Method in class com.google.enterprise.adaptor.Config
-
Get a configuration value as computed based on the configuration.
- getValuesWithPrefix(String) - Method in class com.google.enterprise.adaptor.Config
-
Gets all configuration values that begin with prefix
, returning
them as a map with the keys having prefix
removed.
- getVersionNumber() - Method in class com.google.enterprise.adaptor.CommandStreamParser
-
- getWorkingDirectory() - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
- GroupDefinitionsFromCsv - Class in com.google.enterprise.adaptor.examples
-
Reads memberships from CSV, forms groups, and sends to to GSA.
- GroupDefinitionsFromCsv() - Constructor for class com.google.enterprise.adaptor.examples.GroupDefinitionsFromCsv
-
- GroupDefinitionsScaleTester - Class in com.google.enterprise.adaptor.examples
-
Creates groups and users and pushes some number of principals per group.
- GroupDefinitionsScaleTester() - Constructor for class com.google.enterprise.adaptor.examples.GroupDefinitionsScaleTester
-
- GroupDefinitionsWriter - Class in com.google.enterprise.adaptor.examples
-
Demonstrates sending group definitions to GSA.
- GroupDefinitionsWriter() - Constructor for class com.google.enterprise.adaptor.examples.GroupDefinitionsWriter
-
- GroupPrincipal - Class in com.google.enterprise.adaptor
-
Represents group.
- GroupPrincipal(String, String) - Constructor for class com.google.enterprise.adaptor.GroupPrincipal
-
- GroupPrincipal(String) - Constructor for class com.google.enterprise.adaptor.GroupPrincipal
-
- GsaCommunicationHandler - Class in com.google.enterprise.adaptor
-
This class handles the communications with GSA.
- GsaCommunicationHandler(Adaptor, Config) - Constructor for class com.google.enterprise.adaptor.GsaCommunicationHandler
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.AbstractAdaptor
-
Initialize adaptor with the current context.
- init(AdaptorContext) - Method in interface com.google.enterprise.adaptor.Adaptor
-
Initialize adaptor with the current context.
- init(DaemonContext) - Method in class com.google.enterprise.adaptor.Daemon
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithCrawlTimeMetadataTemplate
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithRespondNoContentTemplate
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.examples.DbAdaptorTemplate
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.examples.FileSystemAdaptor
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsFromCsv
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsScaleTester
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.experimental.AclPopulator
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.experimental.MetadataExplorer
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.experimental.NamedResourceFirehose
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.experimental.StresserAdaptor
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- init(AdaptorContext) - Method in class com.google.enterprise.adaptor.prebuilt.FileSystemAdaptor
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.AbstractAdaptor
-
Provides the opportunity for the Adaptor to create new configuration values
or override default values.
- initConfig(Config) - Method in interface com.google.enterprise.adaptor.Adaptor
-
Provides the opportunity for the Adaptor to create new configuration values
or override default values.
- initConfig(Config) - Method in class com.google.enterprise.adaptor.examples.DbAdaptorTemplate
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.examples.FileSystemAdaptor
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsFromCsv
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.examples.GroupDefinitionsScaleTester
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.experimental.NamedResourceFirehose
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.experimental.StresserAdaptor
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- initConfig(Config) - Method in class com.google.enterprise.adaptor.prebuilt.FileSystemAdaptor
-
- InvalidConfigurationException - Exception in com.google.enterprise.adaptor
-
Thrown for unrecoverable configuration errors.
- InvalidConfigurationException() - Constructor for exception com.google.enterprise.adaptor.InvalidConfigurationException
-
Constructs a new InvalidConfigurationException with no message and no
cause.
- InvalidConfigurationException(String) - Constructor for exception com.google.enterprise.adaptor.InvalidConfigurationException
-
Constructs a InvalidConfigurationException with a supplied message but no
cause.
- InvalidConfigurationException(String, Throwable) - Constructor for exception com.google.enterprise.adaptor.InvalidConfigurationException
-
Constructs a InvalidConfigurationException with message and cause.
- InvalidConfigurationException(Throwable) - Constructor for exception com.google.enterprise.adaptor.InvalidConfigurationException
-
Constructs a InvalidConfigurationException with specified cause, copying
its message if cause is non-null
.
- IOHelper - Class in com.google.enterprise.adaptor
-
Utility class for providing useful methods when handling streams or other
forms of I/O.
- isAuthorized(AuthnIdentity, List<Acl>) - Static method in class com.google.enterprise.adaptor.Acl
-
Determine if the provided userIdentity
belonging to groups
is authorized for the provided aclChain
.
- isAuthorizedBatch(AuthnIdentity, Collection<DocId>, Acl.BatchRetriever) - Static method in class com.google.enterprise.adaptor.Acl
-
Check authz for many DocIds at once.
- isAuthorizedLocal(AuthnIdentity) - Method in class com.google.enterprise.adaptor.Acl
-
Determine if the provided userIdentifier
belonging to groups
is authorized, ignoring inheritance.
- isCrawlOnce() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- isEmpty() - Method in class com.google.enterprise.adaptor.Metadata
-
- isEmpty() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse.AnchorMap
-
- isEverythingCaseInsensitive() - Method in class com.google.enterprise.adaptor.Acl
-
Says whether letter casing doesn't matter during authorization.
- isEverythingCaseSensitive() - Method in class com.google.enterprise.adaptor.Acl
-
Says whether letter casing differentiates names during authorization.
- isGroup() - Method in class com.google.enterprise.adaptor.GroupPrincipal
-
Always returns true
.
- isGroup() - Method in class com.google.enterprise.adaptor.Principal
-
- isGroup() - Method in class com.google.enterprise.adaptor.UserPrincipal
-
Always returns false
.
- isLock() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- isNoArchive() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- isNoFollow() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- isNoIndex() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- isSecure() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- isToBeCrawledImmediately() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
Informs the GSA that the document has been modified, and the GSA should
give high priority to recrawling the document.
- isToBeCrawledOnce() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
Informs the GSA that it should only crawl the document once.
- isToBeDeleted() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
Whether the GSA is being informed the document has been deleted.
- isToBeLocked() - Method in class com.google.enterprise.adaptor.DocIdPusher.Record
-
Locks the document into the GSA's index.
- isUseColor() - Method in class com.google.enterprise.adaptor.CustomFormatter
-
- isUser() - Method in class com.google.enterprise.adaptor.GroupPrincipal
-
Always returns false
.
- isUser() - Method in class com.google.enterprise.adaptor.Principal
-
- isUser() - Method in class com.google.enterprise.adaptor.UserPrincipal
-
Always returns true
.
- isUserAuthorized(AuthnIdentity, Collection<DocId>) - Method in interface com.google.enterprise.adaptor.AuthzAuthority
-
Determines whether the user identified is allowed to access the DocId
s.
- isUserAuthorized(AuthnIdentity, Collection<DocId>) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithCrawlTimeMetadataTemplate
-
- isUserAuthorized(AuthnIdentity, Collection<DocId>) - Method in class com.google.enterprise.adaptor.examples.AdaptorWithRespondNoContentTemplate
-
- isUserAuthorized(AuthnIdentity, Collection<DocId>) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
Determines whether the user identified is allowed to access the DocId
s.
- iterator() - Method in class com.google.enterprise.adaptor.Metadata
-
Provides every key and value in immutable entries sorted
alphabetically, first by key, and secondly by value.
- iterator() - Method in class com.google.enterprise.adaptor.prebuilt.RecursiveFileIterator
-
Returns this
to allow using with foreach loops.
- main(Adaptor, String[]) - Static method in class com.google.enterprise.adaptor.AbstractAdaptor
-
Standard main for all adaptors (including those not extending
AbstractAdaptor).
- main(Adaptor, String[]) - Static method in class com.google.enterprise.adaptor.Application
-
Main for adaptors to utilize when wanting to act as an application.
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.AdaptorTemplate
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.AdaptorWithCrawlTimeMetadataTemplate
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.AdaptorWithRespondNoContentTemplate
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.AdaptorWithTwoParentOverrides
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.DbAdaptorTemplate
-
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.FileSystemAdaptor
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.GroupDefinitionsFromCsv
-
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.GroupDefinitionsScaleTester
-
- main(String[]) - Static method in class com.google.enterprise.adaptor.examples.GroupDefinitionsWriter
-
- main(String[]) - Static method in class com.google.enterprise.adaptor.experimental.AclPopulator
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.experimental.MetadataExplorer
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.experimental.NamedResourceFirehose
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.experimental.Sim
-
- main(String[]) - Static method in class com.google.enterprise.adaptor.experimental.StresserAdaptor
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.prebuilt.FileSystemAdaptor
-
Call default main for adaptors.
- main(String[]) - Static method in class com.google.enterprise.adaptor.Service
-
- metadata - Variable in class com.google.enterprise.adaptor.ContentTransform
-
- Metadata - Class in com.google.enterprise.adaptor
-
Allows storing multiple metadata values to a single key.
- Metadata() - Constructor for class com.google.enterprise.adaptor.Metadata
-
Create empty instance.
- Metadata(Iterable<Map.Entry<String, String>>) - Constructor for class com.google.enterprise.adaptor.Metadata
-
Duplicate.
- MetadataExplorer - Class in com.google.enterprise.adaptor.experimental
-
Demonstrates what happens when "intersecting" Metadata elements are specified
in the Lister, Retriever, and internal Metadata of an object.
- MetadataExplorer() - Constructor for class com.google.enterprise.adaptor.experimental.MetadataExplorer
-
- MetadataTransform - Interface in com.google.enterprise.adaptor
-
Represents an individual transform in the transform pipeline.
- MetadataTransform.HistoricalWrapper - Class in com.google.enterprise.adaptor
-
Versions prior to 4.1.1 used class named "DocumentTransform".
- MetadataTransform.Keyset - Enum in com.google.enterprise.adaptor
-
Identifies the location a configured key/value pair resides,
either in the
Metadata
, or the map of
params
supplied to the
transform
method of a
MetadataTransform
.
- MetadataTransform.TransmissionDecision - Enum in com.google.enterprise.adaptor
-
Transforms can cancel sending a document, or cancel sending its contents by
adding a
Transmission-Decision
to the
Map
of
params
supplied to the
transform
method of the
MetadataTransform
.
- MetadataTransformExample - Class in com.google.enterprise.adaptor.examples
-
Example transform which will move values from one key to another.
- moveMetadata(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.PrebuiltTransforms
-
Returns a transform that moves metadata or param values from one key to
another.
- parseQueryParameters(HttpExchange, Charset) - Static method in class com.google.enterprise.adaptor.HttpExchanges
-
Parse request GET query parameters of ex
into its parts, correctly
taking into account charset
.
- percentDecode(String) - Static method in class com.google.enterprise.adaptor.experimental.Sim
-
- PollingIncrementalLister - Interface in com.google.enterprise.adaptor
-
Interface for library-assisted polling incremental adaptors.
- PrebuiltTransforms - Class in com.google.enterprise.adaptor.prebuilt
-
Common transforms that you would expect to have available.
- Principal - Class in com.google.enterprise.adaptor
-
Represents either a user or a group.
- pushDocId(DocId) - Method in interface com.google.enterprise.adaptor.AsyncDocIdPusher
-
Push a DocId
asynchronously to the GSA.
- pushDocIds(Iterable<DocId>) - Method in class com.google.enterprise.adaptor.AbstractDocIdPusher
-
Push DocId
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushDocIds(Iterable<DocId>, ExceptionHandler) - Method in class com.google.enterprise.adaptor.AbstractDocIdPusher
-
Push DocId
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushDocIds(Iterable<DocId>) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Push DocId
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushDocIds(Iterable<DocId>, ExceptionHandler) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Push DocId
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushDocIds(Iterable<DocId>) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushDocIds(Iterable<DocId>, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean) - Method in class com.google.enterprise.adaptor.AbstractDocIdPusher
-
Blocking call to push group definitions to GSA ends in success or
when default error handler gives up.
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean, ExceptionHandler) - Method in class com.google.enterprise.adaptor.AbstractDocIdPusher
-
Blocking call to push group definitions to GSA ends in success or
when provided error handler gives up.
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Blocking call to push group definitions to GSA ends in success or
when default error handler gives up.
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean, ExceptionHandler) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Blocking call to push group definitions to GSA ends in success or
when provided error handler gives up.
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean, DocIdPusher.FeedType, String, ExceptionHandler) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Blocking call to push group definitions to GSA ends in success or
when provided error handler gives up.
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean, DocIdPusher.FeedType, String, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Records the group definitions.
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushGroupDefinitions(Map<GroupPrincipal, ? extends Collection<Principal>>, boolean, DocIdPusher.FeedType, String, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushNamedResource(DocId, Acl) - Method in interface com.google.enterprise.adaptor.AsyncDocIdPusher
-
Push a named resource asynchronously to the GSA.
- pushNamedResources(Map<DocId, Acl>) - Method in class com.google.enterprise.adaptor.AbstractDocIdPusher
-
Push named resources immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushNamedResources(Map<DocId, Acl>) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Push named resources immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushNamedResources(Map<DocId, Acl>, ExceptionHandler) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Push named resources immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushNamedResources(Map<DocId, Acl>, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Records the named resources.
- pushNamedResources(Map<DocId, Acl>) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushNamedResources(Map<DocId, Acl>, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushRecord(DocIdPusher.Record) - Method in interface com.google.enterprise.adaptor.AsyncDocIdPusher
-
Push a Record
asynchronously to the GSA.
- pushRecords(Iterable<DocIdPusher.Record>) - Method in class com.google.enterprise.adaptor.AbstractDocIdPusher
-
Push Record
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushRecords(Iterable<DocIdPusher.Record>) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Push Record
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushRecords(Iterable<DocIdPusher.Record>, ExceptionHandler) - Method in interface com.google.enterprise.adaptor.DocIdPusher
-
Push Record
s immediately and block until they are successfully
provided to the GSA or the error handler gives up.
- pushRecords(Iterable<DocIdPusher.Record>, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Records the records and their
DocId
values.
- pushRecords(Iterable<DocIdPusher.Record>) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- pushRecords(Iterable<DocIdPusher.Record>, ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedDocIdPusher
-
- putNamedResource(String, Acl) - Method in interface com.google.enterprise.adaptor.Response
-
Provide alternative ACLs for this document, uniquely identified by
response document's DocId
and fragment
.
- putNamedResource(String, Acl) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- putNamedResource(String, Acl) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- readFromAuthorizer() - Method in class com.google.enterprise.adaptor.CommandStreamParser
-
- readFromLister(DocIdPusher, ExceptionHandler) - Method in class com.google.enterprise.adaptor.CommandStreamParser
-
Parse a listing response, sending results to pusher
.
- readFromRetriever(DocId, Response) - Method in class com.google.enterprise.adaptor.CommandStreamParser
-
- readFully(InputStream, byte[], int, int) - Static method in class com.google.enterprise.adaptor.IOHelper
-
Reads a specified number of bytes from a stream.
- readInputStreamToByteArray(InputStream) - Static method in class com.google.enterprise.adaptor.IOHelper
-
Read the contents of is
into a byte array.
- readInputStreamToString(InputStream, Charset) - Static method in class com.google.enterprise.adaptor.IOHelper
-
Form a string from the contents of instream
with charset
charset
.
- RecordingDocIdPusher - Class in com.google.enterprise.adaptor.testing
-
A fake implementation of
DocIdPusher
that simply records
the values it receives.
- RecordingDocIdPusher() - Constructor for class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
- RecordingResponse - Class in com.google.enterprise.adaptor.testing
-
A fake implementation of
Response
that simply records the
values it receives, and implements the interface semantics of the
methods that must be called last.
- RecordingResponse() - Constructor for class com.google.enterprise.adaptor.testing.RecordingResponse
-
Constructs a mock Response
with a ByteArrayOutputStream
.
- RecordingResponse(OutputStream) - Constructor for class com.google.enterprise.adaptor.testing.RecordingResponse
-
Constructs a mock Response
with the given OutputStream
.
- RecordingResponse.AnchorMap - Class in com.google.enterprise.adaptor.testing
-
An unmodifiable view of the accumulated anchors as a multimap
that supports duplicate, ordered key-value pairs.
- RecordingResponse.State - Enum in com.google.enterprise.adaptor.testing
-
Response states based on calls to the respondXXX
and
getOutputStream
methods.
- RecursiveFileIterator - Class in com.google.enterprise.adaptor.prebuilt
-
Iterate over all files within a folder, including files in subdirectories.
- RecursiveFileIterator(File) - Constructor for class com.google.enterprise.adaptor.prebuilt.RecursiveFileIterator
-
- RecursiveFileIterator.WrappedIOException - Exception in com.google.enterprise.adaptor.prebuilt
-
Allows throwing IOExceptions and allowing the caller to unpack and rethrow
them with certainty.
- RegexFilter - Class in com.google.enterprise.adaptor.prebuilt
-
- remove() - Method in class com.google.enterprise.adaptor.prebuilt.RecursiveFileIterator
-
Unsupported.
- removeAttribute(String) - Method in interface com.google.enterprise.adaptor.Session
-
Remove attribute value.
- replaceMetadata(Map<String, String>) - Static method in class com.google.enterprise.adaptor.prebuilt.PrebuiltTransforms
-
Returns a transform that preforms string replacements within metadata
values.
- Request - Interface in com.google.enterprise.adaptor
-
- reset() - Method in class com.google.enterprise.adaptor.testing.RecordingDocIdPusher
-
Clears all of the recorded data.
- respondNoContent() - Method in interface com.google.enterprise.adaptor.Response
-
Respond to the GSA that it already has the latest content
of a file but not necessarily the latest ACLs or metadata;
Respond to non GSA client that it already has the latest version
of a file.
- respondNoContent() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- respondNoContent() - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- respondNotFound() - Method in interface com.google.enterprise.adaptor.Response
-
Respond to the GSA or other client that the request document does not
exist.
- respondNotFound() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- respondNotFound() - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- respondNotModified() - Method in interface com.google.enterprise.adaptor.Response
-
Respond to the GSA or other client that it already has the latest version
of a file and its metadata.
- respondNotModified() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- respondNotModified() - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- Response - Interface in com.google.enterprise.adaptor
-
- Result(int, byte[], byte[]) - Constructor for class com.google.enterprise.adaptor.prebuilt.Command.Result
-
Construct a result.
- retrieveAcls(Set<DocId>) - Method in interface com.google.enterprise.adaptor.Acl.BatchRetriever
-
Retrieve the ACLs for the requested DocIds.
- retrieveStatus() - Method in interface com.google.enterprise.adaptor.StatusSource
-
Retrieve the current status.
- run() - Method in class com.google.enterprise.adaptor.experimental.Sim
-
- sendRedirect(HttpExchange, URI) - Static method in class com.google.enterprise.adaptor.HttpExchanges
-
Redirect client to location
.
- SensitiveValueDecoder - Interface in com.google.enterprise.adaptor
-
Provides parsing of sensitive values that can be plain text, obfuscated, or
encrypted.
- Service - Class in com.google.enterprise.adaptor
-
Provides environment for running multiple adaptors on the same port and
having each instance be managed.
- Service.Instance - Class in com.google.enterprise.adaptor
-
Maybe use this as an interface to allow disabling/enabling and
starting/stopping of particular instances?
- serviceStart(String[]) - Static method in class com.google.enterprise.adaptor.Daemon
-
- serviceStop(String[]) - Static method in class com.google.enterprise.adaptor.Daemon
-
- Session - Interface in com.google.enterprise.adaptor
-
Generic session-state container, but intended for authn bookkeeping.
- set(String, String) - Method in class com.google.enterprise.adaptor.Metadata
-
Make value be only value associated with key.
- set(String, Set<String>) - Method in class com.google.enterprise.adaptor.Metadata
-
Make copy of v be the values associated with key.
- set(Iterable<Map.Entry<String, String>>) - Method in class com.google.enterprise.adaptor.Metadata
-
Replaces entries inside of this metadata with provided ones.
- setAcl(Acl) - Method in interface com.google.enterprise.adaptor.Response
-
Provide the document's ACLs for early-binding security on the GSA.
- setAcl(Acl) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setAcl(Acl) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setAttribute(String, Object) - Method in interface com.google.enterprise.adaptor.Session
-
Set attribute value, replacing existing value if it already exists.
- setAuthnAuthority(AuthnAuthority) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Register an authentication provider, so it can authenticate users for the
GSA.
- setAuthnAuthority(AuthnAuthority) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- setAuthzAuthority(AuthzAuthority) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Register an authorization provider, so it can check authorization of users
for the GSA.
- setAuthzAuthority(AuthzAuthority) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- setCommandAcceptsParameters(boolean) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
This controls whether the input parameters to the transform call are passed
along to the actual call to the command.
- setContentType(String) - Method in interface com.google.enterprise.adaptor.Response
-
Describe the content type of the document.
- setContentType(String) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setContentType(String) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setCrawlImmediately(boolean) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Inform the GSA that the document has been modified, and that the GSA
should give high priority to recrawling the document.
- setCrawlOnce(boolean) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Instruct the GSA to not recrawl the document after the initial
retrieval.
- setCrawlOnce(boolean) - Method in interface com.google.enterprise.adaptor.Response
-
Instruct the GSA to not recrawl the document after the initial
retrieval.
- setCrawlOnce(boolean) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setCrawlOnce(boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setDeleteFromIndex(boolean) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Set whether the GSA is being informed the document has been deleted.
- setDenies(Collection<Principal>) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Replace existing deny users and groups.
- setDenyGroups(Collection<GroupPrincipal>) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Replace existing deny groups.
- setDenyUsers(Collection<UserPrincipal>) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Replace existing deny users.
- setDisplayUrl(URI) - Method in interface com.google.enterprise.adaptor.Response
-
Set the URI to be displayed in search results.
- setDisplayUrl(URI) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setDisplayUrl(URI) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setDocId(DocId) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Set the identifier for the document this record is providing
information for.
- setEverythingCaseInsensitive() - Method in class com.google.enterprise.adaptor.Acl.Builder
-
- setEverythingCaseSensitive() - Method in class com.google.enterprise.adaptor.Acl.Builder
-
- setForcedTransmissionDecision(MetadataTransform.TransmissionDecision) - Method in interface com.google.enterprise.adaptor.Response
-
- setForcedTransmissionDecision(MetadataTransform.TransmissionDecision) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setForcedTransmissionDecision(MetadataTransform.TransmissionDecision) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setGetDocIdsFullErrorHandler(ExceptionHandler) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
- setGetDocIdsFullErrorHandler(ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- setGetDocIdsIncrementalErrorHandler(ExceptionHandler) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
- setGetDocIdsIncrementalErrorHandler(ExceptionHandler) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- setInheritanceType(Acl.InheritanceType) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Set the type of inheritance of ACL information used to combine authz
decisions of these ACLs with its child.
- setInheritFrom(DocId) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Set DocId
to inherit ACLs from.
- setInheritFrom(DocId, String) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Set the parent to inherit ACLs from.
- setLastModified(Date) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Provides the last-modified date of the document.
- setLastModified(HttpExchange, Date) - Static method in class com.google.enterprise.adaptor.HttpExchanges
-
- setLastModified(Date) - Method in interface com.google.enterprise.adaptor.Response
-
Provide the last modification time of the document.
- setLastModified(Date) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setLastModified(Date) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setListerCommand(List<String>) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- setLock(boolean) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Instruct the GSA to "lock" the document into its index.
- setLock(boolean) - Method in interface com.google.enterprise.adaptor.Response
-
Instruct the GSA to "lock" the document into its index.
- setLock(boolean) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setLock(boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setMetadata(Metadata) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Replace the metadata for the document this record is providing
information for.
- setNoArchive(boolean) - Method in interface com.google.enterprise.adaptor.Response
-
Whether the GSA should show the "Cached" link in search results for this
document.
- setNoArchive(boolean) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setNoArchive(boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setNoFollow(boolean) - Method in interface com.google.enterprise.adaptor.Response
-
Whether the GSA should follow the links within the document to find other
documents.
- setNoFollow(boolean) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setNoFollow(boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setNoIndex(boolean) - Method in interface com.google.enterprise.adaptor.Response
-
Whether the GSA should index the content for searching.
- setNoIndex(boolean) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setNoIndex(boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setParam(String, String) - Method in interface com.google.enterprise.adaptor.Response
-
Adds a parameter to a Map for use by
MetadataTransforms
when making
transforms or decisions.
- setParam(String, String) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setParam(String, String) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setPermitGroups(Collection<GroupPrincipal>) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Replace existing permit groups.
- setPermits(Collection<Principal>) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Replace existing permit users and groups.
- setPermitUsers(Collection<UserPrincipal>) - Method in class com.google.enterprise.adaptor.Acl.Builder
-
Replace existing permit users.
- setPollingIncrementalLister(PollingIncrementalLister) - Method in interface com.google.enterprise.adaptor.AdaptorContext
-
Register a polling incremental lister, so that it can be called when
appropriate.
- setPollingIncrementalLister(PollingIncrementalLister) - Method in class com.google.enterprise.adaptor.testing.UnsupportedAdaptorContext
-
- setResultLink(URI) - Method in class com.google.enterprise.adaptor.DocIdPusher.Record.Builder
-
Set the URI to be displayed to the user in search results.
- setRetrieverCommand(List<String>) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineAdaptor
-
- setSecure(boolean) - Method in interface com.google.enterprise.adaptor.Response
-
Mark the document as secure, for use with late-binding security.
- setSecure(boolean) - Method in class com.google.enterprise.adaptor.testing.RecordingResponse
-
- setSecure(boolean) - Method in class com.google.enterprise.adaptor.testing.UnsupportedResponse
-
- setTransformCommand(List<String>) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
Sets the command that is in charge of transforming the document content.
- setup(HttpServer, HttpServer, String) - Method in class com.google.enterprise.adaptor.GsaCommunicationHandler
-
Start services necessary for handling outgoing requests.
- setUseColor(boolean) - Method in class com.google.enterprise.adaptor.CustomFormatter
-
- setWorkingDirectory(File) - Method in class com.google.enterprise.adaptor.prebuilt.CommandLineTransform
-
Sets the working directory.
- SharePointStateFileAdaptor - Class in com.google.enterprise.adaptor.experimental
-
This is an experimental adaptor which reads State files created by 3.x
SharePoint Connector and generate DocIds to create similar site structure.
- SharePointStateFileAdaptor() - Constructor for class com.google.enterprise.adaptor.experimental.SharePointStateFileAdaptor
-
- Sim - Class in com.google.enterprise.adaptor.experimental
-
Accepts adaptor feeds and issues requests for documents.
- Sim() - Constructor for class com.google.enterprise.adaptor.experimental.Sim
-
- sink(InputStream) - Method in interface com.google.enterprise.adaptor.prebuilt.StreamingCommand.OutputSink
-
Consume content from in
.
- size() - Method in class com.google.enterprise.adaptor.testing.RecordingResponse.AnchorMap
-
- SkipDocumentFilter - Class in com.google.enterprise.adaptor.prebuilt
-
Transform causing exclusion of certain Documents, based on that document's
Metadata properties.
- source(OutputStream) - Method in interface com.google.enterprise.adaptor.prebuilt.StreamingCommand.InputSource
-
Generate content and write it to out
.
- start() - Method in class com.google.enterprise.adaptor.Application
-
Start necessary services for receiving requests and managing background
tasks.
- start() - Method in class com.google.enterprise.adaptor.Daemon
-
- start(Runnable) - Method in class com.google.enterprise.adaptor.GsaCommunicationHandler
-
Start servicing incoming requests.
- start() - Method in class com.google.enterprise.adaptor.Service
-
- StartupException - Exception in com.google.enterprise.adaptor
-
Thrown for unrecoverable startup errors, such as fatal configuration
errors or running on the wrong platform.
- StartupException() - Constructor for exception com.google.enterprise.adaptor.StartupException
-
Constructs a new StartupException with no message and no cause.
- StartupException(String) - Constructor for exception com.google.enterprise.adaptor.StartupException
-
Constructs a StartupException with a supplied message but no cause.
- StartupException(String, Throwable) - Constructor for exception com.google.enterprise.adaptor.StartupException
-
Constructs a StartupException with message and cause.
- StartupException(Throwable) - Constructor for exception com.google.enterprise.adaptor.StartupException
-
Constructs a StartupException with specified cause, copying its message if
cause is non-null
.
- Status - Interface in com.google.enterprise.adaptor
-
Multi-state indicator providing the user with a notification of broken parts
of the system.
- Status.Code - Enum in com.google.enterprise.adaptor
-
Available statuses for displaying state indicators on the dashboard.
- StatusSource - Interface in com.google.enterprise.adaptor
-
- stop(long, TimeUnit) - Method in class com.google.enterprise.adaptor.Application
-
Stop processing incoming requests and background tasks, allowing graceful
shutdown.
- stop() - Method in class com.google.enterprise.adaptor.Daemon
-
- stop(long, TimeUnit) - Method in class com.google.enterprise.adaptor.GsaCommunicationHandler
-
Stops servicing incoming requests, allowing up to maxDelay
seconds
for things to shutdown.
- stop(long, TimeUnit) - Method in class com.google.enterprise.adaptor.Service
-
- StreamingCommand - Class in com.google.enterprise.adaptor.prebuilt
-
Exec helper that allows easy handling of stdin, stdout, and stderr.
- StreamingCommand.InputSource - Interface in com.google.enterprise.adaptor.prebuilt
-
Content source that generates content at the rate it can be consumed.
- StreamingCommand.OutputSink - Interface in com.google.enterprise.adaptor.prebuilt
-
Content sink that consumes content as soon as it becomes available.
- streamInputSource(InputStream) - Static method in class com.google.enterprise.adaptor.prebuilt.StreamingCommand
-
- streamOutputSink(OutputStream) - Static method in class com.google.enterprise.adaptor.prebuilt.StreamingCommand
-
- StresserAdaptor - Class in com.google.enterprise.adaptor.experimental
-
Result of running this adaptor:
1.
- StresserAdaptor() - Constructor for class com.google.enterprise.adaptor.experimental.StresserAdaptor
-
- validate() - Method in class com.google.enterprise.adaptor.Config
-
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.Acl.InheritanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.AuthzStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.DocIdPusher.FeedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.MetadataTransform.Keyset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.MetadataTransform.TransmissionDecision
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.Status.Code
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.enterprise.adaptor.testing.RecordingResponse.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.enterprise.adaptor.Acl.InheritanceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.enterprise.adaptor.AuthzStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.enterprise.adaptor.DocIdPusher.FeedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.enterprise.adaptor.MetadataTransform.Keyset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.enterprise.adaptor.MetadataTransform.TransmissionDecision
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.enterprise.adaptor.Status.Code
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.enterprise.adaptor.testing.RecordingResponse.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.