Uses of Class
org.apache.manifoldcf.amazons3.XThreadBuffer
-
Packages that use XThreadBuffer Package Description org.apache.manifoldcf.crawler.connectors.amazons3 -
-
Uses of XThreadBuffer in org.apache.manifoldcf.crawler.connectors.amazons3
Fields in org.apache.manifoldcf.crawler.connectors.amazons3 declared as XThreadBuffer Modifier and Type Field Description protected XThreadBuffer<S3Artifact>AmazonS3Connector.GetSeedsThread. seedBufferMethods in org.apache.manifoldcf.crawler.connectors.amazons3 that return XThreadBuffer Modifier and Type Method Description XThreadBuffer<S3Artifact>AmazonS3Connector.GetSeedsThread. getBuffer()Methods in org.apache.manifoldcf.crawler.connectors.amazons3 with parameters of type XThreadBuffer Modifier and Type Method Description voidAmazonS3Connector.GetSeedsThread. setBuffer(XThreadBuffer<S3Artifact> buffer)
-