diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html new file mode 100644 index 0000000..8a7731a --- /dev/null +++ b/javadoc/allclasses-frame.html @@ -0,0 +1,257 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html new file mode 100644 index 0000000..080ce82 --- /dev/null +++ b/javadoc/allclasses-noframe.html @@ -0,0 +1,257 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html new file mode 100644 index 0000000..88ac934 --- /dev/null +++ b/javadoc/constant-values.html @@ -0,0 +1,722 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.loklak.*

+ + + + + + + + + +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html new file mode 100644 index 0000000..f8bc300 --- /dev/null +++ b/javadoc/deprecated-list.html @@ -0,0 +1,163 @@ + + + + + +Deprecated List + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + + + + + +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/help-doc.html b/javadoc/help-doc.html new file mode 100644 index 0000000..d521e7e --- /dev/null +++ b/javadoc/help-doc.html @@ -0,0 +1,223 @@ + + + + + +API Help + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/index-all.html b/javadoc/index-all.html new file mode 100644 index 0000000..85792c5 --- /dev/null +++ b/javadoc/index-all.html @@ -0,0 +1,6575 @@ + + + + + +Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z  + + +

A

+
+
AbstractAPIHandler - Class in org.loklak.server
+
 
+
AbstractAPIHandler() - Constructor for class org.loklak.server.AbstractAPIHandler
+
 
+
AbstractAPIHandler(String[]) - Constructor for class org.loklak.server.AbstractAPIHandler
+
 
+
AbstractGeoPoint - Class in org.loklak.geo
+
 
+
AbstractGeoPoint() - Constructor for class org.loklak.geo.AbstractGeoPoint
+
 
+
AbstractIndexFactory<IndexObject extends ObjectEntry> - Class in org.loklak.data
+
+
test calls: + curl "http://localhost:9000/api/account.json?screen_name=test" + curl -g "http://localhost:9000/api/account.json?action=update&data={\"screen_name\":\"test\",\"apps\":{\"wall\":{\"type\":\"vertical\"}}}"
+
+
AbstractIndexFactory(ElasticsearchClient, String, int, int) - Constructor for class org.loklak.data.AbstractIndexFactory
+
 
+
AbstractObjectEntry - Class in org.loklak.objects
+
 
+
AbstractObjectEntry() - Constructor for class org.loklak.objects.AbstractObjectEntry
+
 
+
AbstractPushServlet - Class in org.loklak.api.iot
+
 
+
AbstractPushServlet() - Constructor for class org.loklak.api.iot.AbstractPushServlet
+
 
+
acceptQuery4Retrieval(String) - Static method in class org.loklak.Caretaker
+
 
+
access - Static variable in class org.loklak.data.DAO
+
 
+
ACCESS_DUMP_FILE_PREFIX - Static variable in class org.loklak.data.DAO
+
 
+
AccessServlet - Class in org.loklak.api.admin
+
 
+
AccessServlet() - Constructor for class org.loklak.api.admin.AccessServlet
+
 
+
AccessTracker - Class in org.loklak.http
+
 
+
AccessTracker(File, String, long, long) - Constructor for class org.loklak.http.AccessTracker
+
 
+
AccessTracker.Track - Class in org.loklak.http
+
 
+
ACCOUNT_DUMP_FILE_PREFIX - Static variable in class org.loklak.data.DAO
+
 
+
AccountEntry - Class in org.loklak.objects
+
 
+
AccountEntry(JSONObject) - Constructor for class org.loklak.objects.AccountEntry
+
 
+
AccountEntry.Field - Enum in org.loklak.objects
+
 
+
AccountFactory - Class in org.loklak.data
+
 
+
AccountFactory(ElasticsearchClient, String, int, int) - Constructor for class org.loklak.data.AccountFactory
+
 
+
accounting - Static variable in class org.loklak.data.DAO
+
 
+
Accounting - Class in org.loklak.server
+
+
Accounting asks: what has the user done.
+
+
Accounting() - Constructor for class org.loklak.server.Accounting
+
 
+
accounting_temporary - Static variable in class org.loklak.data.DAO
+
 
+
AccountService - Class in org.loklak.api.cms
+
 
+
AccountService() - Constructor for class org.loklak.api.cms.AccountService
+
 
+
accumulate(String, Object) - Method in class org.json.JSONObject
+
+
Accumulate values under a key.
+
+
accuracyLat() - Method in interface org.loklak.geo.GeoPoint
+
+
get the implementation-dependent accuracy of the latitude
+
+
accuracyLat() - Method in class org.loklak.geo.IntegerGeoPoint
+
+
get the implementation-dependent accuracy of the latitude
+
+
accuracyLon() - Method in interface org.loklak.geo.GeoPoint
+
+
get the implementation-dependent accuracy of the longitude
+
+
accuracyLon() - Method in class org.loklak.geo.IntegerGeoPoint
+
+
get the implementation-dependent accuracy of the longitude
+
+
activeStatus - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
add(TwitterScraper.TwitterTweet, UserEntry) - Method in class org.loklak.objects.Timeline
+
 
+
add(Post, UserEntry) - Method in class org.loklak.objects.Timeline2
+
 
+
add(Post) - Method in class org.loklak.objects.Timeline2
+
 
+
add(K) - Method in class org.loklak.tools.CacheSet
+
 
+
addCookie(String) - Method in class org.loklak.harvester.WeiboInfoScraper
+
 
+
addCookie(String) - Method in class org.loklak.http.CookieRequestManager
+
 
+
addField(String, String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
addFrame(BufferedImage, int) - Method in class org.loklak.graphics.AnimationPlotter
+
 
+
addImage(RenderedImage, int, int) - Method in class org.loklak.graphics.AnimationGIF
+
+
add an image to the animation
+
+
addLocalhost(String) - Static method in class org.loklak.http.RemoteAccess
+
 
+
addMessage(RSSMessage) - Method in class org.loklak.rss.RSSFeed
+
 
+
addNode(String, GraphPlotter.Point) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
addNode(String, double, double, int) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
addObservation(String, String) - Method in class org.loklak.susi.SusiThought
+
+
If during thinking we observe something that we want to memorize, we can memorize this here
+
+
addPost(Post) - Method in class org.loklak.objects.Timeline2
+
 
+
addQuery(String) - Method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
addQuery(String, double) - Method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
addQuery(String, double) - Method in class org.loklak.harvester.strategy.PriorityKaizenHarvester.PriorityKaizenQueries
+
 
+
addReferrer(Pattern) - Static method in class org.loklak.http.RemoteAccess
+
 
+
addRequest(String, String) - Method in class org.loklak.server.Accounting
+
 
+
addScheduler(Timeline, boolean) - Static method in class org.loklak.data.IncomingMessageBuffer
+
 
+
addScheduler(TwitterScraper.TwitterTweet, UserEntry, boolean) - Static method in class org.loklak.data.IncomingMessageBuffer
+
 
+
addSchedulerAvailable() - Static method in class org.loklak.data.IncomingMessageBuffer
+
 
+
addService(ClientService) - Method in class org.loklak.server.Authorization
+
 
+
addSignature(JSONObject, PrivateKey) - Static method in class org.loklak.tools.JsonSignature
+
+
Create and add a signature to a JSONObject
+
+
addSignature(Map<String, byte[]>, PrivateKey) - Static method in class org.loklak.tools.JsonSignature
+
 
+
addText(String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Required + This is the text field.
+
+
aggregations - Variable in class org.loklak.data.DAO.SearchLocalMessages
+
 
+
aggregations - Variable in class org.loklak.data.ElasticsearchClient.Query
+
 
+
altitude - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
AmazonProductService - Class in org.loklak.api.amazon
+
 
+
AmazonProductService() - Constructor for class org.loklak.api.amazon.AmazonProductService
+
 
+
AMP - Static variable in class org.json.XML
+
+
The Character '&'.
+
+
AMP - Static variable in class org.loklak.tools.CommonPattern
+
 
+
AMP_HTML - Static variable in class org.loklak.tools.CommonPattern
+
 
+
analyse(String, String[], int, String) - Method in class org.loklak.geo.GeoNames
+
+
Analyse a text for the presence of a location name
+
+
AnimationGIF - Class in org.loklak.graphics
+
 
+
AnimationGIF(int) - Constructor for class org.loklak.graphics.AnimationGIF
+
+
create a gif animation producer
+
+
AnimationPlotter - Class in org.loklak.graphics
+
 
+
AnimationPlotter() - Constructor for class org.loklak.graphics.AnimationPlotter
+
 
+
AnimationPlotter.Frame - Class in org.loklak.graphics
+
 
+
announceNewUserId(Timeline) - Static method in class org.loklak.data.DAO
+
 
+
announceNewUserId(Number) - Static method in class org.loklak.data.DAO
+
 
+
antialiasing(int, int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
antialiasing filter for a square part of the image
+
+
APIException - Exception in org.loklak.server
+
 
+
APIException(int, String) - Constructor for exception org.loklak.server.APIException
+
 
+
APIHandler - Interface in org.loklak.server
+
 
+
APOS - Static variable in class org.json.XML
+
+
The Character '''.
+
+
append(String, Object) - Method in class org.json.JSONObject
+
+
Append values to the array under a key.
+
+
append(byte) - Method in class org.loklak.tools.ByteBuffer
+
 
+
append(char) - Method in class org.loklak.tools.ByteBuffer
+
 
+
append(int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
append(byte[]) - Method in class org.loklak.tools.ByteBuffer
+
 
+
append(byte[], int, int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
append(String) - Method in class org.loklak.tools.ByteBuffer
+
 
+
appendLine(byte[]) - Method in class org.loklak.tools.BufferedRandomAccessFile
+
+
add a line at the end of the file
+
+
applyConstraint(Timeline, QueryEntry.Tokens, boolean) - Static method in class org.loklak.objects.QueryEntry
+
 
+
AppsService - Class in org.loklak.api.cms
+
 
+
AppsService() - Constructor for class org.loklak.api.cms.AppsService
+
 
+
arc(int, int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
arc(int, int, int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
arcArc(int, int, int, double, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
arcArc(int, int, int, double, int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
arcConnect(int, int, int, double, double, boolean, Long, int, Long, int, int, int, int, boolean, String, Long, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
draw a connecting line between two points on a circle
+
+
arcDot(int, int, int, double, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
arcLine(int, int, int, int, double, boolean, Long, Long, int, int, int, boolean) - Method in class org.loklak.graphics.RasterPlotter
+
+
draw a portion of a line from the center of a circle
+
+
arcPrint(RasterPlotter, int, int, int, double, String, int) - Static method in class org.loklak.graphics.PrintTool
+
+
print a string at the distance of a circle
+
+
ASCII - Class in org.loklak.tools
+
+
this is a replacement of an insensitive collator object, produced by a RuleBasedCollator Class + The RuleBasedCollator is a very inefficient class if it is used only for insensitive ASCII comparisments + This class is a very simple comparator for Strings which can be used to compare also Strings with upper/lowercase + Strings without applying .toUpperCase or .toLowerCase + Strings must contain no other than ASCII code.
+
+
ASCII(boolean) - Constructor for class org.loklak.tools.ASCII
+
 
+
AssetServlet - Class in org.loklak.api.cms
+
 
+
AssetServlet() - Constructor for class org.loklak.api.cms.AssetServlet
+
 
+
audio - Variable in class org.loklak.objects.MessageEntry
+
 
+
authentication - Static variable in class org.loklak.data.DAO
+
 
+
Authentication - Class in org.loklak.server
+
+
Authentication asks: who is the user.
+
+
Authentication(ClientCredential, JsonTray) - Constructor for class org.loklak.server.Authentication
+
+
create a new authentication object.
+
+
authorization - Static variable in class org.loklak.data.DAO
+
 
+
Authorization - Class in org.loklak.server
+
+
Authorization asks: what is the user allowed to do? This class holds user rights.
+
+
Authorization(ClientIdentity, JsonTray, UserRoles) - Constructor for class org.loklak.server.Authorization
+
+
create a new authorization object.
+
+
AuthorizationDemoService - Class in org.loklak.api.cms
+
 
+
AuthorizationDemoService() - Constructor for class org.loklak.api.cms.AuthorizationDemoService
+
 
+
+ + + +

B

+
+
back() - Method in class org.json.JSONTokener
+
+
Back up one character.
+
+
BACKSLASH - Static variable in class org.loklak.tools.CommonPattern
+
 
+
BANG - Static variable in class org.json.XML
+
+
The Character '!'.
+
+
base64 - Variable in class org.loklak.http.RemoteAccess.FileTypeEncoding
+
 
+
BaseScraper - Class in org.loklak.harvester
+
 
+
BaseScraper() - Constructor for class org.loklak.harvester.BaseScraper
+
 
+
baseUrl - Variable in class org.loklak.harvester.BaseScraper
+
 
+
BaseUserRole - Enum in org.loklak.server
+
 
+
BayesClassifier<T,K> - Class in org.loklak.tools.bayes
+
+
A concrete implementation of the abstract Classifier class.
+
+
BayesClassifier() - Constructor for class org.loklak.tools.bayes.BayesClassifier
+
 
+
bbox - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
bin_dir - Static variable in class org.loklak.data.DAO
+
 
+
blacklistedHosts - Static variable in class org.loklak.LoklakInstallation
+
 
+
blacklistedHosts - Static variable in class org.loklak.LoklakServer
+
 
+
blankTypeString - Static variable in class org.loklak.tools.Browser
+
 
+
BLUE - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
blur(int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
blur filter for a square part of the image
+
+
body() - Method in interface org.loklak.http.CookieRequest
+
 
+
Browser - Class in org.loklak.tools
+
 
+
Browser() - Constructor for class org.loklak.tools.Browser
+
 
+
buffer(Date, Map<String, Object>) - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
BufferedRandomAccessFile - Class in org.loklak.tools
+
+
This class is inspired by https://code.google.com/p/jmzreader/source/browse/tools/braf/trunk/src/main/java/uk/ac/ebi/pride/tools/braf/BufferedRandomAccessFile.java + which is in turn an optimized version of the RandomAccessFile class as described by Nick Zhang on JavaWorld.com.
+
+
BufferedRandomAccessFile(String, String, int) - Constructor for class org.loklak.tools.BufferedRandomAccessFile
+
+
Creates a new instance of the BufferedRandomAccessFile.
+
+
BufferedRandomAccessFile(File, String, int) - Constructor for class org.loklak.tools.BufferedRandomAccessFile
+
 
+
BufferedRandomAccessFile(File, String) - Constructor for class org.loklak.tools.BufferedRandomAccessFile
+
 
+
BufferedRandomAccessFile.IndexedLine - Class in org.loklak.tools
+
 
+
BufferedRandomAccessFile.Test - Class in org.loklak.tools
+
 
+
bufferedReaderToString(BufferedReader) - Method in class org.loklak.harvester.BaseScraper
+
 
+
builder() - Static method in class org.loklak.data.DAOWrapper
+
 
+
buildJSONResponse(String, PushReport) - Static method in class org.loklak.api.iot.PushServletHelper
+
 
+
buildRequest(String) - Method in class org.loklak.http.CookieRequestManager
+
 
+
BulkEntry(String, String, String, Long, Map<String, Object>) - Constructor for class org.loklak.data.ElasticsearchClient.BulkEntry
+
+
initialize entry for bulk writes
+
+
BulkWriteResult() - Constructor for class org.loklak.data.ElasticsearchClient.BulkWriteResult
+
 
+
byName(String) - Static method in enum org.loklak.objects.SourceType
+
 
+
byteAt(int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
ByteBuffer - Class in org.loklak.tools
+
 
+
ByteBuffer() - Constructor for class org.loklak.tools.ByteBuffer
+
 
+
ByteBuffer(int) - Constructor for class org.loklak.tools.ByteBuffer
+
 
+
ByteBuffer(byte[]) - Constructor for class org.loklak.tools.ByteBuffer
+
 
+
ByteBuffer(String) - Constructor for class org.loklak.tools.ByteBuffer
+
 
+
+ + + +

C

+
+
CACHE_MAXSIZE - Static variable in class org.loklak.data.DAO
+
 
+
CacheMap<K,V> - Class in org.loklak.tools
+
 
+
CacheMap(int) - Constructor for class org.loklak.tools.CacheMap
+
 
+
CacheSet<K> - Class in org.loklak.tools
+
 
+
CacheSet(int) - Constructor for class org.loklak.tools.CacheSet
+
 
+
CacheStats - Class in org.loklak.tools
+
 
+
CacheStats() - Constructor for class org.loklak.tools.CacheStats
+
 
+
Campaign - Class in org.loklak.data
+
 
+
Campaign() - Constructor for class org.loklak.data.Campaign
+
 
+
Campaign(JSONObject) - Constructor for class org.loklak.data.Campaign
+
+
create an campaign with a dumped map
+
+
Campaign(String, String, Date, Date, Date, int) - Constructor for class org.loklak.data.Campaign
+
+
create an campaign
+
+
Campaign(String, String, String, String, int) - Constructor for class org.loklak.data.Campaign
+
+
create an campaign
+
+
Campaigns - Class in org.loklak.data
+
 
+
Campaigns(File) - Constructor for class org.loklak.data.Campaigns
+
 
+
Campaigns.State - Enum in org.loklak.data
+
 
+
CampaignServlet - Class in org.loklak.api.admin
+
 
+
CampaignServlet() - Constructor for class org.loklak.api.admin.CampaignServlet
+
 
+
canExecUnix - Static variable in class org.loklak.tools.Browser
+
 
+
canExecUnix - Static variable in class org.loklak.tools.OS
+
 
+
canonical_id - Variable in class org.loklak.objects.MessageEntry
+
 
+
Caretaker - Class in org.loklak
+
+
The caretaker class is a concurrent thread which does peer-to-peer operations + and data transmission asynchronously.
+
+
Caretaker() - Constructor for class org.loklak.Caretaker
+
 
+
CASE_INSENSITIVE_ORDER - Static variable in class org.loklak.tools.StringBuilderComparator
+
 
+
CASE_SENSITIVE_ORDER - Static variable in class org.loklak.tools.StringBuilderComparator
+
 
+
caseInsensitive - Variable in class org.loklak.tools.storage.JsonDataset.Column
+
 
+
categories - Variable in enum org.loklak.data.Classifier.Context
+
 
+
categoryCount(K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the number of occurrences of the given category.
+
+
CDL - Class in org.json
+
+
This provides static methods to convert comma delimited text into a + JSONArray, and to convert a JSONArray into comma delimited text.
+
+
CDL() - Constructor for class org.json.CDL
+
 
+
CharacterCoding - Class in org.loklak.tools
+
+
Contains methods to convert between Unicode and XML/HTML encoding.
+
+
CHARSET - Static variable in class org.loklak.http.ClientConnection
+
 
+
chartDot(int, int, float, int, int, String, int) - Method in class org.loklak.graphics.ChartPlotter
+
 
+
chartLine(int, int, float, int, float, int) - Method in class org.loklak.graphics.ChartPlotter
+
 
+
ChartPlotter - Class in org.loklak.graphics
+
 
+
ChartPlotter(int, int, Long, Long, Long, int, int, int, int, String, String) - Constructor for class org.loklak.graphics.ChartPlotter
+
 
+
checkConnection(String, String, String, String, int, boolean) - Static method in class org.loklak.LoklakEmailHandler
+
+
Check SMTP login credentials
+
+
checkContext(Timeline, boolean) - Method in class org.loklak.harvester.strategy.ClassicHarvester
+
 
+
checkContext(String, boolean) - Method in class org.loklak.harvester.strategy.ClassicHarvester
+
 
+
checkExpireTime() - Method in class org.loklak.server.Authentication
+
+
Check if the authentication is still valid
+
+
checkMessageExistence(JSONObject) - Static method in class org.loklak.api.iot.PushServletHelper
+
 
+
circle(RasterPlotter, int, int, int, int) - Static method in class org.loklak.graphics.CircleTool
+
 
+
circle(RasterPlotter, int, int, int, int, int) - Static method in class org.loklak.graphics.CircleTool
+
 
+
CircleTool - Class in org.loklak.graphics
+
 
+
CircleTool() - Constructor for class org.loklak.graphics.CircleTool
+
 
+
citiesInBB(double, double, double, double) - Method in class org.loklak.geo.GeoNames
+
 
+
cityNear(double, double) - Method in class org.loklak.geo.GeoNames
+
+
try to find a place close to the given location
+
+
ClassicHarvester - Class in org.loklak.harvester.strategy
+
 
+
ClassicHarvester() - Constructor for class org.loklak.harvester.strategy.ClassicHarvester
+
 
+
Classification<T,K> - Class in org.loklak.tools.bayes
+
+
A basic wrapper reflecting a classification.
+
+
Classification(Collection<T>, K) - Constructor for class org.loklak.tools.bayes.Classification
+
+
Constructs a new Classification with the parameters given and a default + probability of 1.
+
+
Classification(Collection<T>, K, float) - Constructor for class org.loklak.tools.bayes.Classification
+
+
Constructs a new Classification with the parameters given.
+
+
Classification - Class in org.loklak.tools
+
 
+
Classification() - Constructor for class org.loklak.tools.Classification
+
 
+
Classification.ContentDomain - Enum in org.loklak.tools
+
 
+
Classifier - Class in org.loklak.data
+
 
+
Classifier() - Constructor for class org.loklak.data.Classifier
+
 
+
Classifier<T,K> - Class in org.loklak.tools.bayes
+
+
Abstract base extended by any concrete classifier.
+
+
Classifier() - Constructor for class org.loklak.tools.bayes.Classifier
+
+
Constructs a new classifier without any trained knowledge.
+
+
Classifier.Category - Enum in org.loklak.data
+
 
+
Classifier.Context - Enum in org.loklak.data
+
 
+
classifierScore(String, String, List<String>) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get all time aggregations without any geographical constraints.
+
+
classifierScore(String, String, List<String>, String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get limited time aggregations without any geographical constraints.
+
+
classifierScoreForCountry(String, String, List<String>, String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get limited time aggregation by country code for all available countries.
+
+
classifierScoreForCountry(String, String, List<String>, String, String, List<String>) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get limited time aggregation by country code for required countries.
+
+
classifierScoreForCountry(String, String, List<String>) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get all time aggregation by country for all available countries.
+
+
classifierScoreForCountry(String, String, List<String>, List<String>) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get all time aggregation by country for required countries.
+
+
ClassifierServlet - Class in org.loklak.api.aggregation
+
 
+
ClassifierServlet() - Constructor for class org.loklak.api.aggregation.ClassifierServlet
+
 
+
ClassifierServletCache - Class in org.loklak.api.aggregation
+
 
+
ClassifierServletCache() - Constructor for class org.loklak.api.aggregation.ClassifierServletCache
+
 
+
classify(String) - Static method in class org.loklak.data.Classifier
+
 
+
classify(String) - Method in enum org.loklak.data.Classifier.Context
+
 
+
classify(Collection<T>) - Method in class org.loklak.tools.bayes.BayesClassifier
+
+
Classifies the given set of features.
+
+
classify(Collection<T>) - Method in class org.loklak.tools.bayes.Classifier
+
+
The classify method.
+
+
classifyDetailed(Collection<T>) - Method in class org.loklak.tools.bayes.BayesClassifier
+
+
Classifies the given set of features.
+
+
clean() - Method in class org.loklak.objects.TimelineCache
+
 
+
cleanup() - Method in class org.loklak.server.Accounting
+
+
cleanup deletes all old entries and frees up the memory.
+
+
cleanup() - Static method in class org.loklak.tools.Digest
+
+
clean the md5 cache
+
+
clear() - Method in class org.loklak.graphics.RasterPlotter
+
+
Deletes all pixels of image and sets them to previously defined + background color.
+
+
clear() - Method in class org.loklak.objects.ResultList
+
 
+
clear() - Method in class org.loklak.objects.Timeline
+
 
+
clear() - Method in class org.loklak.objects.Timeline2
+
 
+
clear() - Method in class org.loklak.tools.ByteBuffer
+
 
+
clear() - Method in class org.loklak.tools.CacheMap
+
 
+
clear() - Method in class org.loklak.tools.CacheSet
+
 
+
clear() - Method in class org.loklak.tools.CacheStats
+
 
+
clearcache() - Static method in class org.loklak.graphics.CircleTool
+
 
+
Client - Class in org.loklak.server
+
 
+
Client(String) - Constructor for class org.loklak.server.Client
+
 
+
Client(String, String) - Constructor for class org.loklak.server.Client
+
 
+
client_host - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
ClientConnection - Class in org.loklak.http
+
+
Helper class to provide BufferedReader Objects for get and post connections
+
+
ClientConnection(String, boolean) - Constructor for class org.loklak.http.ClientConnection
+
+
GET request
+
+
ClientConnection(String) - Constructor for class org.loklak.http.ClientConnection
+
+
GET request
+
+
ClientConnection(String, Map<String, byte[]>, boolean) - Constructor for class org.loklak.http.ClientConnection
+
+
POST request
+
+
ClientConnection(String, Map<String, byte[]>) - Constructor for class org.loklak.http.ClientConnection
+
+
POST request
+
+
ClientCredential - Class in org.loklak.server
+
+
A credential is used as key in DAO.authentication
+
+
ClientCredential(String) - Constructor for class org.loklak.server.ClientCredential
+
 
+
ClientCredential(ClientCredential.Type, String) - Constructor for class org.loklak.server.ClientCredential
+
 
+
ClientCredential.Type - Enum in org.loklak.server
+
 
+
ClientIdentity - Class in org.loklak.server
+
+
an identity is only a string which contains details sufficient enough to + identify a user and to send data to that user
+
+
ClientIdentity(String) - Constructor for class org.loklak.server.ClientIdentity
+
 
+
ClientIdentity(ClientIdentity.Type, String) - Constructor for class org.loklak.server.ClientIdentity
+
 
+
ClientIdentity.Type - Enum in org.loklak.server
+
 
+
ClientService - Class in org.loklak.server
+
 
+
ClientService(String) - Constructor for class org.loklak.server.ClientService
+
 
+
ClientService(ClientService.Type, String) - Constructor for class org.loklak.server.ClientService
+
 
+
ClientService.Type - Enum in org.loklak.server
+
 
+
clone() - Method in class org.loklak.graphics.GraphPlotter
+
 
+
clone() - Method in class org.loklak.graphics.GraphPlotter.Point
+
 
+
clone() - Method in class org.loklak.tools.ASCII
+
 
+
close() - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
close() - Method in class org.loklak.data.Campaigns
+
 
+
close() - Static method in class org.loklak.data.DAO
+
+
close all objects in this class
+
+
close() - Method in class org.loklak.data.ElasticsearchClient
+
+
Close the connection to the remote elasticsearch client.
+
+
close() - Method in interface org.loklak.data.IndexFactory
+
 
+
close() - Method in class org.loklak.http.AccessTracker
+
 
+
close() - Method in class org.loklak.http.ClientConnection
+
 
+
close() - Method in class org.loklak.tools.storage.JsonDataset
+
 
+
close() - Method in class org.loklak.tools.storage.JsonRandomAccessFile
+
 
+
close() - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
clusterReady() - Method in class org.loklak.data.ElasticsearchClient
+
 
+
clusterStats() - Static method in class org.loklak.data.DAO
+
 
+
clusterStats() - Method in class org.loklak.data.ElasticsearchClient
+
 
+
cm - Static variable in class org.loklak.http.ClientConnection
+
 
+
Column(String, boolean) - Constructor for class org.loklak.tools.storage.JsonDataset.Column
+
 
+
combine(PushReport) - Method in class org.loklak.api.iot.PushReport
+
 
+
COMMA - Static variable in class org.loklak.tools.CommonPattern
+
 
+
commit() - Method in class org.loklak.tools.storage.JsonFile
+
+
Write changes to file.
+
+
commit() - Method in class org.loklak.tools.storage.JsonTray
+
 
+
CommonPattern - Class in org.loklak.tools
+
+
This class provides Pattern constants to be used + to replace a regex in s.split(regex) method calls.
+
+
CommonPattern() - Constructor for class org.loklak.tools.CommonPattern
+
 
+
compare(Campaign, Campaign) - Method in class org.loklak.data.Campaign
+
 
+
compare(Campaigns.State, Campaigns.State) - Method in enum org.loklak.data.Campaigns.State
+
 
+
compare(GeoLocation, GeoLocation) - Method in class org.loklak.geo.GeoLocation
+
 
+
compare(RSSMessage, RSSMessage) - Method in class org.loklak.rss.RSSMessage
+
 
+
compare(String, String) - Method in class org.loklak.tools.ASCII
+
 
+
compare(StringBuilder, StringBuilder) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
compareTo(Campaign) - Method in class org.loklak.data.Campaign
+
 
+
compareTo(GeoLocation) - Method in class org.loklak.geo.GeoLocation
+
+
comparator that is needed to use the object inside TreeMap/TreeSet + a Location is smaller than another if it has a _greater_ population + this order is used to get sorted lists of locations where the first elements + have the greatest population
+
+
compareTo(RSSMessage) - Method in class org.loklak.rss.RSSMessage
+
 
+
COMPRESSED_MODE - Static variable in class org.loklak.tools.storage.JsonRepository
+
 
+
Compression - Class in org.loklak.tools
+
 
+
Compression() - Constructor for class org.loklak.tools.Compression
+
 
+
computeMessageId(JSONObject, SourceType) - Static method in class org.loklak.api.iot.PushServletHelper
+
 
+
conclude(JSONArray) - Method in class org.loklak.susi.SusiTransfer
+
+
A conclusion from choices is done by the application of a function on the choice set.
+
+
conf_dir - Static variable in class org.loklak.data.DAO
+
 
+
constraints_negative - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
constraints_positive - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
contains(Collection<byte[]>, byte[]) - Static method in class org.loklak.tools.ByteBuffer
+
 
+
contains(K) - Method in class org.loklak.tools.CacheSet
+
 
+
containsProfileImage() - Method in class org.loklak.objects.UserEntry
+
 
+
convert(JSONArray) - Method in class org.loklak.harvester.JsonFieldConverter
+
 
+
convert(JSONObject) - Method in class org.loklak.harvester.JsonFieldConverter
+
 
+
convertToIndexed(BufferedImage) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
cookie() - Method in interface org.loklak.http.CookieRequest
+
 
+
cookieCount() - Method in class org.loklak.http.CookieRequestManager
+
 
+
CookieRequest - Interface in org.loklak.http
+
 
+
CookieRequestManager - Class in org.loklak.http
+
 
+
CookieRequestManager() - Constructor for class org.loklak.http.CookieRequestManager
+
 
+
copyTo(byte[], int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
correctLocation(JSONObject) - Static method in class org.loklak.harvester.TwitterAPI
+
+
beautify given location information.
+
+
count(String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get the number of documents in the search index
+
+
count(QueryBuilder, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get the number of documents in the search index for a given search query
+
+
count(String, String, long) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
countLocal(String, String) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
countLocalAccounts() - Static method in class org.loklak.data.DAO
+
 
+
countLocalMessages(long, boolean) - Static method in class org.loklak.data.DAO
+
 
+
countLocalMessages() - Static method in class org.loklak.data.DAO
+
 
+
countLocalMessages(String) - Static method in class org.loklak.data.DAO
+
 
+
countLocalQueries() - Static method in class org.loklak.data.DAO
+
 
+
countLocalUsers() - Static method in class org.loklak.data.DAO
+
 
+
countMimes() - Static method in class org.loklak.tools.Classification
+
 
+
CountryBounds() - Constructor for class org.loklak.geo.GeoNames.CountryBounds
+
 
+
Crawler - Class in org.loklak
+
 
+
Crawler() - Constructor for class org.loklak.Crawler
+
 
+
CrawlerServlet - Class in org.loklak.api.admin
+
 
+
CrawlerServlet() - Constructor for class org.loklak.api.admin.CrawlerServlet
+
 
+
created_at - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
created_at - Variable in class org.loklak.objects.MessageEntry
+
 
+
CREATED_AT_FIELDNAME - Static variable in class org.loklak.objects.AbstractObjectEntry
+
 
+
createIndexIfNotExists(String, int, int) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
createRandomString(Integer) - Static method in class org.loklak.server.AbstractAPIHandler
+
+
Creates a random alphanumeric string
+
+
CRLF - Static variable in class org.loklak.http.ClientConnection
+
 
+
CSVServlet - Class in org.loklak.api.tools
+
 
+
CSVServlet() - Constructor for class org.loklak.api.tools.CSVServlet
+
 
+
customProcessing(JSONObject) - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
customProcessing(JSONObject) - Method in class org.loklak.api.iot.FossasiaPushServlet
+
 
+
customProcessing(JSONObject) - Method in class org.loklak.api.iot.FreifunkNodePushServlet
+
 
+
customProcessing(JSONObject) - Method in class org.loklak.api.iot.NodelistPushServlet
+
 
+
customProcessing(JSONObject) - Method in class org.loklak.api.iot.OpenWifiMapPushServlet
+
 
+
+ + + +

D

+
+
DAO - Class in org.loklak.data
+
+
The Data Access Object for the message project.
+
+
DAO() - Constructor for class org.loklak.data.DAO
+
 
+
DAO.IndexName - Enum in org.loklak.data
+
 
+
DAO.MessageWrapper - Class in org.loklak.data
+
 
+
DAO.parallelScrape - Class in org.loklak.data
+
 
+
DAO.SearchLocalMessages - Class in org.loklak.data
+
 
+
DAOWrapper - Class in org.loklak.data
+
+
The json below is the minimum json + { + "statuses": [ + { + "id_str": "yourmessageid_1234", + "screen_name": "testuser", + "created_at": "2016-07-22T07:53:24.000Z", + "text": "The rain is spain stays always in the plain", + "source_type": "GENERIC", + "place_name": "Georgia, USA", + "location_point": [3.058579854228782,50.63296878274201], + "location_radius": 0, + "user": { + "user_id": "youruserid_5678", + "name": "Mr.
+
+
DAOWrapper() - Constructor for class org.loklak.data.DAOWrapper
+
 
+
DAOWrapper.GenericJSONBuilder - Class in org.loklak.data
+
 
+
darkColor(String) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
darkColor(long) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
data_name - Variable in class org.loklak.susi.SusiThought
+
 
+
DateParser - Class in org.loklak.tools
+
 
+
DateParser() - Constructor for class org.loklak.tools.DateParser
+
 
+
DAY_MILLIS - Static variable in class org.loklak.tools.DateParser
+
 
+
dayDateFormat - Static variable in class org.loklak.tools.DateParser
+
 
+
debug(Throwable) - Static method in class org.loklak.data.DAO
+
+
For Debugging events (very noisy).
+
+
declareDimension(int, int, int, int, Long, Long, String) - Method in class org.loklak.graphics.ChartPlotter
+
+
assign a metric to a graph.
+
+
decodeHex(String) - Static method in class org.loklak.tools.Digest
+
 
+
decodePublicKey(String, String) - Static method in class org.loklak.tools.IO
+
+
Create PublicKey from String representation
+
+
decrementCategory(K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Decrements the count of a given category.
+
+
decrementFeature(T, K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Decrements the count of a given feature in the given category.
+
+
deduce(String) - Method in class org.loklak.susi.SusiProcedures
+
+
Deduction is the application of an intent on perception and a world model.
+
+
defaultAnonymousTime - Static variable in class org.loklak.server.AbstractAPIHandler
+
 
+
defaultCookieTime - Static variable in class org.loklak.server.AbstractAPIHandler
+
 
+
degreeToKm(double) - Static method in class org.loklak.geo.GeoLocation
+
 
+
dehexchar(char) - Static method in class org.json.JSONTokener
+
+
Get the hex value of a character (base16).
+
+
delCookie(String) - Method in class org.loklak.http.CookieRequestManager
+
 
+
delete(String, SourceType) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
delete(String, String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Delete a document for a given id.
+
+
delete(String, SourceType) - Method in interface org.loklak.data.IndexFactory
+
 
+
delete() - Method in class org.loklak.server.Authentication
+
+
Delete the authentication.
+
+
deleteBulk(String, Map<String, String>) - Method in class org.loklak.data.ElasticsearchClient
+
+
Delete a list of documents for a given set of ids + ATTENTION: read about the time-out of version number checking in the method above.
+
+
deleteByQuery(String, QueryBuilder) - Method in class org.loklak.data.ElasticsearchClient
+
+
Delete documents using a query.
+
+
deleteImportProfile(String, SourceType) - Static method in class org.loklak.data.DAO
+
 
+
deleteLoginCookie(HttpServletResponse) - Static method in class org.loklak.server.AbstractAPIHandler
+
+
Delete the login cookie if present
+
+
deleteOld(DAO.IndexName, Date) - Static method in class org.loklak.data.DAO
+
 
+
deleteQuery(String, SourceType) - Static method in class org.loklak.data.DAO
+
 
+
demoPaint(RasterPlotter) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
Digest - Class in org.loklak.tools
+
 
+
Digest() - Constructor for class org.loklak.tools.Digest
+
 
+
digestPool - Static variable in class org.loklak.tools.Digest
+
 
+
DIMENSION_ANOT0 - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_ANOT1 - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_ANOT2 - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_ANOT3 - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_BOTTOM - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_LEFT - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_RIGHT - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
DIMENSION_TOP - Static variable in class org.loklak.graphics.ChartPlotter
+
 
+
dir - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
distance(GeoPoint) - Method in class org.loklak.geo.AbstractGeoPoint
+
+
compute the distance between two points using the Haversine Algorithm + https://en.wikipedia.org/wiki/Haversine_formula
+
+
distance(double, double, double, double) - Static method in class org.loklak.geo.AbstractGeoPoint
+
 
+
distance(GeoPoint) - Method in interface org.loklak.geo.GeoPoint
+
+
compute the distance between two points using the Haversine Algorithm + https://en.wikipedia.org/wiki/Haversine_formula
+
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.AccessServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.CampaignServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.CrawlerServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.SettingsServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.ThreaddumpServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.AssetServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.DumpDownloadServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.ProxyServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.Sitemap
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.geo.GeocodeServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.EarthquakeServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.FreifunkNodeFetchServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.GeoJsonPushServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.ImportProfileServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.NetmonPushServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.NMEAServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.NOAAAlertServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.StuffInSpaceServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.ValidateServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.YahiHazeServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.p2p.PeersServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.p2p.PushServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.tools.CSVServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.tools.XMLServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.vis.MapServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.vis.MarkdownServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.vis.PieChartServlet
+
 
+
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.AccessServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.CampaignServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.CrawlerServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.SettingsServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.admin.ThreaddumpServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.AssetServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.DumpDownloadServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.ProxyServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.cms.Sitemap
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.geo.GeocodeServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.EarthquakeServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.FreifunkNodeFetchServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.GeoJsonPushServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.ImportProfileServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.NMEAServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.NOAAAlertServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.StuffInSpaceServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.ValidateServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.iot.YahiHazeServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.p2p.PeersServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.p2p.PushServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.tools.CSVServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.tools.XMLServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.vis.MapServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.vis.MarkdownServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.api.vis.PieChartServlet
+
 
+
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
doResponseHeaders(HttpServletResponse, Resource, String) - Method in class org.loklak.server.FileHandler
+
 
+
dot(int, int, int, boolean, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
DOT - Static variable in class org.loklak.tools.CommonPattern
+
 
+
DOUBLEPOINT - Static variable in class org.loklak.tools.CommonPattern
+
 
+
doubleToString(double) - Static method in class org.json.JSONObject
+
+
Produce a string from a double.
+
+
download(String, File, boolean) - Static method in class org.loklak.http.ClientConnection
+
 
+
download(String, File) - Static method in class org.loklak.http.ClientConnection
+
 
+
download(String, boolean) - Static method in class org.loklak.http.ClientConnection
+
 
+
download(String) - Static method in class org.loklak.http.ClientConnection
+
 
+
downloadPeer(String, File) - Static method in class org.loklak.http.ClientConnection
+
 
+
downloadPeer(String) - Static method in class org.loklak.http.ClientConnection
+
 
+
draw(int, int, int, int, int, int, int, int, String, String, String, String, String, String) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
drawGrid(String) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
dump - Variable in class org.loklak.data.DAO.MessageWrapper
+
 
+
DumpDownloadServlet - Class in org.loklak.api.cms
+
 
+
DumpDownloadServlet() - Constructor for class org.loklak.api.cms.DumpDownloadServlet
+
 
+
DumpImporter - Class in org.loklak
+
 
+
DumpImporter(int) - Constructor for class org.loklak.DumpImporter
+
 
+
+ + + +

E

+
+
EarthquakeServlet - Class in org.loklak.api.iot
+
 
+
EarthquakeServlet() - Constructor for class org.loklak.api.iot.EarthquakeServlet
+
 
+
east_lon - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
elasticsearch_client - Variable in class org.loklak.data.AbstractIndexFactory
+
 
+
elasticsearch_client - Static variable in class org.loklak.data.DAO
+
 
+
ElasticsearchClient - Class in org.loklak.data
+
 
+
ElasticsearchClient(String[], String) - Constructor for class org.loklak.data.ElasticsearchClient
+
+
create a elasticsearch transport client (remote elasticsearch)
+
+
ElasticsearchClient(Settings.Builder) - Constructor for class org.loklak.data.ElasticsearchClient
+
+
create a elasticsearch node client (embedded elasticsearch)
+
+
ElasticsearchClient.BulkEntry - Class in org.loklak.data
+
 
+
ElasticsearchClient.BulkWriteResult - Class in org.loklak.data
+
 
+
ElasticsearchClient.Query - Class in org.loklak.data
+
 
+
ElasticsearchQuery(String, int, ArrayList<String>) - Constructor for class org.loklak.objects.QueryEntry.ElasticsearchQuery
+
 
+
ElasticsearchQuery(String, int) - Constructor for class org.loklak.objects.QueryEntry.ElasticsearchQuery
+
 
+
EMAIL_PATTERN - Static variable in class org.loklak.LoklakEmailHandler
+
 
+
emoji_pattern_span - Static variable in class org.loklak.harvester.TwitterScraper
+
 
+
EMPTY_BULK_RESULT - Static variable in class org.loklak.data.ElasticsearchClient
+
 
+
encodeHex(long, int) - Static method in class org.loklak.tools.Digest
+
 
+
encodeHex(byte[]) - Static method in class org.loklak.tools.Digest
+
 
+
encodeMD5Hex(String) - Static method in class org.loklak.tools.Digest
+
 
+
encodeMD5Hex(File) - Static method in class org.loklak.tools.Digest
+
 
+
encodeMD5Hex(byte[]) - Static method in class org.loklak.tools.Digest
+
 
+
encodeMD5Raw(String) - Static method in class org.loklak.tools.Digest
+
 
+
encodeMD5Raw(File) - Static method in class org.loklak.tools.Digest
+
 
+
encodeOctal(byte[]) - Static method in class org.loklak.tools.Digest
+
 
+
end() - Method in class org.json.JSONTokener
+
 
+
endsWith(StringBuilder, StringBuilder) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
enrich() - Method in class org.loklak.objects.MessageEntry
+
+
create enriched data, useful for analytics and ranking: + - identify all mentioned users, hashtags and links + - count message size without links + - count message size without links and without users
+
+
enrichLocation(JSONObject) - Static method in class org.loklak.harvester.TwitterAPI
+
+
enrich the user data with geocoding information
+
+
entity - Static variable in class org.json.XMLTokener
+
+
The table of entity values.
+
+
EQ - Static variable in class org.json.XML
+
+
The Character '='.
+
+
equals(Object) - Method in class org.loklak.geo.GeoLocation
+
 
+
equals(Object) - Method in interface org.loklak.geo.GeoPoint
+
+
equality test that is needed to use the class inside HashMap/HashSet
+
+
equals(Object) - Method in class org.loklak.geo.IntegerGeoPoint
+
+
equality test that is needed to use the class inside HashMap/HashSet
+
+
equals(Object) - Method in class org.loklak.objects.UserEntry
+
 
+
equals(Object) - Method in class org.loklak.rss.RSSMessage
+
 
+
equals(HttpsMode) - Method in enum org.loklak.server.HttpsMode
+
 
+
equals(Object) - Method in class org.loklak.susi.SusiThought
+
 
+
equals(String, String) - Method in class org.loklak.tools.ASCII
+
 
+
equals(Object) - Method in class org.loklak.tools.ASCII
+
 
+
equals(byte[], byte[]) - Static method in class org.loklak.tools.ByteBuffer
+
 
+
equals(byte[], int, byte[], int, int) - Static method in class org.loklak.tools.ByteBuffer
+
 
+
equals(StringBuilder, StringBuilder) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
escape(String) - Static method in class org.json.XML
+
+
Replace special characters with XML escapes:
+
+
evaluate(HttpServletRequest) - Static method in class org.loklak.http.RemoteAccess
+
 
+
EVENT_PREFIX - Static variable in class org.loklak.http.AccessTracker
+
 
+
execAsynchronous(File) - Static method in class org.loklak.tools.OS
+
 
+
execSynchronous(String) - Static method in class org.loklak.tools.OS
+
 
+
executor - Variable in class org.loklak.harvester.strategy.ClassicHarvester
+
 
+
executor - Static variable in class org.loklak.harvester.TwitterScraper
+
 
+
exist(String, String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get the document for a given id.
+
+
exist(K) - Method in class org.loklak.tools.CacheMap
+
 
+
EXIST_MAXSIZE - Static variable in class org.loklak.data.DAO
+
 
+
existBulk(String, String, Collection<String>) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
existMessage(String) - Static method in class org.loklak.data.DAO
+
 
+
existQuery(String) - Static method in class org.loklak.data.DAO
+
 
+
exists(String) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
exists(String) - Method in interface org.loklak.data.IndexFactory
+
 
+
existsBulk(Collection<String>) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
existsBulk(Collection<String>) - Method in interface org.loklak.data.IndexFactory
+
 
+
existsCache(String) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
existsCache(String) - Method in interface org.loklak.data.IndexFactory
+
 
+
existUser(String) - Static method in class org.loklak.data.DAO
+
 
+
expected_next - Variable in class org.loklak.objects.QueryEntry
+
 
+
exportImage(BufferedImage, String) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
exportPng() - Method in class org.loklak.graphics.RasterPlotter
+
 
+
ext2mime(String) - Static method in class org.loklak.tools.Classification
+
 
+
ext2mime(String, String) - Static method in class org.loklak.tools.Classification
+
 
+
extend(GeoLocation) - Method in class org.loklak.geo.GeoNames.CountryBounds
+
 
+
extra - Variable in class org.loklak.harvester.BaseScraper
+
 
+
extract(JSONObject) - Method in class org.loklak.susi.SusiTransfer
+
+
transfer mappings can be used to extract specific information from a json object to + create a new json object.
+
+
extractMessages(JSONObject) - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
extractMessages(JSONObject) - Method in class org.loklak.api.iot.FossasiaPushServlet
+
 
+
extractMessages(JSONObject) - Method in class org.loklak.api.iot.FreifunkNodePushServlet
+
 
+
extractMessages(JSONObject) - Method in class org.loklak.api.iot.NodelistPushServlet
+
 
+
extractMessages(JSONObject) - Method in class org.loklak.api.iot.OpenWifiMapPushServlet
+
 
+
+ + + +

F

+
+
fastFingerprintHex(File, boolean) - Static method in class org.loklak.tools.Digest
+
 
+
fastFingerprintRaw(File, boolean) - Static method in class org.loklak.tools.Digest
+
+
the fast fingerprint computes a md5-like hash from a given file, + which is different from a md5 because it does not read the complete file + but reads only the first and last megabyte of it.
+
+
favourites_count - Variable in class org.loklak.objects.MessageEntry
+
 
+
Feature() - Constructor for class org.loklak.geo.GeoJsonReader.Feature
+
 
+
Feature(JsonParser) - Constructor for class org.loklak.geo.GeoJsonReader.Feature
+
 
+
feature_type - Variable in class org.loklak.geo.GeoJsonReader.Feature
+
 
+
featureCount(T, K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the number of occurrences of the given feature in the given + category.
+
+
featureProbability(T, K) - Method in class org.loklak.tools.bayes.Classifier
+
featureWeighedAverage(T, K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the weighed average P(feature|category) with + overall weight of 1.0 and an assumed probability of + 0.5.
+
+
featureWeighedAverage(T, K, Classifier<T, K>) - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the weighed average P(feature|category) with + overall weight of 1.0, an assumed probability of + 0.5 and the given object to use for probability calculation.
+
+
featureWeighedAverage(T, K, Classifier<T, K>, float) - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the weighed average P(feature|category) with + the given weight and an assumed probability of 0.5 and the + given object to use for probability calculation.
+
+
featureWeighedAverage(T, K, Classifier<T, K>, float, float) - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the weighed average P(feature|category) with + the given weight, the given assumed probability and the given object to + use for probability calculation.
+
+
fetchResults(String, String) - Static method in class org.loklak.api.amazon.AmazonProductService
+
 
+
fetchTwitterVideos(String) - Static method in class org.loklak.harvester.TwitterScraper
+
 
+
field_appearance_first - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_appearance_latest - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_name - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_profile_image - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_profile_image_url_http - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_profile_image_url_https - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_screen_name - Static variable in class org.loklak.objects.UserEntry
+
 
+
field_user_id - Static variable in class org.loklak.objects.UserEntry
+
 
+
FIELDS_TO_COMPARE - Static variable in class org.loklak.api.iot.PushServletHelper
+
 
+
FileHandler - Class in org.loklak.server
+
 
+
FileHandler(int) - Constructor for class org.loklak.server.FileHandler
+
+
cerate a custom ResourceHandler with more caching
+
+
fileType - Variable in class org.loklak.http.RemoteAccess.FileTypeEncoding
+
 
+
finalize() - Method in class org.loklak.data.ElasticsearchClient
+
+
A finalize method is added to ensure that close() is always called.
+
+
finalize() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
finalize() - Method in class org.loklak.server.Query
+
 
+
fixed - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
fixQueryMistakes(String) - Static method in class org.loklak.objects.QueryEntry
+
+
fixing a query mistake covers most common wrong queries from the user
+
+
followers_dump - Static variable in class org.loklak.data.DAO
+
 
+
FOLLOWERS_DUMP_FILE_PREFIX - Static variable in class org.loklak.data.DAO
+
 
+
following_dump - Static variable in class org.loklak.data.DAO
+
 
+
FOLLOWING_DUMP_FILE_PREFIX - Static variable in class org.loklak.data.DAO
+
 
+
force(GraphPlotter.Point, GraphPlotter.Point, GraphPlotter.Point, GraphPlotter.Ribbon) - Static method in class org.loklak.graphics.GraphPlotter
+
 
+
forgetWord(String) - Method in enum org.loklak.data.Classifier.Context
+
 
+
FORMAT_ANSIC - Static variable in class org.loklak.rss.RSSMessage
+
 
+
FORMAT_RFC1036 - Static variable in class org.loklak.rss.RSSMessage
+
 
+
FORMAT_RFC1123 - Static variable in class org.loklak.rss.RSSMessage
+
 
+
FossasiaPushServlet - Class in org.loklak.api.iot
+
 
+
FossasiaPushServlet() - Constructor for class org.loklak.api.iot.FossasiaPushServlet
+
 
+
Frame(BufferedImage, int) - Constructor for class org.loklak.graphics.AnimationPlotter.Frame
+
 
+
FreifunkNodeFetchServlet - Class in org.loklak.api.iot
+
 
+
FreifunkNodeFetchServlet() - Constructor for class org.loklak.api.iot.FreifunkNodeFetchServlet
+
 
+
FreifunkNodePushServlet - Class in org.loklak.api.iot
+
 
+
FreifunkNodePushServlet() - Constructor for class org.loklak.api.iot.FreifunkNodePushServlet
+
 
+
full() - Method in class org.loklak.tools.CacheMap
+
 
+
full() - Method in class org.loklak.tools.CacheSet
+
 
+
FullDateHistogram(int) - Static method in class org.loklak.data.DAO
+
 
+
fullDateHistogram(String, int, String) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
fuzzyquery(String, String, String, int, String, String, SortOrder, Date, Date, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Search the local message cache using a elasticsearch query.
+
+
+ + + +

G

+
+
GenericJSONBuilder() - Constructor for class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
 
+
GeocodeServlet - Class in org.loklak.api.geo
+
+
geocoding of places into locations + test: + http://localhost:9000/api/geocode.json?data={%22places%22:[%22Frankfurt%20am%20Main%22,%22New%20York%22,%22Singapore%22]} + for reverse geocoding, try + http://localhost:9000/api/geocode.json?data={%22places%22:[%22iPhone:%2037.313690,-122.022911%22,%22%C3%9CT:%2019.109458,72.825842%22]}
+
+
GeocodeServlet() - Constructor for class org.loklak.api.geo.GeocodeServlet
+
 
+
GeoJsonPushServlet - Class in org.loklak.api.iot
+
 
+
GeoJsonPushServlet() - Constructor for class org.loklak.api.iot.GeoJsonPushServlet
+
 
+
GeoJsonReader - Class in org.loklak.geo
+
+
High-efficient GeoJson parser (high-efficient because it is able to handle very large input files, much larger than + the main memory can hold (i.e.
+
+
GeoJsonReader(InputStream, int) - Constructor for class org.loklak.geo.GeoJsonReader
+
 
+
GeoJsonReader.Feature - Class in org.loklak.geo
+
 
+
GeoLocation - Class in org.loklak.geo
+
 
+
GeoLocation(double, double, Collection<String>, String) - Constructor for class org.loklak.geo.GeoLocation
+
 
+
GeoMark - Class in org.loklak.geo
+
 
+
GeoMark(GeoLocation, double, double) - Constructor for class org.loklak.geo.GeoMark
+
 
+
GeoMark(GeoLocation, String) - Constructor for class org.loklak.geo.GeoMark
+
 
+
geometry_type - Variable in class org.loklak.geo.GeoJsonReader.Feature
+
 
+
geoNames - Static variable in class org.loklak.data.DAO
+
 
+
GeoNames - Class in org.loklak.geo
+
 
+
GeoNames(File, File, long) - Constructor for class org.loklak.geo.GeoNames
+
 
+
GeoNames.CountryBounds - Class in org.loklak.geo
+
 
+
GeoPoint - Interface in org.loklak.geo
+
+
Geolocation storage may vary using different data structures for the points.
+
+
get(int) - Method in class org.json.JSONArray
+
+
Get the object value associated with an index.
+
+
get(String) - Method in class org.json.JSONObject
+
+
Get the value object associated with a key.
+
+
get() - Method in class org.loklak.graphics.AnimationGIF
+
+
produce the gif image as byte array
+
+
get(String) - Method in class org.loklak.harvester.WeiboInfoScraper
+
 
+
get(String) - Method in class org.loklak.server.Authentication
+
+
Get a value from the internal JSONObject
+
+
get(String, String) - Method in class org.loklak.server.Query
+
 
+
get(String, String[], String) - Method in class org.loklak.server.Query
+
 
+
get(String, int) - Method in class org.loklak.server.Query
+
 
+
get(String, long) - Method in class org.loklak.server.Query
+
 
+
get(String, double) - Method in class org.loklak.server.Query
+
 
+
get(String, boolean) - Method in class org.loklak.server.Query
+
 
+
get(String, Date, int) - Method in class org.loklak.server.Query
+
 
+
get(K) - Method in class org.loklak.tools.CacheMap
+
 
+
get(String, String) - Method in class org.loklak.tools.storage.JsonDataset
+
 
+
getAccessFrom() - Method in class org.loklak.server.ClientService
+
 
+
getAccessTime() - Method in class org.loklak.http.RemoteAccess
+
 
+
getAccessTime() - Method in class org.loklak.objects.Timeline
+
 
+
getAccessTime() - Method in class org.loklak.objects.Timeline2
+
 
+
getAccessTime() - Method in class org.loklak.server.Query
+
 
+
getAccessUntil() - Method in class org.loklak.server.ClientService
+
 
+
getAccounting() - Method in class org.loklak.server.Authorization
+
 
+
getActiveStatus() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getAggregations() - Method in class org.loklak.data.DAO.SearchLocalMessages
+
 
+
getAggregationsJsonByCountry(HashMap<String, HashMap<String, HashMap<String, Double>>>) - Static method in class org.loklak.api.aggregation.ClassifierServlet
+
 
+
getAllowedClassifiers() - Static method in class org.loklak.api.aggregation.ClassifierServlet
+
 
+
getAPIPath() - Method in class org.loklak.api.admin.StatusService
+
 
+
getAPIPath() - Method in class org.loklak.api.aggregation.ClassifierServlet
+
 
+
getAPIPath() - Method in class org.loklak.api.amazon.AmazonProductService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.AccountService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.AppsService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.AuthorizationDemoService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.InstallationPageService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.LoginService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.PasswordRecoveryService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.PasswordResetService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.PublicKeyRegistrationService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.SettingsManagementService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.SignUpService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.TopMenuService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.TwitterAnalysisService
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.UserAccountPermissions
+
 
+
getAPIPath() - Method in class org.loklak.api.cms.UserManagementService
+
 
+
getAPIPath() - Method in class org.loklak.api.p2p.HelloService
+
 
+
getAPIPath() - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
getAPIPath() - Method in interface org.loklak.server.APIHandler
+
 
+
getAppearanceFirst() - Method in class org.loklak.objects.UserEntry
+
 
+
getAppearanceLatest() - Method in class org.loklak.objects.UserEntry
+
 
+
getApps() - Method in class org.loklak.objects.AccountEntry
+
 
+
getAppTwitterFactory() - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getAssetFile(String, String, String) - Static method in class org.loklak.data.DAO
+
 
+
getAudio() - Method in class org.loklak.objects.MessageEntry
+
 
+
getAuthenticationFirst() - Method in class org.loklak.objects.AccountEntry
+
 
+
getAuthenticationLatest() - Method in class org.loklak.objects.AccountEntry
+
 
+
getAuthor() - Method in class org.loklak.rss.RSSMessage
+
 
+
getBackendPeers() - Static method in class org.loklak.data.DAO
+
 
+
getBaseUserRole() - Method in class org.loklak.server.Authorization
+
 
+
getBaseUserRole() - Method in class org.loklak.server.UserRole
+
 
+
getBigDecimal(int) - Method in class org.json.JSONArray
+
+
Get the BigDecimal value associated with an index.
+
+
getBigDecimal(String) - Method in class org.json.JSONObject
+
+
Get the BigDecimal value associated with a key.
+
+
getBigInteger(int) - Method in class org.json.JSONArray
+
+
Get the BigInteger value associated with an index.
+
+
getBigInteger(String) - Method in class org.json.JSONObject
+
+
Get the BigInteger value associated with a key.
+
+
getBoolean(int) - Method in class org.json.JSONArray
+
+
Get the boolean value associated with an index.
+
+
getBoolean(String) - Method in class org.json.JSONObject
+
+
Get the boolean value associated with a key.
+
+
getBoolean(String) - Method in class org.loklak.server.Authentication
+
+
Get a boolean form the internal JSONObject
+
+
getBoolean(String, boolean) - Method in class org.loklak.server.Authentication
+
+
Get a boolean form the internal JSONObject
+
+
getBoolean(String, boolean) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getBottomTweet() - Method in class org.loklak.objects.Timeline
+
 
+
getBottomTweet() - Method in class org.loklak.objects.Timeline2
+
 
+
getBufferShard() - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getBufferShardCount() - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getBytes(String) - Static method in class org.loklak.tools.ASCII
+
 
+
getBytes(String, int, int) - Static method in class org.loklak.tools.ASCII
+
 
+
getBytes() - Method in class org.loklak.tools.ByteBuffer
+
 
+
getBytes(int, int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
getBytes(String) - Static method in class org.loklak.tools.UTF8
+
+
getBytes() as method for String synchronizes during the look-up for the + Charset object for the default charset as given with a default charset name.
+
+
getBytes(StringBuilder) - Static method in class org.loklak.tools.UTF8
+
 
+
getCard() - Method in enum org.loklak.data.Campaigns.State
+
 
+
getCategories() - Method in class org.loklak.tools.bayes.Classifier
+
+
Returns a Set of categories the classifier knows about.
+
+
getCategoriesTotal() - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the total number of categories the classifier knows about.
+
+
getCategory() - Method in class org.loklak.rss.RSSMessage
+
 
+
getCategory() - Method in class org.loklak.tools.bayes.Classification
+
+
Retrieves the category the featureset was classified as.
+
+
getChannel() - Method in class org.loklak.rss.RSSFeed
+
 
+
getChart(JSONObject, boolean, boolean) - Method in class org.loklak.api.vis.PieChartServlet
+
 
+
getClassifier(Classifier.Context) - Method in class org.loklak.objects.MessageEntry
+
 
+
getClassifierProbability(Classifier.Context) - Method in class org.loklak.objects.MessageEntry
+
 
+
getClientHost() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
getClientHost() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getClientHost() - Method in class org.loklak.server.Query
+
 
+
getClusterStatsNodes() - Method in class org.loklak.data.ElasticsearchClient
+
 
+
getCombinedTiles(OSMTile.TileCoordinates, int, int) - Static method in class org.loklak.geo.OSMTile
+
+
generate a image according to a given coordinate of a middle tile + and a width and height of tile numbers.
+
+
getConcurrency() - Method in class org.loklak.tools.storage.JsonRandomAccessFile
+
 
+
getConcurrency() - Method in interface org.loklak.tools.storage.JsonReader
+
 
+
getConcurrency() - Method in class org.loklak.tools.storage.JsonStreamReader
+
 
+
getConfig(String, String) - Static method in class org.loklak.data.DAO
+
+
get values from
+
+
getConfig(String, String[], String) - Static method in class org.loklak.data.DAO
+
 
+
getConfig(String, long) - Static method in class org.loklak.data.DAO
+
 
+
getConfig(String, double) - Static method in class org.loklak.data.DAO
+
 
+
getConfig(String, int) - Static method in class org.loklak.data.DAO
+
 
+
getConfig(String, boolean) - Static method in class org.loklak.data.DAO
+
 
+
getConfigKeys() - Static method in class org.loklak.data.DAO
+
 
+
getContentDomainFromExt(String) - Static method in class org.loklak.tools.Classification
+
+
Get the content domain of a document according to the file extension.
+
+
getContentDomainFromMime(String) - Static method in class org.loklak.tools.Classification
+
+
Get the content domain of a document according to the mime type.
+
+
getConversionSchema() - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
getConversionSchema() - Method in class org.loklak.api.iot.FossasiaPushServlet
+
 
+
getConversionSchema() - Method in class org.loklak.api.iot.FreifunkNodePushServlet
+
 
+
getConversionSchema() - Method in class org.loklak.api.iot.NodelistPushServlet
+
 
+
getConversionSchema() - Method in class org.loklak.api.iot.OpenWifiMapPushServlet
+
 
+
getConversionSchema(String) - Static method in class org.loklak.data.DAO
+
 
+
getCopyright() - Method in class org.loklak.rss.RSSMessage
+
 
+
getCount() - Method in class org.loklak.susi.SusiThought
+
+
The number of information pieces in a set of informations may have a count.
+
+
getCountryCenter(String) - Method in class org.loklak.geo.GeoNames
+
 
+
getCountryName(String) - Method in class org.loklak.geo.GeoNames
+
 
+
getCreated() - Method in class org.loklak.data.ElasticsearchClient.BulkWriteResult
+
 
+
getCreatedAt() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getCreatedAt() - Method in class org.loklak.objects.MessageEntry
+
 
+
getCreationDate() - Method in class org.loklak.data.Campaign
+
 
+
getCursor() - Method in class org.loklak.objects.Timeline
+
+
gets the outer bound of the tweets returned to the user so far
+
+
getCursor() - Method in class org.loklak.objects.Timeline2
+
+
gets the outer bound of the tweets returned to the user so far
+
+
getCustomClosableHttpClient(boolean) - Static method in class org.loklak.http.ClientConnection
+
 
+
getData() - Method in class org.loklak.harvester.BaseScraper
+
 
+
getData() - Method in class org.loklak.susi.SusiThought
+
+
Information contained in this thought can get returned as a table, a set of information pieces.
+
+
getDataFromConnection(String, String) - Method in class org.loklak.harvester.BaseScraper
+
 
+
getDataFromConnection(String) - Method in class org.loklak.harvester.BaseScraper
+
 
+
getDataFromConnection() - Method in class org.loklak.harvester.BaseScraper
+
 
+
getDataFromConnection() - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
getDate() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
getDefaultKaizenQueries(int) - Static method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.admin.StatusService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.aggregation.ClassifierServlet
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.amazon.AmazonProductService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.AccountService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.AppsService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.AuthorizationDemoService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.InstallationPageService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.LoginService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.PasswordRecoveryService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.PasswordResetService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.PublicKeyRegistrationService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.SettingsManagementService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.SignUpService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.TopMenuService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.TwitterAnalysisService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.UserAccountPermissions
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.cms.UserManagementService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.api.p2p.HelloService
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
getDefaultPermissions(BaseUserRole) - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
getDefaultPermissions(BaseUserRole) - Method in interface org.loklak.server.APIHandler
+
 
+
getDefaultUserRole(BaseUserRole) - Method in class org.loklak.server.UserRoles
+
 
+
getDescriptions() - Method in class org.loklak.rss.RSSMessage
+
 
+
getDisplayName() - Method in class org.loklak.server.UserRole
+
 
+
getDocs() - Method in class org.loklak.rss.RSSMessage
+
 
+
getDomain() - Method in interface org.loklak.data.Insertable
+
 
+
getDouble(int) - Method in class org.json.JSONArray
+
+
Get the double value associated with an index.
+
+
getDouble(String) - Method in class org.json.JSONObject
+
+
Get the double value associated with a key.
+
+
getDouble(String, double) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getDumpDir() - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getDumpReader(File) - Method in class org.loklak.tools.storage.JsonRepository
+
+
create a concurrent dump reader for the given file.
+
+
getEdges(String, boolean) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
getEndTime() - Method in class org.loklak.data.Campaign
+
 
+
getEnum(Class<E>, int) - Method in class org.json.JSONArray
+
+
Get the enum value associated with an index.
+
+
getEnum(Class<E>, String) - Method in class org.json.JSONObject
+
+
Get the enum value associated with a key.
+
+
getErrorCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
getErrors() - Method in class org.loklak.data.ElasticsearchClient.BulkWriteResult
+
 
+
getExistStats() - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
getExpectedNext() - Method in class org.loklak.objects.QueryEntry
+
 
+
getExtraField() - Method in interface org.loklak.data.Insertable
+
 
+
getExtraValue(String) - Method in class org.loklak.harvester.BaseScraper
+
 
+
getFavouritesCount() - Method in class org.loklak.objects.MessageEntry
+
 
+
getFeatures() - Method in class org.loklak.tools.bayes.Classifier
+
+
Returns a Set of features the classifier knows about.
+
+
getFeatureset() - Method in class org.loklak.tools.bayes.Classification
+
+
Retrieves the featureset classified.
+
+
getFile() - Method in class org.loklak.tools.storage.JsonFile
+
 
+
getFile() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.ReaderJsonFactory
+
 
+
getFilename() - Method in enum org.loklak.harvester.JsonFieldConverter.JsonConversionSchemaEnum
+
 
+
getFilename() - Method in enum org.loklak.harvester.JsonValidator.JsonSchemaEnum
+
 
+
getFilePointer() - Method in class org.loklak.tools.BufferedRandomAccessFile
+
+
Returns the current position of the pointer in the file.
+
+
getFileType(HttpServletRequest) - Static method in class org.loklak.http.RemoteAccess
+
 
+
getFollowerIdRemaining() - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getFollowersNames(String, int) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getFollowingIdRemaining() - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getFollowingNames(String, int) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getFrequency() - Method in enum org.loklak.harvester.HarvestingFrequency
+
 
+
getFrontPeers() - Static method in class org.loklak.data.DAO
+
+
from all known front peers, generate a list of available peers, ordered by the peer latency
+
+
getFulltext() - Method in class org.loklak.rss.RSSMessage
+
 
+
getGuid() - Method in class org.loklak.rss.RSSMessage
+
 
+
getHarvestingFreq() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getHash(String, String) - Static method in class org.loklak.server.AbstractAPIHandler
+
+
Create a hash for an input an salt
+
+
getHashtags() - Method in class org.loklak.objects.MessageEntry
+
 
+
getHeight() - Method in class org.loklak.graphics.RasterPlotter
+
 
+
getHit() - Method in class org.loklak.tools.CacheStats
+
 
+
getHits() - Method in class org.loklak.objects.ResultList
+
+
get the number of total hits
+
+
getHits() - Method in class org.loklak.objects.Timeline
+
 
+
getHits() - Method in class org.loklak.objects.Timeline2
+
 
+
getHits() - Method in class org.loklak.susi.SusiThought
+
 
+
getHosts() - Method in class org.loklak.objects.MessageEntry
+
 
+
getHtml(ClientConnection) - Method in class org.loklak.harvester.BaseScraper
+
 
+
getHTML(HttpEntity) - Static method in class org.loklak.http.ClientConnection
+
+
Get body of HttpEntity as String
+
+
getID() - Method in class org.loklak.data.Campaign
+
 
+
getId() - Method in class org.loklak.data.IndexEntry
+
 
+
getId() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getId() - Method in class org.loklak.objects.MessageEntry
+
 
+
getIdentity(HttpServletRequest, HttpServletResponse, Query) - Static method in class org.loklak.server.AbstractAPIHandler
+
+
Checks a request for valid login data, either a existing session, a cookie or an access token
+
+
getIdentity() - Method in class org.loklak.server.Authentication
+
+
Get the associated ClientIdentity
+
+
getIdentity() - Method in class org.loklak.server.Authorization
+
 
+
getImage() - Method in class org.loklak.graphics.RasterPlotter
+
 
+
getImage() - Method in class org.loklak.rss.RSSFeed
+
 
+
getImages() - Method in class org.loklak.objects.MessageEntry
+
 
+
getImportDumps(int) - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getImported() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getImportedDumps(int) - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getImporter() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getImportProfile() - Method in class org.loklak.api.iot.PushReport
+
 
+
getIndex() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.JsonHandle
+
 
+
getIndex() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.ReaderJsonFactory
+
 
+
getInstance(String, String, String, String) - Static method in class org.loklak.api.amazon.SignedRequestsHelper
+
+
You must provide the three values below to initialize the helper.
+
+
getInt(int) - Method in class org.json.JSONArray
+
+
Get the int value associated with an index.
+
+
getInt(String) - Method in class org.json.JSONObject
+
+
Get the int value associated with a key.
+
+
getInt(String, int) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getISO3166cc() - Method in class org.loklak.geo.GeoLocation
+
 
+
getJSON() - Method in class org.loklak.tools.CacheStats
+
 
+
getJSON() - Method in interface org.loklak.tools.storage.JsonFactory
+
 
+
getJSON() - Method in class org.loklak.tools.storage.JsonMinifier.JsonCapsuleFactory
+
 
+
getJSON() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.JsonHandle
+
 
+
getJSON() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.ReaderJsonFactory
+
 
+
getJSON() - Method in class org.loklak.tools.storage.JsonStreamReader.WrapperJsonFactory
+
 
+
getJSONArray(int) - Method in class org.json.JSONArray
+
+
Get the JSONArray associated with an index.
+
+
getJSONArray(String) - Method in class org.json.JSONObject
+
+
Get the JSONArray value associated with a key.
+
+
getJSONArray(String, JSONArray) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getJsonFactory(long, int) - Method in class org.loklak.tools.storage.JsonRandomAccessFile
+
 
+
getJSONObject(int) - Method in class org.json.JSONArray
+
+
Get the JSONObject associated with an index.
+
+
getJSONObject(String) - Method in class org.json.JSONObject
+
+
Get the JSONObject value associated with a key.
+
+
getJSONObject(String, JSONObject) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getJSONObject(String) - Method in class org.loklak.tools.storage.JsonTray
+
 
+
getJSONObjectWithDefault(String, JSONObjectWithDefault) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getKey() - Method in class org.loklak.server.Client
+
 
+
getKeyAlgorithm() - Method in class org.loklak.server.Settings
+
+
Get the key algorithm e.g.
+
+
getKeyAsString(Key) - Static method in class org.loklak.tools.IO
+
+
Get String representation of a key
+
+
getKeyHash(PublicKey, String) - Static method in class org.loklak.tools.IO
+
+
Create hash for a key
+
+
getKeyHash(PublicKey) - Static method in class org.loklak.tools.IO
+
+
Create hash for a key, use default algorithm SHA-256
+
+
getKeys() - Method in class org.loklak.server.Query
+
 
+
getKnownCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
getKnownMessageIds() - Method in class org.loklak.api.iot.PushReport
+
 
+
getLanguage() - Method in class org.loklak.rss.RSSMessage
+
 
+
getLargestCity(double, double, double, double) - Method in class org.loklak.geo.GeoNames
+
 
+
getLastHarvested() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getLastModified() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getLat() - Method in class org.loklak.rss.RSSMessage
+
 
+
getLength() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.JsonHandle
+
 
+
getLength() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.ReaderJsonFactory
+
 
+
getLifetime() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getLink() - Method in class org.loklak.rss.RSSMessage
+
 
+
getLinks() - Method in class org.loklak.objects.MessageEntry
+
 
+
getLinks() - Method in class org.loklak.rss.RSSFeed
+
 
+
getLocalHTTPPort() - Method in class org.loklak.http.RemoteAccess
+
 
+
getLocalHTTPSPort() - Method in class org.loklak.http.RemoteAccess
+
 
+
getLocalPath() - Method in class org.loklak.http.RemoteAccess
+
 
+
getLocationHeader(HttpResponse) - Static method in class org.loklak.http.ClientConnection
+
+
Find value of location header from the given HttpResponse
+
+
getLocationMark() - Method in class org.loklak.objects.MessageEntry
+
 
+
getLocationPoint() - Method in class org.loklak.objects.MessageEntry
+
 
+
getLocationRadius() - Method in class org.loklak.objects.MessageEntry
+
+
get the radius in meter
+
+
getLocationSource() - Method in class org.loklak.objects.MessageEntry
+
 
+
getLon() - Method in class org.loklak.rss.RSSMessage
+
 
+
getLong(int) - Method in class org.json.JSONArray
+
+
Get the long value associated with an index.
+
+
getLong(String) - Method in class org.json.JSONObject
+
+
Get the long value associated with a key.
+
+
getLong(String, long) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getMap(GetResponse) - Static method in class org.loklak.data.ElasticsearchClient
+
 
+
getMap() - Method in class org.loklak.server.Query
+
 
+
getMap() - Method in class org.loklak.tools.CacheMap
+
 
+
getMaxSize() - Method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
getMaxSize() - Method in class org.loklak.harvester.strategy.PriorityKaizenHarvester.PriorityKaizenQueries
+
 
+
getMemoryCapacity() - Method in class org.loklak.tools.bayes.Classifier
+
+
Retrieves the memory's capacity.
+
+
getMentions() - Method in class org.loklak.objects.MessageEntry
+
 
+
getMessage(String) - Method in class org.loklak.rss.RSSFeed
+
 
+
getMessageFieldName() - Method in enum org.loklak.objects.Timeline.Order
+
 
+
getMessageFieldName() - Method in enum org.loklak.objects.Timeline2.Order
+
 
+
getMessageFieldType() - Method in enum org.loklak.objects.Timeline.Order
+
 
+
getMessageFieldType() - Method in enum org.loklak.objects.Timeline2.Order
+
 
+
getMessageQueueClients() - Static method in class org.loklak.data.IncomingMessageBuffer
+
 
+
getMessageQueueMaxSize() - Static method in class org.loklak.data.IncomingMessageBuffer
+
 
+
getMessageQueueSize() - Static method in class org.loklak.data.IncomingMessageBuffer
+
 
+
getMessagesPerDay() - Method in class org.loklak.objects.QueryEntry
+
 
+
getMetaRedirectURL(HttpEntity) - Static method in class org.loklak.http.ClientConnection
+
+
Get redirect URL from Meta tag in response body
+
+
getMinimalBaseUserRole() - Method in class org.loklak.api.admin.StatusService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.aggregation.ClassifierServlet
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.amazon.AmazonProductService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.AccountService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.AppsService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.AuthorizationDemoService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.InstallationPageService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.LoginService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.PasswordRecoveryService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.PasswordResetService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.PublicKeyRegistrationService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.SettingsManagementService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.SignUpService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.TopMenuService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.TwitterAnalysisService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.UserAccountPermissions
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.cms.UserManagementService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.api.p2p.HelloService
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
getMinimalBaseUserRole() - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
getMinimalBaseUserRole() - Method in interface org.loklak.server.APIHandler
+
 
+
getMiss() - Method in class org.loklak.tools.CacheStats
+
 
+
getMode() - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getName() - Method in class org.loklak.data.Campaign
+
 
+
getName() - Method in class org.loklak.objects.UserEntry
+
 
+
getName() - Method in class org.loklak.server.Client
+
 
+
getName() - Method in class org.loklak.server.UserRole
+
 
+
getName() - Method in class org.loklak.tools.storage.JsonRandomAccessFile
+
 
+
getName() - Method in interface org.loklak.tools.storage.JsonReader
+
 
+
getName() - Method in class org.loklak.tools.storage.JsonStreamReader
+
 
+
getNames(JSONObject) - Static method in class org.json.JSONObject
+
+
Get an array of field names from a JSONObject.
+
+
getNames(Object) - Static method in class org.json.JSONObject
+
+
Get an array of field names from an Object.
+
+
getNames() - Method in class org.loklak.geo.GeoLocation
+
 
+
getNetwork(String, int, int) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getNetworkerNames(String, int, TwitterAPI.Networker) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getNewCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
getNewUserIdsChunk() - Static method in class org.loklak.data.DAO
+
 
+
getNextTweets(int, int) - Method in class org.loklak.objects.Timeline
+
 
+
getNextTweets(int, int) - Method in class org.loklak.objects.Timeline2
+
 
+
getNode(String) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
getOauthToken() - Method in class org.loklak.objects.AccountEntry
+
 
+
getOauthTokenSecret() - Method in class org.loklak.objects.AccountEntry
+
 
+
getObject() - Method in class org.loklak.data.IndexEntry
+
 
+
getObjectStats() - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
getOffset() - Method in class org.loklak.susi.SusiThought
+
 
+
getOn() - Method in class org.loklak.objects.MessageEntry
+
 
+
getOrCreate(String, String, String, String, List<String>) - Static method in class org.loklak.api.aggregation.ClassifierServletCache
+
 
+
getOrCreate(String, String, String, String, List<String>, List<String>) - Static method in class org.loklak.api.aggregation.ClassifierServletCache
+
 
+
getOrCreate(ClientIdentity, String, boolean, Timeline.Order) - Method in class org.loklak.objects.TimelineCache
+
 
+
getOrder(String) - Static method in class org.loklak.data.DAO
+
 
+
getOrder() - Method in class org.loklak.objects.Timeline
+
 
+
getOrder() - Method in class org.loklak.objects.Timeline2
+
 
+
getOwnDumps(int) - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
getParent() - Method in class org.loklak.server.UserRole
+
 
+
getPeerHash() - Method in class org.loklak.server.Settings
+
+
Get the hash of the public key
+
+
getPeerHashAlgorithm() - Method in class org.loklak.server.Settings
+
+
Get the hash algorithm for the public key
+
+
getPeername() - Method in class org.loklak.http.RemoteAccess
+
 
+
getPermissionOverrides() - Method in class org.loklak.server.Authorization
+
 
+
getPermissionOverrides() - Method in class org.loklak.server.UserRole
+
 
+
getPermissionOverrides(String) - Method in class org.loklak.server.UserRole
+
 
+
getPermissionOverrides(APIHandler) - Method in class org.loklak.server.UserRole
+
 
+
getPermissions(APIHandler) - Method in class org.loklak.server.Authorization
+
 
+
getPermissions(APIHandler) - Method in class org.loklak.server.UserRole
+
 
+
getPersistent() - Method in class org.loklak.tools.storage.JsonTray
+
 
+
getPID() - Static method in class org.loklak.tools.OS
+
+
use a hack to get the current process PID
+
+
getPixel(int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
getPixel(int, int, int[]) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
getPlaceContext() - Method in class org.loklak.objects.MessageEntry
+
 
+
getPlaceId() - Method in class org.loklak.objects.MessageEntry
+
 
+
getPlaceName() - Method in class org.loklak.objects.MessageEntry
+
 
+
getPopulation() - Method in class org.loklak.geo.GeoLocation
+
 
+
getPos() - Method in class org.loklak.tools.BufferedRandomAccessFile.IndexedLine
+
 
+
getPostId() - Method in class org.loklak.harvester.Post
+
 
+
getPostId() - Method in class org.loklak.objects.MessageEntry
+
 
+
getPostMap(HttpServletRequest) - Static method in class org.loklak.http.RemoteAccess
+
 
+
getPrivacyStatus() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getPrivateKey() - Method in class org.loklak.server.Settings
+
+
Get the private key as PrivateKey
+
+
getPrivateKeyAsString() - Method in class org.loklak.server.Settings
+
+
Get the private key as String
+
+
getProbability() - Method in class org.loklak.tools.bayes.Classification
+
+
Retrieves the classification's probability.
+
+
getProcessCpuLoad() - Static method in class org.loklak.tools.OS
+
 
+
getProfileImage() - Method in class org.loklak.objects.UserEntry
+
 
+
getProfileImageUrl() - Method in class org.loklak.objects.UserEntry
+
 
+
getProviderHash() - Method in class org.loklak.objects.MessageEntry
+
 
+
getProviderType() - Method in class org.loklak.objects.MessageEntry
+
 
+
getPubDate() - Method in class org.loklak.rss.RSSMessage
+
 
+
getPublicKey() - Method in class org.loklak.server.Settings
+
+
Get the public key as PublicKey
+
+
getPublicKeyAsString() - Method in class org.loklak.server.Settings
+
+
Get the public key as String
+
+
getQuery() - Method in class org.loklak.data.Campaign
+
 
+
getQuery() - Method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
getQuery() - Method in class org.loklak.harvester.strategy.PriorityKaizenHarvester.PriorityKaizenQueries
+
 
+
getQuery() - Method in class org.loklak.objects.QueryEntry
+
 
+
getQuery() - Method in class org.loklak.objects.Timeline
+
 
+
getQuery() - Method in class org.loklak.objects.Timeline2
+
 
+
getQuery() - Method in class org.loklak.susi.SusiThought
+
 
+
getQueryCount() - Method in class org.loklak.objects.QueryEntry
+
 
+
getQueryFirst() - Method in class org.loklak.objects.QueryEntry
+
 
+
getQueryLast() - Method in class org.loklak.objects.QueryEntry
+
 
+
getQueryLength() - Method in class org.loklak.objects.QueryEntry
+
 
+
getQueryMap(String) - Static method in class org.loklak.http.RemoteAccess
+
 
+
getRateLimitStatus(String) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getRecordCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
getRedirect(String, boolean, boolean) - Static method in class org.loklak.http.ClientConnection
+
+
get a redirect for an url: this method shall be called if it is expected that a url + is redirected to another url.
+
+
getRedirect(String) - Static method in class org.loklak.http.ClientConnection
+
+
get a redirect for an url: this method shall be called if it is expected that a url + is redirected to another url.
+
+
getRedirect(String, boolean) - Static method in class org.loklak.http.ClientConnection
+
 
+
getReferrer() - Method in class org.loklak.rss.RSSMessage
+
 
+
getRemoteHost() - Method in class org.loklak.http.RemoteAccess
+
 
+
getRequest() - Method in class org.loklak.server.Query
+
 
+
getRequestFrequency(String) - Method in class org.loklak.server.Authorization
+
 
+
getRequests(String) - Method in class org.loklak.server.Accounting
+
 
+
getResource(String) - Method in class org.loklak.server.FileHandler
+
 
+
getResultIndex() - Method in class org.loklak.objects.Timeline
+
 
+
getResultIndex() - Method in class org.loklak.objects.Timeline2
+
 
+
getRetrievalCount() - Method in class org.loklak.objects.QueryEntry
+
 
+
getRetrievalLast() - Method in class org.loklak.objects.QueryEntry
+
 
+
getRetrievalNext() - Method in class org.loklak.objects.QueryEntry
+
 
+
getRetweetCount() - Method in class org.loklak.objects.MessageEntry
+
 
+
getRetweetFrom() - Method in class org.loklak.objects.MessageEntry
+
 
+
getSchema(String) - Static method in class org.loklak.data.DAO
+
 
+
getSchemaFilename() - Method in enum org.loklak.data.DAO.IndexName
+
 
+
getScore(TwitterScraper.TwitterTweet) - Method in class org.loklak.harvester.strategy.KaizenHarvester
+
 
+
getScraperInfo() - Method in class org.loklak.objects.Timeline
+
 
+
getScraperInfo() - Method in class org.loklak.objects.Timeline2
+
 
+
getScraperObjects(List<String>, Map<String, String>) - Static method in class org.loklak.data.DAO
+
 
+
getScreenName(Set<Number>, int, boolean) - Static method in class org.loklak.harvester.TwitterAPI
+
+
search for twitter user names by a given set of user id's
+
+
getScreenName() - Method in class org.loklak.objects.AccountEntry
+
 
+
getScreenName() - Method in class org.loklak.objects.MessageEntry
+
 
+
getScreenName() - Method in class org.loklak.objects.UserEntry
+
 
+
getServerProtocolHostStub() - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
getServerProtocolHostStub() - Method in interface org.loklak.server.APIHandler
+
 
+
getServerThreads() - Static method in class org.loklak.LoklakServer
+
 
+
getServerURI() - Static method in class org.loklak.LoklakServer
+
 
+
getService(String) - Method in class org.loklak.server.Authorization
+
 
+
getSharers() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getSingleTile(OSMTile.TileCoordinates, int) - Static method in class org.loklak.geo.OSMTile
+
 
+
getSize() - Method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
getSize() - Method in class org.loklak.harvester.strategy.PriorityKaizenHarvester.PriorityKaizenQueries
+
 
+
getSize() - Method in class org.loklak.rss.RSSMessage
+
 
+
getSourceHash() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getSourceType() - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
getSourceType() - Method in class org.loklak.api.iot.FossasiaPushServlet
+
 
+
getSourceType() - Method in class org.loklak.api.iot.FreifunkNodePushServlet
+
 
+
getSourceType() - Method in class org.loklak.api.iot.NodelistPushServlet
+
 
+
getSourceType() - Method in class org.loklak.api.iot.OpenWifiMapPushServlet
+
 
+
getSourceType() - Method in enum org.loklak.harvester.JsonValidator.JsonSchemaEnum
+
 
+
getSourceType() - Method in class org.loklak.objects.AccountEntry
+
 
+
getSourceType() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getSourceType() - Method in class org.loklak.objects.MessageEntry
+
 
+
getSourceType() - Method in class org.loklak.objects.QueryEntry
+
 
+
getSourceUrl() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
getStartTime() - Method in class org.loklak.data.Campaign
+
 
+
getStats() - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
getStats() - Method in class org.loklak.data.ElasticsearchClient
+
+
Retrieve a statistic object from the connected elasticsearch cluster
+
+
getStats() - Method in class org.loklak.tools.CacheMap
+
 
+
getStats() - Method in class org.loklak.tools.CacheSet
+
 
+
getStatsJson() - Method in class org.loklak.tools.CacheMap
+
 
+
getStatsJson() - Method in class org.loklak.tools.CacheSet
+
 
+
getStatusCode() - Method in class org.loklak.http.ClientConnection
+
 
+
getStatusCode() - Method in exception org.loklak.server.APIException
+
 
+
getStatusIdUrl() - Method in class org.loklak.objects.MessageEntry
+
 
+
getString(int) - Method in class org.json.JSONArray
+
+
Get the string associated with an index.
+
+
getString(String) - Method in class org.json.JSONObject
+
+
Get the string associated with a key.
+
+
getString(String) - Method in class org.loklak.server.Authentication
+
+
Get a String form the internal JSONObject
+
+
getString(String, String) - Method in class org.loklak.server.Authentication
+
+
Get a String form the internal JSONObject.
+
+
getString(String, String) - Method in class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
getSubject() - Method in class org.loklak.rss.RSSMessage
+
 
+
getSystemCpuLoad() - Static method in class org.loklak.tools.OS
+
 
+
getSystemLoadAverage() - Static method in class org.loklak.tools.OS
+
 
+
getTestFile() - Static method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
getTestLines(int) - Static method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
getText() - Method in interface org.loklak.data.Insertable
+
 
+
getText() - Method in class org.loklak.objects.MessageEntry
+
 
+
getText(int, String) - Method in class org.loklak.objects.MessageEntry
+
 
+
getText() - Method in class org.loklak.tools.BufferedRandomAccessFile.IndexedLine
+
 
+
getTextLength() - Method in class org.loklak.objects.MessageEntry
+
 
+
getTimeSinceLastAccess() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
getTimeSinceLastAccess() - Method in class org.loklak.server.Query
+
 
+
getTimestamp() - Method in class org.loklak.harvester.Post
+
 
+
getTimestampDate() - Method in class org.loklak.harvester.Post
+
 
+
getTimestampDate() - Method in class org.loklak.objects.MessageEntry
+
 
+
getTimezoneOffset() - Method in class org.loklak.data.Campaign
+
 
+
getTimezoneOffset() - Method in class org.loklak.objects.QueryEntry
+
 
+
getTimezoneOffset() - Static method in class org.loklak.tools.DateParser
+
 
+
getTitle() - Method in class org.loklak.rss.RSSMessage
+
 
+
getTo() - Method in class org.loklak.objects.MessageEntry
+
 
+
getTopTweet() - Method in class org.loklak.objects.Timeline
+
 
+
getTopTweet() - Method in class org.loklak.objects.Timeline2
+
 
+
getTracks() - Method in class org.loklak.http.AccessTracker
+
 
+
getTTL() - Method in class org.loklak.rss.RSSMessage
+
 
+
getTweetOwnDumps(int) - Static method in class org.loklak.data.DAO
+
 
+
getType(String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Get the type name of a document or null if the document does not exist.
+
+
getType() - Method in class org.loklak.data.IndexEntry
+
 
+
getType() - Method in class org.loklak.objects.UserEntry
+
 
+
getType() - Method in class org.loklak.server.ClientCredential
+
 
+
getType() - Method in class org.loklak.server.ClientIdentity
+
 
+
getType() - Method in class org.loklak.server.ClientService
+
 
+
getUpdate() - Method in class org.loklak.tools.CacheStats
+
 
+
getUser(String, boolean) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getUser() - Method in class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
getUser(String) - Method in class org.loklak.objects.Timeline
+
 
+
getUser(TwitterScraper.TwitterTweet) - Method in class org.loklak.objects.Timeline
+
 
+
getUser(String) - Method in class org.loklak.objects.Timeline2
+
 
+
getUser(Post) - Method in class org.loklak.objects.Timeline2
+
 
+
getUser() - Method in class org.loklak.objects.UserEntry
+
 
+
getUserID() - Method in interface org.loklak.data.Insertable
+
 
+
getUserId() - Method in class org.loklak.objects.UserEntry
+
 
+
getUsername() - Method in interface org.loklak.data.Insertable
+
 
+
getUserRemaining() - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getUserRole() - Method in class org.loklak.server.Authorization
+
 
+
getUserRoleFromString(String) - Method in class org.loklak.server.UserRoles
+
 
+
getUserRoles() - Method in class org.loklak.server.UserRoles
+
 
+
getUserTwitterFactory(String) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
getValidatorSchema() - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
getValidatorSchema() - Method in class org.loklak.api.iot.FossasiaPushServlet
+
 
+
getValidatorSchema() - Method in class org.loklak.api.iot.FreifunkNodePushServlet
+
 
+
getValidatorSchema() - Method in class org.loklak.api.iot.NodelistPushServlet
+
 
+
getValidatorSchema() - Method in class org.loklak.api.iot.OpenWifiMapPushServlet
+
 
+
getVideos() - Method in class org.loklak.objects.MessageEntry
+
 
+
getVolatile() - Method in class org.loklak.tools.storage.JsonTray
+
 
+
getWidth() - Method in class org.loklak.graphics.RasterPlotter
+
 
+
GPSPosition() - Constructor for class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
GraphPlotter - Class in org.loklak.graphics
+
 
+
GraphPlotter() - Constructor for class org.loklak.graphics.GraphPlotter
+
 
+
GraphPlotter.Point - Class in org.loklak.graphics
+
 
+
GraphPlotter.Ribbon - Class in org.loklak.graphics
+
 
+
GREEN - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
GREY - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
gridDot(int, int, int, boolean, int) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridDot(int, int, int, int, int) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridHeight() - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridLine(int, int, int, int) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridLine(int, int, int, int, String, int, String, int, int, int, int, boolean) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridPrint(int, int, int, String, String, int, int) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridPrint315(int, int, int, String, int) - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
gridWidth() - Method in class org.loklak.graphics.HexGridPlotter
+
 
+
GT - Static variable in class org.json.XML
+
+
The Character '>'.
+
+
gunzip(File, File, boolean) - Static method in class org.loklak.tools.Compression
+
 
+
gunzip(byte[]) - Static method in class org.loklak.tools.Compression
+
 
+
gzip(File, File, boolean) - Static method in class org.loklak.tools.Compression
+
 
+
gzip(byte[]) - Static method in class org.loklak.tools.Compression
+
 
+
+ + + +

H

+
+
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.loklak.server.FileHandler
+
 
+
harvest() - Method in class org.loklak.harvester.strategy.ClassicHarvester
+
 
+
harvest() - Method in interface org.loklak.harvester.strategy.Harvester
+
+
This method is in-charge of harvesting and scraping messages
+
+
harvest() - Method in class org.loklak.harvester.strategy.KaizenHarvester
+
 
+
Harvester - Interface in org.loklak.harvester.strategy
+
 
+
harvester - Static variable in class org.loklak.LoklakServer
+
 
+
harvesting_freq - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
HarvestingFrequency - Enum in org.loklak.harvester
+
 
+
has(String) - Method in class org.json.JSONObject
+
+
Determine if the JSONObject contains a specific key.
+
+
has(String) - Method in class org.loklak.server.Authentication
+
+
Check the internal JSONObject for a key
+
+
has(String) - Method in class org.loklak.server.UserRoles
+
 
+
has(String) - Method in class org.loklak.tools.storage.JsonTray
+
 
+
hasEdge(String, String) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
hashCode() - Method in class org.loklak.data.Campaign
+
 
+
hashCode() - Method in interface org.loklak.geo.GeoPoint
+
+
compute the hash code of a coordinate + this produces identical hash codes for locations that are close to each other
+
+
hashCode() - Method in class org.loklak.geo.IntegerGeoPoint
+
+
compute the hash code of a coordinate + this produces identical hash codes for locations that are close to each other
+
+
hashCode() - Method in class org.loklak.rss.RSSMessage
+
 
+
hashCode() - Method in class org.loklak.server.Query
+
 
+
hashCode() - Method in class org.loklak.tools.ASCII
+
 
+
hasNext() - Method in class org.loklak.rss.RSSFeed.messageIterator
+
 
+
hasSignature(JSONObject) - Static method in class org.loklak.tools.JsonSignature
+
 
+
hasSignature(Map<String, byte[]>) - Static method in class org.loklak.tools.JsonSignature
+
 
+
healLatency(float) - Static method in class org.loklak.data.DAO
+
 
+
height - Variable in class org.loklak.graphics.RasterPlotter
+
 
+
HelloService - Class in org.loklak.api.p2p
+
+
Servlet to span the message peer-to-peer network.
+
+
HelloService() - Constructor for class org.loklak.api.p2p.HelloService
+
 
+
HexGridPlotter - Class in org.loklak.graphics
+
 
+
HexGridPlotter(int, int, RasterPlotter.DrawMode, String, int) - Constructor for class org.loklak.graphics.HexGridPlotter
+
 
+
history - Static variable in class org.loklak.http.RemoteAccess
+
 
+
hit() - Method in class org.loklak.tools.CacheStats
+
 
+
hitCount - Variable in class org.loklak.data.ElasticsearchClient.Query
+
 
+
hostHash(String) - Static method in class org.loklak.http.RemoteAccess
+
 
+
HOUR_MILLIS - Static variable in class org.loklak.tools.DateParser
+
 
+
html - Variable in class org.loklak.harvester.BaseScraper
+
 
+
html2unicode(String) - Static method in class org.loklak.tools.CharacterCoding
+
+
Replaces HTML-encoded characters with unicode representation.
+
+
html2utf8(String) - Static method in class org.loklak.objects.MessageEntry
+
 
+
html2utf8Custom(String) - Static method in class org.loklak.objects.MessageEntry
+
 
+
html_dir - Static variable in class org.loklak.data.DAO
+
 
+
HttpsMode - Enum in org.loklak.server
+
 
+
+ + + +

I

+
+
id - Variable in class org.loklak.geo.GeoJsonReader.Feature
+
 
+
id - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
identityASCIIComparator - Static variable in class org.loklak.tools.ASCII
+
 
+
images - Variable in class org.loklak.objects.MessageEntry
+
 
+
importAccountDumps(int) - Static method in class org.loklak.data.DAO
+
 
+
imported - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
importer - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
ImportProfileEntry - Class in org.loklak.objects
+
 
+
ImportProfileEntry(JSONObject) - Constructor for class org.loklak.objects.ImportProfileEntry
+
 
+
ImportProfileEntry.EntryStatus - Enum in org.loklak.objects
+
 
+
ImportProfileEntry.PrivacyStatus - Enum in org.loklak.objects
+
 
+
ImportProfileFactory - Class in org.loklak.data
+
 
+
ImportProfileFactory(ElasticsearchClient, String, int, int) - Constructor for class org.loklak.data.ImportProfileFactory
+
 
+
ImportProfileServlet - Class in org.loklak.api.iot
+
 
+
ImportProfileServlet() - Constructor for class org.loklak.api.iot.ImportProfileServlet
+
 
+
IncomingMessageBuffer - Class in org.loklak.data
+
 
+
IncomingMessageBuffer() - Constructor for class org.loklak.data.IncomingMessageBuffer
+
 
+
increment(String) - Method in class org.json.JSONObject
+
+
Increment a property of a JSONObject.
+
+
incrementCategory(K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Increments the count of a given category.
+
+
incrementErrorCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
incrementFeature(T, K) - Method in class org.loklak.tools.bayes.Classifier
+
+
Increments the count of a given feature in the given category.
+
+
incrementKnownCount(String) - Method in class org.loklak.api.iot.PushReport
+
 
+
incrementNewCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
incrementRecordCount() - Method in class org.loklak.api.iot.PushReport
+
 
+
index_name - Variable in class org.loklak.data.AbstractIndexFactory
+
 
+
IndexedLine(long, byte[]) - Constructor for class org.loklak.tools.BufferedRandomAccessFile.IndexedLine
+
 
+
IndexEntry<IndexObject extends ObjectEntry> - Class in org.loklak.data
+
 
+
IndexEntry(String, SourceType, IndexObject) - Constructor for class org.loklak.data.IndexEntry
+
 
+
IndexFactory<Entry extends ObjectEntry> - Interface in org.loklak.data
+
 
+
indexOf(byte[], int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
indexOf(byte[], byte[], int) - Static method in class org.loklak.tools.ByteBuffer
+
 
+
indexOf(StringBuilder, char) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
indexOf(StringBuilder, int, char) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
init() - Method in class org.loklak.api.iot.AbstractPushServlet
+
 
+
init(JSONObject) - Method in class org.loklak.data.AccountFactory
+
 
+
init(int) - Method in enum org.loklak.data.Classifier.Context
+
 
+
init(int, int) - Static method in class org.loklak.data.Classifier
+
 
+
init(Map<String, String>, Path) - Static method in class org.loklak.data.DAO
+
+
initialize the DAO
+
+
init(JSONObject) - Method in class org.loklak.data.ImportProfileFactory
+
 
+
init(JSONObject) - Method in interface org.loklak.data.IndexFactory
+
 
+
init(JSONObject) - Method in class org.loklak.data.MessageFactory
+
 
+
init(JSONObject) - Method in class org.loklak.data.QueryFactory
+
 
+
init(JSONObject) - Method in class org.loklak.data.UserFactory
+
 
+
init(JSONObject) - Method in class org.loklak.objects.AccountEntry
+
 
+
init(JSONObject) - Method in class org.loklak.objects.QueryEntry
+
 
+
init(File) - Static method in class org.loklak.tools.Classification
+
 
+
initGET(Map<String, String>) - Method in class org.loklak.server.Query
+
 
+
initPOST(Map<String, byte[]>) - Method in class org.loklak.server.Query
+
+
Deprecated.
+
+
inputStream - Variable in class org.loklak.http.ClientConnection
+
 
+
inputStream2String(InputStream) - Static method in class org.loklak.http.CookieRequestManager
+
 
+
insensitive - Variable in class org.loklak.tools.ASCII
+
 
+
insensitive - Variable in class org.loklak.tools.UTF8
+
 
+
insensitiveASCIIComparator - Static variable in class org.loklak.tools.ASCII
+
 
+
insert(Insertable) - Static method in class org.loklak.data.DAOWrapper
+
 
+
Insertable - Interface in org.loklak.data
+
+
This is the interface that allow you to store data in elasticseach index + This is a lower level implemention of DAOWrapper.
+
+
insertBitmap(BufferedImage, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
inserts image
+
+
insertBitmap(BufferedImage, int, int, RasterPlotter.FilterMode) - Method in class org.loklak.graphics.RasterPlotter
+
+
inserts image
+
+
insertBitmap(BufferedImage, int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
inserts image where all pixels which have the same RGB value as the + pixel at (xx, yy) are transparent
+
+
insertBitmap(BufferedImage, int, int, int, int, RasterPlotter.FilterMode) - Method in class org.loklak.graphics.RasterPlotter
+
+
inserts image where all pixels that have the same RGB value as the + pixel at (xx, yy) are transparent
+
+
insertBitmap(BufferedImage, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
inserts image where all pixels that have the same RGB value as the + pixel at (xx, yy) are transparent
+
+
insertBitmap(BufferedImage, int, int, int, RasterPlotter.FilterMode) - Method in class org.loklak.graphics.RasterPlotter
+
+
inserts image where all pixels that have a special RGB value + pixel at (xx, yy) are transparent
+
+
InstallationPageService - Class in org.loklak.api.cms
+
 
+
InstallationPageService() - Constructor for class org.loklak.api.cms.InstallationPageService
+
 
+
IntegerGeoPoint - Class in org.loklak.geo
+
+
GeoPoint implementation with Integer accuracy
+
+
IntegerGeoPoint(double, double) - Constructor for class org.loklak.geo.IntegerGeoPoint
+
 
+
IntegerGeoPoint(int, int) - Constructor for class org.loklak.geo.IntegerGeoPoint
+
 
+
invert(int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
+
invert filter for a square part of the image
+
+
invertColor(long) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
IO - Class in org.loklak.tools
+
 
+
IO() - Constructor for class org.loklak.tools.IO
+
 
+
isAdmin() - Method in class org.loklak.server.Authorization
+
 
+
isAnonymous() - Method in class org.loklak.server.ClientCredential
+
 
+
isAnonymous() - Method in class org.loklak.server.ClientIdentity
+
 
+
isAnyKnownExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isApplicationExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isAudioExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isBusy() - Method in class org.loklak.data.IncomingMessageBuffer
+
 
+
isBusy() - Method in class org.loklak.DumpImporter
+
 
+
isControlExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isCookie() - Method in class org.loklak.server.ClientCredential
+
 
+
isDoS_blackout() - Method in class org.loklak.server.Query
+
 
+
isDoS_servicereduction() - Method in class org.loklak.server.Query
+
 
+
isDoSBlackout() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
isDoSServicereduction() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
isEmail() - Method in class org.loklak.server.ClientIdentity
+
 
+
isEmpty() - Method in class org.loklak.harvester.strategy.KaizenQueries
+
 
+
isEmpty() - Method in class org.loklak.objects.Timeline2
+
 
+
isEmpty() - Method in class org.loklak.rss.RSSFeed
+
 
+
isEmpty() - Method in class org.loklak.tools.ByteBuffer
+
 
+
isGreaterOrEqualTo(HttpsMode) - Method in enum org.loklak.server.HttpsMode
+
 
+
isGreaterThan(HttpsMode) - Method in enum org.loklak.server.HttpsMode
+
 
+
isImageExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isLocalhost(String, String) - Static method in class org.loklak.http.RemoteAccess
+
 
+
isLocalhostAccess() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
isLocalhostAccess() - Method in class org.loklak.server.Query
+
 
+
isMacArchitecture - Static variable in class org.loklak.tools.Browser
+
 
+
isMacArchitecture - Static variable in class org.loklak.tools.OS
+
 
+
isMediaExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isNull(int) - Method in class org.json.JSONArray
+
+
Determine if the value is null.
+
+
isNull(String) - Method in class org.json.JSONObject
+
+
Determine if the value associated with the key is null or if there is no + value.
+
+
iso8601Format - Static variable in class org.loklak.tools.DateParser
+
+
Date formatter/non-sloppy parser for W3C datetime (ISO8601) in GMT/UTC
+
+
iso8601MillisFormat - Static variable in class org.loklak.tools.DateParser
+
 
+
isPasswdLogin() - Method in class org.loklak.server.ClientCredential
+
 
+
isPersistent() - Method in class org.loklak.server.ClientCredential
+
 
+
isPersistent() - Method in enum org.loklak.server.ClientCredential.Type
+
 
+
isPersistent() - Method in class org.loklak.server.ClientIdentity
+
 
+
isPersistent() - Method in enum org.loklak.server.ClientIdentity.Type
+
 
+
isPictureMime(String) - Static method in class org.loklak.tools.Classification
+
 
+
isPubkeyChallange() - Method in class org.loklak.server.ClientCredential
+
 
+
isReady() - Method in class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
isResetToken() - Method in class org.loklak.server.ClientCredential
+
 
+
isSmallerOrEqualTo(HttpsMode) - Method in enum org.loklak.server.HttpsMode
+
 
+
isSmallerThan(HttpsMode) - Method in enum org.loklak.server.HttpsMode
+
 
+
isTextExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isToken() - Method in class org.loklak.server.ClientCredential
+
 
+
isUnixFS - Static variable in class org.loklak.tools.Browser
+
 
+
isUnixFS - Static variable in class org.loklak.tools.OS
+
 
+
isValid(String) - Static method in enum org.loklak.objects.SourceType
+
+
we want type names to be in uppercase.
+
+
isVideoExtension(String) - Static method in class org.loklak.tools.Classification
+
 
+
isWin32 - Static variable in class org.loklak.tools.Browser
+
 
+
isWin32 - Static variable in class org.loklak.tools.OS
+
 
+
isWindows - Static variable in class org.loklak.tools.Browser
+
 
+
isWindows - Static variable in class org.loklak.tools.OS
+
 
+
isWrapper() - Method in class org.loklak.harvester.Post
+
 
+
itemLookup(String, String) - Method in class org.loklak.api.amazon.AmazonProductService
+
 
+
itemSearch(String, String) - Method in class org.loklak.api.amazon.AmazonProductService
+
 
+
iterator() - Method in class org.json.JSONArray
+
 
+
iterator() - Method in class org.loklak.objects.Timeline
+
+
the tweet iterator returns tweets in descending appearance order (top first)
+
+
iterator() - Method in class org.loklak.objects.Timeline2
+
+
the tweet iterator returns tweets in descending appearance order (top first)
+
+
iterator() - Method in class org.loklak.rss.RSSFeed
+
 
+
+ + + +

J

+
+
join(String) - Method in class org.json.JSONArray
+
+
Make a string from the contents of this JSONArray.
+
+
JSONArray - Class in org.json
+
+
A JSONArray is an ordered sequence of values.
+
+
JSONArray() - Constructor for class org.json.JSONArray
+
+
Construct an empty JSONArray.
+
+
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from a JSONTokener.
+
+
JSONArray(String) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from a source JSON text.
+
+
JSONArray(Collection<?>) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from a Collection.
+
+
JSONArray(Object) - Constructor for class org.json.JSONArray
+
+
Construct a JSONArray from an array
+
+
JsonDataset - Class in org.loklak.tools.storage
+
 
+
JsonDataset(File, String, JsonDataset.Column[], String, String, JsonRepository.Mode, boolean, int) - Constructor for class org.loklak.tools.storage.JsonDataset
+
+
define a data set: an indexed JsonDump where the index is held in RAM
+
+
JsonDataset.Column - Class in org.loklak.tools.storage
+
 
+
JsonDataset.JsonFactoryIndex - Class in org.loklak.tools.storage
+
 
+
JSONException - Exception in org.json
+
+
The JSONException is thrown by the JSON.org classes when things are amiss.
+
+
JSONException(String) - Constructor for exception org.json.JSONException
+
+
Constructs a JSONException with an explanatory message.
+
+
JSONException(String, Throwable) - Constructor for exception org.json.JSONException
+
+
Constructs a JSONException with an explanatory message and cause.
+
+
JSONException(Throwable) - Constructor for exception org.json.JSONException
+
+
Constructs a new JSONException with the specified cause.
+
+
jsonFactory - Static variable in class org.loklak.data.DAO
+
 
+
JsonFactory - Interface in org.loklak.tools.storage
+
 
+
JsonFactoryIndex() - Constructor for class org.loklak.tools.storage.JsonDataset.JsonFactoryIndex
+
 
+
JsonFieldConverter - Class in org.loklak.harvester
+
 
+
JsonFieldConverter(JsonFieldConverter.JsonConversionSchemaEnum) - Constructor for class org.loklak.harvester.JsonFieldConverter
+
 
+
JsonFieldConverter.JsonConversionSchemaEnum - Enum in org.loklak.harvester
+
 
+
JsonFile - Class in org.loklak.tools.storage
+
+
This extends JSONObject to be a file which gets loaded and written to disk + It also offers some key management tools
+
+
JsonFile(File) - Constructor for class org.loklak.tools.storage.JsonFile
+
 
+
JsonHandle(JSONObject, long, int) - Constructor for class org.loklak.tools.storage.JsonRandomAccessFile.JsonHandle
+
 
+
jsonMap - Variable in class org.loklak.data.ElasticsearchClient.BulkEntry
+
 
+
jsonMapper - Static variable in class org.loklak.data.DAO
+
 
+
JsonMinifier - Class in org.loklak.tools.storage
+
 
+
JsonMinifier() - Constructor for class org.loklak.tools.storage.JsonMinifier
+
 
+
JsonMinifier.JsonCapsuleFactory - Class in org.loklak.tools.storage
+
 
+
JSONML - Class in org.json
+
+
This provides static methods to convert an XML text into a JSONArray or + JSONObject, and to covert a JSONArray or JSONObject into an XML text using + the JsonML transform.
+
+
JSONML() - Constructor for class org.json.JSONML
+
 
+
JSONObject - Class in org.json
+
+
A JSONObject is an unordered collection of name/value pairs.
+
+
JSONObject() - Constructor for class org.json.JSONObject
+
+
Construct an empty JSONObject.
+
+
JSONObject(boolean) - Constructor for class org.json.JSONObject
+
+
Construct an empty JSONObject.
+
+
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a subset of another JSONObject.
+
+
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a JSONTokener.
+
+
JSONObject(Map<?, ?>) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a Map.
+
+
JSONObject(Object) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from an Object using bean getters.
+
+
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from an Object, using reflection to find the + public members.
+
+
JSONObject(String) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a source JSON text string.
+
+
JSONObject(String, Locale) - Constructor for class org.json.JSONObject
+
+
Construct a JSONObject from a ResourceBundle.
+
+
JSONObjectWithDefault - Class in org.loklak.tools.storage
+
+
This class extends JSONObjects with additional get-methods that accept default values.
+
+
JSONObjectWithDefault() - Constructor for class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
JSONObjectWithDefault(JSONObject) - Constructor for class org.loklak.tools.storage.JSONObjectWithDefault
+
 
+
JsonRandomAccessFile - Class in org.loklak.tools.storage
+
 
+
JsonRandomAccessFile(File, int) - Constructor for class org.loklak.tools.storage.JsonRandomAccessFile
+
+
if a JsonRandomAccessFile object in initiated, it must be wrapped with a Thread object and started.
+
+
JsonRandomAccessFile.JsonHandle - Class in org.loklak.tools.storage
+
+
The JsonHandle class is a bundle of a json with the information about the + seek location in the file and the length of bytes of the original json string
+
+
JsonRandomAccessFile.ReaderJsonFactory - Class in org.loklak.tools.storage
+
 
+
JsonReader - Interface in org.loklak.tools.storage
+
 
+
JsonRepository - Class in org.loklak.tools.storage
+
 
+
JsonRepository(File, String, String, JsonRepository.Mode, boolean, int) - Constructor for class org.loklak.tools.storage.JsonRepository
+
 
+
JsonRepository.Mode - Enum in org.loklak.tools.storage
+
 
+
JsonSignature - Class in org.loklak.tools
+
+
This class offers functions to add and verify signatures of JSONObjects
+
+
JsonSignature() - Constructor for class org.loklak.tools.JsonSignature
+
 
+
JsonStreamReader - Class in org.loklak.tools.storage
+
 
+
JsonStreamReader(InputStream, String, int) - Constructor for class org.loklak.tools.storage.JsonStreamReader
+
 
+
JsonStreamReader.WrapperJsonFactory - Class in org.loklak.tools.storage
+
 
+
JSONString - Interface in org.json
+
+
The JSONString interface allows a toJSONString() + method so that a class can change the behavior of + JSONObject.toString(), JSONArray.toString(), + and JSONWriter.value(Object).
+
+
JSONTokener - Class in org.json
+
+
A JSONTokener takes a source string and extracts characters and tokens from + it.
+
+
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
+
+
Construct a JSONTokener from a Reader.
+
+
JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
+
+
Construct a JSONTokener from an InputStream.
+
+
JSONTokener(String) - Constructor for class org.json.JSONTokener
+
+
Construct a JSONTokener from a string.
+
+
JsonTray - Class in org.loklak.tools.storage
+
 
+
JsonTray(File, int) - Constructor for class org.loklak.tools.storage.JsonTray
+
 
+
jsonTypeRef - Static variable in class org.loklak.data.DAO
+
 
+
JsonValidator - Class in org.loklak.harvester
+
+
Validate json file against json schema
+
+
JsonValidator(JsonValidator.JsonSchemaEnum) - Constructor for class org.loklak.harvester.JsonValidator
+
 
+
JsonValidator.JsonSchemaEnum - Enum in org.loklak.harvester
+
 
+
+ + + +

K

+
+
KaizenHarvester - Class in org.loklak.harvester.strategy
+
+
KaizenHarvester + + Kaizen is targeted to do more information and query grabbing, whether it + uses the official Twitter API, meta-data from collected tweets, or the + analysis of tweets.
+
+
KaizenHarvester(KaizenQueries) - Constructor for class org.loklak.harvester.strategy.KaizenHarvester
+
 
+
KaizenHarvester() - Constructor for class org.loklak.harvester.strategy.KaizenHarvester
+
 
+
KaizenQueries - Class in org.loklak.harvester.strategy
+
+
KaizenQueries are objects that holds the query strings for KaizenHarvester.
+
+
KaizenQueries() - Constructor for class org.loklak.harvester.strategy.KaizenQueries
+
 
+
key - Variable in class org.loklak.tools.storage.JsonDataset.Column
+
 
+
keys() - Method in class org.json.JSONObject
+
+
Get an enumeration of the keys of the JSONObject.
+
+
keys() - Method in enum org.loklak.rss.RSSMessage.Token
+
 
+
keys() - Method in class org.loklak.susi.SusiTransfer
+
+
get the set of transfer keys
+
+
keySet() - Method in class org.json.JSONObject
+
+
Get a set of keys of the JSONObject.
+
+
+ + + +

L

+
+
last_harvested - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
last_modified - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
lat - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
lat() - Method in interface org.loklak.geo.GeoPoint
+
+
get the latitude of the point
+
+
lat() - Method in class org.loklak.geo.IntegerGeoPoint
+
 
+
lat_north - Variable in class org.loklak.geo.GeoNames.CountryBounds
+
 
+
lat_south - Variable in class org.loklak.geo.GeoNames.CountryBounds
+
 
+
latestVisit(String, String) - Static method in class org.loklak.http.RemoteAccess
+
 
+
layer - Variable in class org.loklak.graphics.GraphPlotter.Point
+
 
+
lazyGet(JSONObject, String) - Method in class org.loklak.objects.AbstractObjectEntry
+
 
+
learn(K, Collection<T>) - Method in class org.loklak.tools.bayes.Classifier
+
+
Train the classifier by telling it that the given features resulted in + the given category.
+
+
learn(Classification<T, K>) - Method in class org.loklak.tools.bayes.Classifier
+
+
Train the classifier by telling it that the given features resulted in + the given category.
+
+
learnPhrase(String) - Method in enum org.loklak.data.Classifier.Context
+
 
+
learnPhrase(String) - Static method in class org.loklak.data.Classifier
+
 
+
length() - Method in class org.json.JSONArray
+
+
Get the number of elements in the JSONArray, included nulls.
+
+
length() - Method in class org.json.JSONObject
+
+
Get the number of keys stored in the JSONObject.
+
+
length() - Method in class org.loklak.tools.ByteBuffer
+
 
+
lifetime - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
line(int, int, int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
line(int, int, int, int, Long, int, Long, int, int, int, int, boolean) - Method in class org.loklak.graphics.RasterPlotter
+
+
draw a line using Bresenham's line drawing algorithm.
+
+
lineArrow(int, int, int, int, int, int, long, long) - Method in class org.loklak.graphics.RasterPlotter
+
+
draw a line with an arrow at the end
+
+
lineDot(int, int, int, int, int, int, long, long) - Method in class org.loklak.graphics.RasterPlotter
+
+
draw a line with a dot at the end
+
+
loadDefaultUserRoles() - Method in class org.loklak.server.UserRoles
+
+
Create default user roles, use names of the BaseUserRoles
+
+
loadPrivateKey() - Method in class org.loklak.server.Settings
+
+
Load private key from file
+
+
loadPublicKey() - Method in class org.loklak.server.Settings
+
+
Load public key from file
+
+
loadUserRolesFromObject() - Method in class org.loklak.server.UserRoles
+
 
+
location_mark - Variable in class org.loklak.objects.MessageEntry
+
 
+
location_point - Variable in class org.loklak.objects.MessageEntry
+
 
+
location_radius - Variable in class org.loklak.objects.MessageEntry
+
 
+
location_source - Variable in class org.loklak.objects.MessageEntry
+
 
+
LocationSource - Enum in org.loklak.geo
+
 
+
log(String) - Static method in class org.loklak.data.DAO
+
+
For logging informational events
+
+
login_keys - Static variable in class org.loklak.data.DAO
+
 
+
LoginService - Class in org.loklak.api.cms
+
+
This service allows users to login, logout or to check their login status.
+
+
LoginService() - Constructor for class org.loklak.api.cms.LoginService
+
 
+
LoklakEmailHandler - Class in org.loklak
+
 
+
LoklakEmailHandler() - Constructor for class org.loklak.LoklakEmailHandler
+
 
+
LoklakInstallation - Class in org.loklak
+
 
+
LoklakInstallation() - Constructor for class org.loklak.LoklakInstallation
+
 
+
LoklakServer - Class in org.loklak
+
 
+
LoklakServer() - Constructor for class org.loklak.LoklakServer
+
 
+
lon - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
lon() - Method in interface org.loklak.geo.GeoPoint
+
+
get the longitude of the point
+
+
lon() - Method in class org.loklak.geo.IntegerGeoPoint
+
 
+
lon_east - Variable in class org.loklak.geo.GeoNames.CountryBounds
+
 
+
lon_west - Variable in class org.loklak.geo.GeoNames.CountryBounds
+
 
+
LT - Static variable in class org.json.XML
+
+
The Character '<'.
+
+
+ + + +

M

+
+
macFSCreatorCache - Static variable in class org.loklak.tools.OS
+
 
+
macFSTypeCache - Static variable in class org.loklak.tools.OS
+
 
+
main(String[]) - Static method in class org.loklak.api.admin.StatusService
+
 
+
main(String[]) - Static method in class org.loklak.data.Campaign
+
 
+
main(String[]) - Static method in class org.loklak.geo.GeoJsonReader
+
 
+
main(String[]) - Static method in class org.loklak.geo.GeoNames
+
 
+
main(String[]) - Static method in class org.loklak.geo.IntegerGeoPoint
+
 
+
main(String[]) - Static method in class org.loklak.graphics.AnimationGIF
+
 
+
main(String[]) - Static method in class org.loklak.graphics.ChartPlotter
+
 
+
main(String[]) - Static method in class org.loklak.graphics.HexGridPlotter
+
 
+
main(String[]) - Static method in class org.loklak.graphics.RasterPlotter
+
 
+
main(String[]) - Static method in class org.loklak.harvester.RedirectUnshortener
+
 
+
main(String[]) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
main(String[]) - Static method in class org.loklak.harvester.TwitterScraper
+
+
Usage: java twitter4j.examples.search.SearchTweets [query]
+
+
main(String[]) - Static method in class org.loklak.harvester.WeiboInfoScraper
+
 
+
main(String[]) - Static method in class org.loklak.http.CookieRequestManager
+
 
+
main(String[]) - Static method in class org.loklak.LoklakInstallation
+
 
+
main(String[]) - Static method in class org.loklak.LoklakServer
+
 
+
main(String[]) - Static method in class org.loklak.objects.QueryEntry
+
 
+
main(String[]) - Static method in class org.loklak.objects.UserEntry
+
 
+
main(String[]) - Static method in class org.loklak.server.Accounting
+
 
+
main(String[]) - Static method in class org.loklak.susi.SusiThought
+
 
+
main(String[]) - Static method in class org.loklak.tools.Browser
+
 
+
main(String[]) - Static method in class org.loklak.tools.BufferedRandomAccessFile
+
 
+
main(String[]) - Static method in class org.loklak.tools.DateParser
+
 
+
main(String[]) - Static method in class org.loklak.tools.JsonSignature
+
 
+
main(String[]) - Static method in class org.loklak.tools.StringBuilderComparator
+
 
+
makeRequest() - Method in interface org.loklak.http.CookieRequest
+
 
+
MapServlet - Class in org.loklak.api.vis
+
 
+
MapServlet() - Constructor for class org.loklak.api.vis.MapServlet
+
 
+
MarkdownServlet - Class in org.loklak.api.vis
+
 
+
MarkdownServlet() - Constructor for class org.loklak.api.vis.MarkdownServlet
+
 
+
MAX_FINISHED - Static variable in class org.loklak.http.AccessTracker
+
 
+
maxPathLength - Static variable in class org.loklak.tools.Browser
+
 
+
maxPathLength - Static variable in class org.loklak.tools.OS
+
 
+
mergeData(JSONArray) - Method in class org.loklak.susi.SusiThought
+
+
Merging of data is required during an mind-meld.
+
+
mergePost(Timeline2) - Method in class org.loklak.objects.Timeline2
+
 
+
mergePost(Timeline2[]) - Method in class org.loklak.objects.Timeline2
+
 
+
message_dump - Static variable in class org.loklak.data.DAO
+
 
+
MESSAGE_DUMP_FILE_PREFIX - Static variable in class org.loklak.data.DAO
+
 
+
message_period - Variable in class org.loklak.objects.QueryEntry
+
 
+
MessageEntry - Class in org.loklak.objects
+
 
+
MessageEntry() - Constructor for class org.loklak.objects.MessageEntry
+
 
+
MessageEntry(JSONObject) - Constructor for class org.loklak.objects.MessageEntry
+
 
+
MessageEntry.TextLinkMap - Class in org.loklak.objects
+
 
+
MessageFactory - Class in org.loklak.data
+
 
+
MessageFactory(ElasticsearchClient, String, int, int) - Constructor for class org.loklak.data.MessageFactory
+
 
+
messageIterator() - Constructor for class org.loklak.rss.RSSFeed.messageIterator
+
 
+
messages - Static variable in class org.loklak.data.DAO
+
 
+
messages_day - Static variable in class org.loklak.data.DAO
+
 
+
messages_hour - Static variable in class org.loklak.data.DAO
+
 
+
messages_per_day - Variable in class org.loklak.objects.QueryEntry
+
 
+
messages_week - Static variable in class org.loklak.data.DAO
+
 
+
MessageWrapper(TwitterScraper.TwitterTweet, UserEntry, boolean) - Constructor for class org.loklak.data.DAO.MessageWrapper
+
 
+
META_KEYS_STRINGS - Static variable in class org.loklak.tools.storage.JsonRepository
+
 
+
metadata_name - Variable in class org.loklak.susi.SusiThought
+
 
+
meter - Static variable in interface org.loklak.geo.GeoPoint
+
 
+
midUrl - Variable in class org.loklak.harvester.BaseScraper
+
 
+
minify(JSONObject) - Method in class org.loklak.tools.storage.JsonMinifier
+
 
+
minuteDateFormat - Static variable in class org.loklak.tools.DateParser
+
 
+
miss() - Method in class org.loklak.tools.CacheStats
+
 
+
mix(ArrayList<Map.Entry<String, String>>, int) - Static method in class org.loklak.geo.GeoNames
+
+
Create sequences of words from a word token list.
+
+
mlat() - Method in class org.loklak.geo.GeoMark
+
 
+
mlon() - Method in class org.loklak.geo.GeoMark
+
 
+
MOD_DATE_KEY_STRING - Static variable in class org.loklak.tools.storage.JsonRepository
+
 
+
modifier - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
MONTH_MILLIS - Static variable in class org.loklak.tools.DateParser
+
 
+
more() - Method in class org.json.JSONTokener
+
+
Determine if the source string still contains characters that next() + can consume.
+
+
mqttPublisher - Static variable in class org.loklak.data.DAO
+
 
+
MQTTPublisher - Class in org.loklak.stream
+
 
+
MQTTPublisher(String) - Constructor for class org.loklak.stream.MQTTPublisher
+
 
+
+ + + +

N

+
+
n - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
names() - Method in class org.json.JSONObject
+
+
Produce a JSONArray containing the names of the elements of this + JSONObject.
+
+
NetmonPushServlet - Class in org.loklak.api.iot
+
 
+
NetmonPushServlet() - Constructor for class org.loklak.api.iot.NetmonPushServlet
+
 
+
NEWLINE - Static variable in class org.loklak.tools.CommonPattern
+
 
+
newUserIds - Static variable in class org.loklak.data.DAO
+
 
+
next() - Method in class org.json.JSONTokener
+
+
Get the next character in the source string.
+
+
next(char) - Method in class org.json.JSONTokener
+
+
Consume the next character, and check that it matches a specified + character.
+
+
next(int) - Method in class org.json.JSONTokener
+
+
Get the next n characters.
+
+
next() - Method in class org.loklak.rss.RSSFeed.messageIterator
+
 
+
nextCDATA() - Method in class org.json.XMLTokener
+
+
Get the text in the CDATA block.
+
+
nextClean() - Method in class org.json.JSONTokener
+
+
Get the next char in the string, skipping whitespace.
+
+
nextContent() - Method in class org.json.XMLTokener
+
+
Get the next XML outer token, trimming whitespace.
+
+
nextEntity(char) - Method in class org.json.XMLTokener
+
+
Return the next entity.
+
+
nextMeta() - Method in class org.json.XMLTokener
+
+
Returns the next XML meta token.
+
+
nextString(char) - Method in class org.json.JSONTokener
+
+
Return the characters up to the next close quote character.
+
+
nextTo(char) - Method in class org.json.JSONTokener
+
+
Get the text up but not including the specified character or the + end of line, whichever comes first.
+
+
nextTo(String) - Method in class org.json.JSONTokener
+
+
Get the text up but not including one of the specified delimiter + characters or the end of line, whichever comes first.
+
+
nextToken() - Method in class org.json.XMLTokener
+
+
Get the next XML Token.
+
+
nextValue() - Method in class org.json.JSONTokener
+
+
Get the next value.
+
+
NMEAServlet - Class in org.loklak.api.iot
+
 
+
NMEAServlet() - Constructor for class org.loklak.api.iot.NMEAServlet
+
 
+
NMEAServlet.GPSPosition - Class in org.loklak.api.iot
+
 
+
NOAAAlertServlet - Class in org.loklak.api.iot
+
 
+
NOAAAlertServlet() - Constructor for class org.loklak.api.iot.NOAAAlertServlet
+
 
+
NodelistPushServlet - Class in org.loklak.api.iot
+
 
+
NodelistPushServlet() - Constructor for class org.loklak.api.iot.NodelistPushServlet
+
 
+
nodeSettings() - Static method in class org.loklak.data.DAO
+
 
+
nodeSettings() - Method in class org.loklak.data.ElasticsearchClient
+
 
+
nomix(String[]) - Static method in class org.loklak.geo.GeoNames
+
+
Helper function which generates the same result as the mix method using a list of single-word tags.
+
+
NON_WORD_PATTERN - Static variable in class org.loklak.data.Classifier
+
 
+
normalize(String) - Static method in class org.loklak.geo.GeoNames
+
 
+
normalize() - Method in class org.loklak.graphics.GraphPlotter
+
 
+
normalizeHorizontal() - Method in class org.loklak.graphics.GraphPlotter
+
 
+
normalizeVertical() - Method in class org.loklak.graphics.GraphPlotter
+
 
+
north_lat - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
noSpace(String) - Static method in class org.json.XML
+
+
Throw an exception if the string contains whitespace.
+
+
NULL - Static variable in class org.json.JSONObject
+
+
It is sometimes more convenient and less ambiguous to have a + NULL object than to use Java's null value.
+
+
numberToString(Number) - Static method in class org.json.JSONObject
+
+
Produce a string from a Number.
+
+
+ + + +

O

+
+
objectCache - Variable in class org.loklak.data.AbstractIndexFactory
+
 
+
ObjectEntry - Interface in org.loklak.objects
+
 
+
on - Variable in class org.loklak.objects.MessageEntry
+
 
+
oneDayAgo() - Static method in class org.loklak.tools.DateParser
+
 
+
oneHourAgo() - Static method in class org.loklak.tools.DateParser
+
 
+
oneMonthAgo() - Static method in class org.loklak.tools.DateParser
+
 
+
oneWeekAgo() - Static method in class org.loklak.tools.DateParser
+
 
+
openBrowser(String) - Static method in class org.loklak.tools.Browser
+
 
+
openBrowserClassic(String) - Static method in class org.loklak.tools.Browser
+
 
+
OpenWifiMapPushServlet - Class in org.loklak.api.iot
+
 
+
OpenWifiMapPushServlet() - Constructor for class org.loklak.api.iot.OpenWifiMapPushServlet
+
 
+
OPERATION_KEY_STRING - Static variable in class org.loklak.tools.storage.JsonRepository
+
 
+
opt(int) - Method in class org.json.JSONArray
+
+
Get the optional object value associated with an index.
+
+
opt(String) - Method in class org.json.JSONObject
+
+
Get an optional value associated with a key.
+
+
optBigDecimal(int, BigDecimal) - Method in class org.json.JSONArray
+
+
Get the optional BigDecimal value associated with an index.
+
+
optBigDecimal(String, BigDecimal) - Method in class org.json.JSONObject
+
+
Get an optional BigDecimal associated with a key, or the defaultValue if + there is no such key or if its value is not a number.
+
+
optBigInteger(int, BigInteger) - Method in class org.json.JSONArray
+
+
Get the optional BigInteger value associated with an index.
+
+
optBigInteger(String, BigInteger) - Method in class org.json.JSONObject
+
+
Get an optional BigInteger associated with a key, or the defaultValue if + there is no such key or if its value is not a number.
+
+
optBoolean(int) - Method in class org.json.JSONArray
+
+
Get the optional boolean value associated with an index.
+
+
optBoolean(int, boolean) - Method in class org.json.JSONArray
+
+
Get the optional boolean value associated with an index.
+
+
optBoolean(String) - Method in class org.json.JSONObject
+
+
Get an optional boolean associated with a key.
+
+
optBoolean(String, boolean) - Method in class org.json.JSONObject
+
+
Get an optional boolean associated with a key.
+
+
optDouble(int) - Method in class org.json.JSONArray
+
+
Get the optional double value associated with an index.
+
+
optDouble(int, double) - Method in class org.json.JSONArray
+
+
Get the optional double value associated with an index.
+
+
optDouble(String) - Method in class org.json.JSONObject
+
+
Get an optional double associated with a key, or NaN if there is no such + key or if its value is not a number.
+
+
optDouble(String, double) - Method in class org.json.JSONObject
+
+
Get an optional double associated with a key, or the defaultValue if + there is no such key or if its value is not a number.
+
+
optEnum(Class<E>, int) - Method in class org.json.JSONArray
+
+
Get the enum value associated with a key.
+
+
optEnum(Class<E>, int, E) - Method in class org.json.JSONArray
+
+
Get the enum value associated with a key.
+
+
optEnum(Class<E>, String) - Method in class org.json.JSONObject
+
+
Get the enum value associated with a key.
+
+
optEnum(Class<E>, String, E) - Method in class org.json.JSONObject
+
+
Get the enum value associated with a key.
+
+
optInt(int) - Method in class org.json.JSONArray
+
+
Get the optional int value associated with an index.
+
+
optInt(int, int) - Method in class org.json.JSONArray
+
+
Get the optional int value associated with an index.
+
+
optInt(String) - Method in class org.json.JSONObject
+
+
Get an optional int value associated with a key, or zero if there is no + such key or if the value is not a number.
+
+
optInt(String, int) - Method in class org.json.JSONObject
+
+
Get an optional int value associated with a key, or the default if there + is no such key or if the value is not a number.
+
+
optJSONArray(int) - Method in class org.json.JSONArray
+
+
Get the optional JSONArray associated with an index.
+
+
optJSONArray(String) - Method in class org.json.JSONObject
+
+
Get an optional JSONArray associated with a key.
+
+
optJSONObject(int) - Method in class org.json.JSONArray
+
+
Get the optional JSONObject associated with an index.
+
+
optJSONObject(String) - Method in class org.json.JSONObject
+
+
Get an optional JSONObject associated with a key.
+
+
optLong(int) - Method in class org.json.JSONArray
+
+
Get the optional long value associated with an index.
+
+
optLong(int, long) - Method in class org.json.JSONArray
+
+
Get the optional long value associated with an index.
+
+
optLong(String) - Method in class org.json.JSONObject
+
+
Get an optional long value associated with a key, or zero if there is no + such key or if the value is not a number.
+
+
optLong(String, long) - Method in class org.json.JSONObject
+
+
Get an optional long value associated with a key, or the default if there + is no such key or if the value is not a number.
+
+
optString(int) - Method in class org.json.JSONArray
+
+
Get the optional string value associated with an index.
+
+
optString(int, String) - Method in class org.json.JSONArray
+
+
Get the optional string associated with an index.
+
+
optString(String) - Method in class org.json.JSONObject
+
+
Get an optional string associated with a key.
+
+
optString(String, String) - Method in class org.json.JSONObject
+
+
Get an optional string associated with a key.
+
+
order - Variable in class org.loklak.harvester.BaseScraper
+
 
+
org.json - package org.json
+
 
+
org.loklak - package org.loklak
+
 
+
org.loklak.api - package org.loklak.api
+
 
+
org.loklak.api.admin - package org.loklak.api.admin
+
 
+
org.loklak.api.aggregation - package org.loklak.api.aggregation
+
 
+
org.loklak.api.amazon - package org.loklak.api.amazon
+
 
+
org.loklak.api.cms - package org.loklak.api.cms
+
 
+
org.loklak.api.geo - package org.loklak.api.geo
+
 
+
org.loklak.api.iot - package org.loklak.api.iot
+
 
+
org.loklak.api.p2p - package org.loklak.api.p2p
+
 
+
org.loklak.api.tools - package org.loklak.api.tools
+
 
+
org.loklak.api.vis - package org.loklak.api.vis
+
 
+
org.loklak.data - package org.loklak.data
+
 
+
org.loklak.geo - package org.loklak.geo
+
 
+
org.loklak.graphics - package org.loklak.graphics
+
 
+
org.loklak.harvester - package org.loklak.harvester
+
 
+
org.loklak.harvester.strategy - package org.loklak.harvester.strategy
+
 
+
org.loklak.http - package org.loklak.http
+
 
+
org.loklak.objects - package org.loklak.objects
+
 
+
org.loklak.rss - package org.loklak.rss
+
 
+
org.loklak.server - package org.loklak.server
+
 
+
org.loklak.stream - package org.loklak.stream
+
 
+
org.loklak.susi - package org.loklak.susi
+
 
+
org.loklak.tools - package org.loklak.tools
+
 
+
org.loklak.tools.bayes - package org.loklak.tools.bayes
+
 
+
org.loklak.tools.storage - package org.loklak.tools.storage
+
 
+
original - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
OS - Class in org.loklak.tools
+
 
+
OS() - Constructor for class org.loklak.tools.OS
+
 
+
OS.System - Enum in org.loklak.tools
+
 
+
OSMTile - Class in org.loklak.geo
+
 
+
OSMTile() - Constructor for class org.loklak.geo.OSMTile
+
 
+
OSMTile.TileCoordinates - Class in org.loklak.geo
+
 
+
OutgoingMessageBuffer - Class in org.loklak.data
+
+
Buffer for outgoing messages which must be pushed to the index with a scheduler
+
+
OutgoingMessageBuffer() - Constructor for class org.loklak.data.OutgoingMessageBuffer
+
 
+
outgoingMessages - Static variable in class org.loklak.data.DAO
+
 
+
+ + + +

P

+
+
parallelScrape(Timeline2, BaseScraper) - Constructor for class org.loklak.data.DAO.parallelScrape
+
 
+
parent - Variable in class org.loklak.objects.MessageEntry
+
 
+
parse(String) - Method in class org.loklak.api.iot.NMEAServlet
+
 
+
parse(String, int) - Static method in class org.loklak.tools.DateParser
+
+
parse a date string for a given time zone
+
+
parseArrayList(Object) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
parseDate(Object) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
parseDate(Object, Date) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
parseDate(JSONObject) - Method in class org.loklak.tools.storage.JsonDataset
+
 
+
parseHTTPDate(String) - Static method in class org.loklak.rss.RSSMessage
+
 
+
parseLong(Object) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
parseOrder(String) - Static method in class org.loklak.objects.Timeline
+
 
+
parseOrder(String) - Static method in class org.loklak.objects.Timeline2
+
 
+
parseString(Object) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
parseVideo(File, String, String) - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
parseVideo(InputStream, String, String) - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
parseVideo(BufferedReader, String, String) - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
PasswordRecoveryService - Class in org.loklak.api.cms
+
 
+
PasswordRecoveryService() - Constructor for class org.loklak.api.cms.PasswordRecoveryService
+
 
+
passwordreset - Static variable in class org.loklak.data.DAO
+
 
+
PasswordResetService - Class in org.loklak.api.cms
+
 
+
PasswordResetService() - Constructor for class org.loklak.api.cms.PasswordResetService
+
 
+
PATTERN_ISO8601 - Static variable in class org.loklak.tools.DateParser
+
 
+
PATTERN_ISO8601MILLIS - Static variable in class org.loklak.tools.DateParser
+
 
+
PATTERN_MONTHDAY - Static variable in class org.loklak.tools.DateParser
+
 
+
PATTERN_MONTHDAYHOURMINUTE - Static variable in class org.loklak.tools.DateParser
+
 
+
Peer - Class in org.loklak.objects
+
 
+
Peer() - Constructor for class org.loklak.objects.Peer
+
 
+
Peer.Status - Enum in org.loklak.objects
+
 
+
peers(String, String, Timeline.Order, String, int, int, String) - Static method in class org.loklak.api.p2p.PeersServlet
+
 
+
peers - Static variable in class org.loklak.data.DAO
+
 
+
Peers - Class in org.loklak.objects
+
 
+
Peers() - Constructor for class org.loklak.objects.Peers
+
 
+
PeersServlet - Class in org.loklak.api.p2p
+
 
+
PeersServlet() - Constructor for class org.loklak.api.p2p.PeersServlet
+
 
+
pendingClusterTasks() - Static method in class org.loklak.data.DAO
+
 
+
pendingClusterTasks() - Method in class org.loklak.data.ElasticsearchClient
+
 
+
period() - Method in class org.loklak.objects.Timeline
+
+
compute the average time between any two consecutive tweets
+
+
period() - Method in class org.loklak.objects.Timeline2
+
+
compute the average time between any two consecutive tweets
+
+
persist() - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
 
+
physics(GraphPlotter.Ribbon, GraphPlotter.Ribbon) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
PI180 - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
PI2 - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
PI32 - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
PI4 - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
PieChartServlet - Class in org.loklak.api.vis
+
 
+
PieChartServlet() - Constructor for class org.loklak.api.vis.PieChartServlet
+
 
+
PIPE - Static variable in class org.loklak.tools.CommonPattern
+
 
+
place_context - Variable in class org.loklak.objects.MessageEntry
+
 
+
place_context - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
place_country - Variable in class org.loklak.objects.MessageEntry
+
 
+
place_id - Variable in class org.loklak.objects.MessageEntry
+
 
+
place_name - Variable in class org.loklak.objects.MessageEntry
+
 
+
plot(int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
plot(int, int, int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
PLUS - Static variable in class org.loklak.tools.CommonPattern
+
 
+
pngEncode(int) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
Point(double, double, int) - Constructor for class org.loklak.graphics.GraphPlotter.Point
+
 
+
POISON - Static variable in class org.loklak.rss.RSSMessage
+
 
+
POISON_FEATURE - Static variable in class org.loklak.geo.GeoJsonReader
+
 
+
POISON_JSON_MAP - Static variable in interface org.loklak.tools.storage.JsonReader
+
 
+
pollMessage() - Method in class org.loklak.rss.RSSFeed
+
 
+
Post - Class in org.loklak.harvester
+
 
+
Post() - Constructor for class org.loklak.harvester.Post
+
 
+
Post(boolean) - Constructor for class org.loklak.harvester.Post
+
 
+
Post(JSONObject) - Constructor for class org.loklak.harvester.Post
+
 
+
Post(String, String) - Constructor for class org.loklak.harvester.Post
+
 
+
Post(long) - Constructor for class org.loklak.harvester.Post
+
 
+
postId - Variable in class org.loklak.harvester.Post
+
 
+
postId - Variable in class org.loklak.objects.MessageEntry
+
 
+
prepareSearchUrl(String) - Method in class org.loklak.harvester.BaseScraper
+
 
+
prepareSearchUrl(String) - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
print() - Method in class org.loklak.graphics.GraphPlotter
+
 
+
print(RasterPlotter, int, int, int, char, boolean, int) - Static method in class org.loklak.graphics.PrintTool
+
 
+
print(RasterPlotter, int, int, int, String, int, boolean, int) - Static method in class org.loklak.graphics.PrintTool
+
 
+
PrintTool - Class in org.loklak.graphics
+
 
+
PrintTool() - Constructor for class org.loklak.graphics.PrintTool
+
 
+
PriorityKaizenHarvester - Class in org.loklak.harvester.strategy
+
 
+
PriorityKaizenHarvester() - Constructor for class org.loklak.harvester.strategy.PriorityKaizenHarvester
+
 
+
PriorityKaizenHarvester.PriorityKaizenQueries - Class in org.loklak.harvester.strategy
+
 
+
PriorityKaizenQueries(int) - Constructor for class org.loklak.harvester.strategy.PriorityKaizenHarvester.PriorityKaizenQueries
+
 
+
privacyStatus - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
private_settings - Static variable in class org.loklak.data.DAO
+
 
+
process(HttpServletRequest, HttpServletResponse, Query) - Method in class org.loklak.api.cms.ProxyServlet
+
 
+
process(HttpServletRequest, HttpServletResponse, Query) - Method in class org.loklak.api.vis.MapServlet
+
 
+
process(HttpServletRequest, HttpServletResponse, Query) - Method in class org.loklak.api.vis.MarkdownServlet
+
 
+
process() - Static method in class org.loklak.Crawler
+
 
+
processCampaigns() - Method in class org.loklak.data.Campaigns
+
 
+
propagate(String[]) - Static method in class org.loklak.api.p2p.HelloService
+
 
+
propagate() - Method in enum org.loklak.objects.SourceType
+
 
+
properties - Variable in class org.loklak.geo.GeoJsonReader.Feature
+
 
+
protectPath(Path) - Static method in class org.loklak.tools.OS
+
 
+
provider_hash - Variable in class org.loklak.objects.MessageEntry
+
 
+
provider_type - Variable in class org.loklak.harvester.BaseScraper
+
 
+
provider_type - Variable in class org.loklak.objects.MessageEntry
+
 
+
ProviderType - Enum in org.loklak.objects
+
+
The ProviderType objects answers on the question "who provided that content".
+
+
ProxyServlet - Class in org.loklak.api.cms
+
 
+
ProxyServlet() - Constructor for class org.loklak.api.cms.ProxyServlet
+
 
+
public_settings - Static variable in class org.loklak.data.DAO
+
 
+
PublicKeyRegistrationService - Class in org.loklak.api.cms
+
+
This service allows users to register a public key for login.
+
+
PublicKeyRegistrationService() - Constructor for class org.loklak.api.cms.PublicKeyRegistrationService
+
 
+
publish(String, String) - Method in class org.loklak.stream.MQTTPublisher
+
 
+
publish(String, String[]) - Method in class org.loklak.stream.MQTTPublisher
+
 
+
push(String[], Timeline, boolean) - Static method in class org.loklak.api.p2p.PushServlet
+
+
transmit the timeline to several hosts
+
+
push(String[], Timeline) - Static method in class org.loklak.api.p2p.PushServlet
+
 
+
push_cache_dir - Static variable in class org.loklak.data.DAO
+
 
+
PushReport - Class in org.loklak.api.iot
+
 
+
PushReport() - Constructor for class org.loklak.api.iot.PushReport
+
 
+
PushServlet - Class in org.loklak.api.p2p
+
+
push api to send messages to the loklak index.
+
+
PushServlet() - Constructor for class org.loklak.api.p2p.PushServlet
+
 
+
PushServletHelper - Class in org.loklak.api.iot
+
 
+
PushServletHelper() - Constructor for class org.loklak.api.iot.PushServletHelper
+
 
+
PushThread - Class in org.loklak.harvester
+
 
+
PushThread(String, Timeline) - Constructor for class org.loklak.harvester.PushThread
+
 
+
put(boolean) - Method in class org.json.JSONArray
+
+
Append a boolean value.
+
+
put(Collection<?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONArray which + is produced from a Collection.
+
+
put(double) - Method in class org.json.JSONArray
+
+
Append a double value.
+
+
put(int) - Method in class org.json.JSONArray
+
+
Append an int value.
+
+
put(long) - Method in class org.json.JSONArray
+
+
Append an long value.
+
+
put(Map<?, ?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONObject which + is produced from a Map.
+
+
put(Object) - Method in class org.json.JSONArray
+
+
Append an object value.
+
+
put(int, boolean) - Method in class org.json.JSONArray
+
+
Put or replace a boolean value in the JSONArray.
+
+
put(int, Collection<?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONArray which + is produced from a Collection.
+
+
put(int, double) - Method in class org.json.JSONArray
+
+
Put or replace a double value.
+
+
put(int, int) - Method in class org.json.JSONArray
+
+
Put or replace an int value.
+
+
put(int, long) - Method in class org.json.JSONArray
+
+
Put or replace a long value.
+
+
put(int, Map<?, ?>) - Method in class org.json.JSONArray
+
+
Put a value in the JSONArray, where the value will be a JSONObject that + is produced from a Map.
+
+
put(int, Object) - Method in class org.json.JSONArray
+
+
Put or replace an object value in the JSONArray.
+
+
put(String, boolean) - Method in class org.json.JSONObject
+
+
Put a key/boolean pair in the JSONObject.
+
+
put(String, Collection<?>) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, where the value will be a + JSONArray which is produced from a Collection.
+
+
put(String, double) - Method in class org.json.JSONObject
+
+
Put a key/double pair in the JSONObject.
+
+
put(String, int) - Method in class org.json.JSONObject
+
+
Put a key/int pair in the JSONObject.
+
+
put(String, long) - Method in class org.json.JSONObject
+
+
Put a key/long pair in the JSONObject.
+
+
put(String, Map<?, ?>) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, where the value will be a + JSONObject which is produced from a Map.
+
+
put(String, Object) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject.
+
+
put(String, Object) - Method in class org.loklak.server.Authentication
+
+
Put data into the internal JSONObject
+
+
put(K, V) - Method in class org.loklak.tools.CacheMap
+
 
+
put(String, boolean) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, double) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, Collection<?>) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, int) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, long) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, Map<?, ?>) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, Object) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, JSONObject) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
put(String, JSONObject, boolean) - Method in class org.loklak.tools.storage.JsonTray
+
 
+
putAll(JSONObject) - Method in class org.json.JSONObject
+
 
+
putAll(Timeline) - Method in class org.loklak.objects.Timeline
+
 
+
putAll(Timeline2) - Method in class org.loklak.objects.Timeline2
+
 
+
putAll(JSONObject) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
putOnce(String, Object) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, but only if the key and the value + are both non-null, and only if there is not already a member with that + name.
+
+
putOpt(String, Object) - Method in class org.json.JSONObject
+
+
Put a key/value pair in the JSONObject, but only if the key and the value + are both non-null.
+
+
putPersistent(String, JSONObject) - Method in class org.loklak.tools.storage.JsonTray
+
 
+
putUnique(JSONObject) - Method in class org.loklak.tools.storage.JsonDataset
+
+
put an object into the index, but do not overwrite existing pairs
+
+
putVolatile(String, JSONObject) - Method in class org.loklak.tools.storage.JsonTray
+
 
+
+ + + +

Q

+
+
quality - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
queries - Static variable in class org.loklak.data.DAO
+
 
+
query - Variable in class org.loklak.data.DAO.SearchLocalMessages
+
 
+
query(String, String, Operator, int, int) - Method in class org.loklak.data.ElasticsearchClient
+
+
Query with a string and boundaries.
+
+
query(String, String, String) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
query(String, QueryBuilder, String, int, int, long, String, int, String...) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
Query(String, QueryBuilder, String, int, int, long, String, int, String...) - Constructor for class org.loklak.data.ElasticsearchClient.Query
+
+
Search the local message cache using a elasticsearch query.
+
+
query - Variable in class org.loklak.harvester.BaseScraper
+
 
+
query - Variable in class org.loklak.objects.QueryEntry
+
 
+
Query - Class in org.loklak.server
+
 
+
Query(HttpServletRequest) - Constructor for class org.loklak.server.Query
+
 
+
query_count - Variable in class org.loklak.objects.QueryEntry
+
 
+
query_first - Variable in class org.loklak.objects.QueryEntry
+
 
+
query_last - Variable in class org.loklak.objects.QueryEntry
+
 
+
query_length - Variable in class org.loklak.objects.QueryEntry
+
 
+
queryBuilder - Variable in class org.loklak.objects.QueryEntry.ElasticsearchQuery
+
 
+
QueryEntry - Class in org.loklak.objects
+
+
A Query is a recording of a search result based on the query.
+
+
QueryEntry(String, int, long, SourceType, boolean) - Constructor for class org.loklak.objects.QueryEntry
+
+
This initializer can only be used for first-time creation of a query track.
+
+
QueryEntry(JSONObject) - Constructor for class org.loklak.objects.QueryEntry
+
 
+
QueryEntry.ElasticsearchQuery - Class in org.loklak.objects
+
 
+
QueryEntry.PlaceContext - Enum in org.loklak.objects
+
 
+
QueryEntry.Tokens - Class in org.loklak.objects
+
 
+
QueryFactory - Class in org.loklak.data
+
 
+
QueryFactory(ElasticsearchClient, String, int, int) - Constructor for class org.loklak.data.QueryFactory
+
 
+
queryWithConstraints(String, String, String, Map<String, String>, boolean) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
QUEST - Static variable in class org.json.XML
+
+
The Character '?'.
+
+
QUESTION - Static variable in class org.loklak.tools.CommonPattern
+
 
+
queuedIndexing - Static variable in class org.loklak.LoklakServer
+
 
+
QUOT - Static variable in class org.json.XML
+
+
The Character '"'.
+
+
quote(String) - Static method in class org.json.JSONObject
+
+
Produce a string in double quotes with backslash sequences in all the + right places.
+
+
quote(String, Writer) - Static method in class org.json.JSONObject
+
 
+
+ + + +

R

+
+
randGetCookie() - Method in class org.loklak.http.CookieRequestManager
+
 
+
random - Static variable in class org.loklak.data.DAO
+
 
+
RasterPlotter - Class in org.loklak.graphics
+
+
This Class implements some convenience-methods to support drawing of statistical Data + It is not intended to replace existing awt-funktions even if it looks so + This class provides some drawing methods that creates transparency effects that + are not available in awt.
+
+
RasterPlotter(int, int, RasterPlotter.DrawMode, String) - Constructor for class org.loklak.graphics.RasterPlotter
+
 
+
RasterPlotter(int, int, RasterPlotter.DrawMode, long) - Constructor for class org.loklak.graphics.RasterPlotter
+
 
+
RasterPlotter.DrawMode - Enum in org.loklak.graphics
+
 
+
RasterPlotter.FilterMode - Enum in org.loklak.graphics
+
 
+
raw - Variable in class org.loklak.objects.QueryEntry.Tokens
+
 
+
read(String) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
read() - Method in class org.loklak.tools.BufferedRandomAccessFile
+
+
Reads one byte form the current position
+
+
read(byte[], int, int) - Method in class org.loklak.tools.BufferedRandomAccessFile
+
+
Reads the set number of bytes into the passed buffer.
+
+
read(byte[], long) - Method in class org.loklak.tools.BufferedRandomAccessFile
+
 
+
readConfig(Path) - Static method in class org.loklak.LoklakServer
+
 
+
ReaderJsonFactory(long, int) - Constructor for class org.loklak.tools.storage.JsonRandomAccessFile.ReaderJsonFactory
+
 
+
readFile(Path) - Static method in class org.loklak.tools.IO
+
 
+
readFileCached(Path) - Static method in class org.loklak.tools.IO
+
 
+
readIndexedLine() - Method in class org.loklak.tools.BufferedRandomAccessFile
+
+
Reading of text lines will produce index information along with the parsed text.
+
+
readJSON(String) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
readJSON(String) - Method in interface org.loklak.data.IndexFactory
+
 
+
readJsonFromUrl(String) - Static method in class org.loklak.api.iot.EarthquakeServlet
+
 
+
readJsonFromUrl(String) - Static method in class org.loklak.api.iot.FreifunkNodeFetchServlet
+
 
+
readJsonFromUrl(String) - Static method in class org.loklak.api.iot.StuffInSpaceServlet
+
 
+
readJsonFromUrl(String) - Static method in class org.loklak.api.iot.YahiHazeServlet
+
 
+
readMap(String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Read a json document from the search index for a given id.
+
+
readMessage(String) - Static method in class org.loklak.data.DAO
+
 
+
readMessage(String) - Method in class org.loklak.data.IncomingMessageBuffer
+
 
+
readSource(String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Read a document from the search index for a given id.
+
+
recordEvent(String, Object) - Method in class org.loklak.server.Query
+
 
+
RED - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
RedirectUnshortener - Class in org.loklak.harvester
+
 
+
RedirectUnshortener() - Constructor for class org.loklak.harvester.RedirectUnshortener
+
 
+
reduceToMaxsize(int) - Method in class org.loklak.objects.Timeline
+
 
+
reduceToMaxsize(int) - Method in class org.loklak.objects.Timeline2
+
 
+
REFERRER_KEY_STRING - Static variable in class org.loklak.tools.storage.JsonRepository
+
 
+
RemoteAccess - Class in org.loklak.http
+
+
Storage of a peer list which can be used for peer-to-peer communication.
+
+
RemoteAccess.FileType - Enum in org.loklak.http
+
 
+
RemoteAccess.FileTypeEncoding - Class in org.loklak.http
+
 
+
remove(int) - Method in class org.json.JSONArray
+
+
Remove an index and close the hole.
+
+
remove(String) - Method in class org.json.JSONObject
+
+
Remove a name and its value, if present.
+
+
remove() - Method in class org.loklak.rss.RSSFeed.messageIterator
+
 
+
remove(String) - Method in class org.loklak.server.Authentication
+
+
Remove an object from the internal JSONObject
+
+
remove(Collection<byte[]>, byte[]) - Static method in class org.loklak.tools.ByteBuffer
+
 
+
remove(K) - Method in class org.loklak.tools.CacheMap
+
 
+
remove(K) - Method in class org.loklak.tools.CacheSet
+
 
+
remove(String) - Method in class org.loklak.tools.storage.JsonFile
+
 
+
remove(String) - Method in class org.loklak.tools.storage.JsonTray
+
 
+
removeSignature(JSONObject) - Static method in class org.loklak.tools.JsonSignature
+
+
Remove the signature
+
+
removeSignature(Map<String, byte[]>) - Static method in class org.loklak.tools.JsonSignature
+
 
+
reset() - Method in class org.loklak.tools.bayes.Classifier
+
+
Resets the learned feature and category counts.
+
+
result - Variable in class org.loklak.data.ElasticsearchClient.Query
+
 
+
ResultList<E> - Class in org.loklak.objects
+
 
+
ResultList() - Constructor for class org.loklak.objects.ResultList
+
 
+
retrieval_count - Variable in class org.loklak.objects.QueryEntry
+
 
+
retrieval_last - Variable in class org.loklak.objects.QueryEntry
+
 
+
retrieval_next - Variable in class org.loklak.objects.QueryEntry
+
 
+
retweet_count - Variable in class org.loklak.objects.MessageEntry
+
 
+
retweet_from - Variable in class org.loklak.objects.MessageEntry
+
 
+
REWRITABLE_MODE - Static variable in class org.loklak.tools.storage.JsonRepository
+
 
+
Ribbon(double, double, double) - Constructor for class org.loklak.graphics.GraphPlotter.Ribbon
+
 
+
RICH_TEXT_SEPARATOR - Static variable in class org.loklak.objects.MessageEntry
+
 
+
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONArray of strings from a row of comma delimited values.
+
+
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONObject from a row of comma delimited text, using a + parallel JSONArray of strings to provides the names of the elements.
+
+
rowToString(JSONArray) - Static method in class org.json.CDL
+
+
Produce a comma delimited text row from a JSONArray.
+
+
RSSFeed - Class in org.loklak.rss
+
 
+
RSSFeed(int) - Constructor for class org.loklak.rss.RSSFeed
+
 
+
RSSFeed(Set<URL>, String) - Constructor for class org.loklak.rss.RSSFeed
+
+
make a RSS feed using a set of urls + the source string is assigned to all messages as author to mark the messages' origin
+
+
RSSFeed.messageIterator - Class in org.loklak.rss
+
 
+
RSSMessage - Class in org.loklak.rss
+
 
+
RSSMessage(String, String, String) - Constructor for class org.loklak.rss.RSSMessage
+
 
+
RSSMessage(String, String, URL, String) - Constructor for class org.loklak.rss.RSSMessage
+
 
+
RSSMessage() - Constructor for class org.loklak.rss.RSSMessage
+
 
+
RSSMessage.Token - Enum in org.loklak.rss
+
 
+
run() - Method in class org.loklak.Caretaker
+
 
+
run() - Method in class org.loklak.data.DAO.parallelScrape
+
 
+
run() - Method in class org.loklak.data.IncomingMessageBuffer
+
 
+
run() - Method in class org.loklak.DumpImporter
+
 
+
run() - Method in class org.loklak.geo.GeoJsonReader
+
 
+
run() - Method in class org.loklak.harvester.PushThread
+
 
+
run() - Method in class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
run() - Method in class org.loklak.http.AccessTracker
+
 
+
run() - Method in class org.loklak.tools.storage.JsonRandomAccessFile
+
 
+
run() - Method in class org.loklak.tools.storage.JsonStreamReader
+
 
+
+ + + +

S

+
+
save() - Method in class org.loklak.data.Campaigns
+
 
+
save(Campaigns.State) - Method in class org.loklak.data.Campaigns
+
 
+
save(File, String, String) - Method in class org.loklak.graphics.AnimationPlotter
+
 
+
save(File, String) - Method in class org.loklak.graphics.RasterPlotter
+
+
save the image to a file
+
+
saveImportProfile(int, Query, SourceType, String, List<String>) - Static method in class org.loklak.api.iot.PushServletHelper
+
 
+
saveMessagesAndImportProfile(JSONArray, int, Query, SourceType, String) - Static method in class org.loklak.api.iot.PushServletHelper
+
 
+
score_retrieval - Variable in class org.loklak.objects.QueryEntry
+
 
+
score_suggest - Variable in class org.loklak.objects.QueryEntry
+
 
+
scrape(BufferedReader, String, String) - Method in class org.loklak.harvester.BaseScraper
+
 
+
scrape(BufferedReader, String, String) - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
scrapeLoklak(Map<String, String>, boolean, boolean) - Static method in class org.loklak.data.DAO
+
 
+
scraperName - Variable in class org.loklak.harvester.BaseScraper
+
 
+
scrapeTwitter(Query, String, Timeline.Order, int, boolean, long, boolean) - Static method in class org.loklak.data.DAO
+
 
+
scrapeTwitter(Query, ArrayList<String>, String, Timeline.Order, int, boolean, long, boolean) - Static method in class org.loklak.data.DAO
+
 
+
screen_name - Variable in class org.loklak.objects.MessageEntry
+
 
+
search(String, ArrayList<String>, Timeline.Order, boolean, boolean, int) - Static method in class org.loklak.harvester.TwitterScraper
+
 
+
search(String, Timeline.Order, boolean, boolean, int) - Static method in class org.loklak.harvester.TwitterScraper
+
 
+
searchBackend(String, ArrayList<String>, Timeline.Order, int, int, String, long) - Static method in class org.loklak.data.DAO
+
 
+
searchLocalAccount(String) - Static method in class org.loklak.data.DAO
+
+
Search the local account cache using an elasticsearch query.
+
+
SearchLocalImportProfiles(String) - Static method in class org.loklak.data.DAO
+
 
+
SearchLocalImportProfilesWithConstraints(Map<String, String>, boolean) - Static method in class org.loklak.data.DAO
+
 
+
SearchLocalMessages(String, Timeline.Order, int, int, int, ArrayList<String>, String...) - Constructor for class org.loklak.data.DAO.SearchLocalMessages
+
+
Search the local message cache using a elasticsearch query.
+
+
SearchLocalMessages(String, Timeline.Order, int, int, int, String...) - Constructor for class org.loklak.data.DAO.SearchLocalMessages
+
 
+
SearchLocalQueries(String, int, String, String, SortOrder, Date, Date, String) - Static method in class org.loklak.data.DAO
+
+
Search the local message cache using a elasticsearch query.
+
+
searchLocalUserByScreenName(String) - Static method in class org.loklak.data.DAO
+
+
Search the local user cache using a elasticsearch query.
+
+
searchLocalUserByUserId(String) - Static method in class org.loklak.data.DAO
+
 
+
searchOnOtherPeers(List<String>, String, ArrayList<String>, Timeline.Order, int, int, String, String, long) - Static method in class org.loklak.data.DAO
+
 
+
secondDateFormat - Static variable in class org.loklak.tools.DateParser
+
 
+
seek(long) - Method in class org.loklak.tools.BufferedRandomAccessFile
+
+
Overridden seek method always throws exception: this would not work in concurrent environments.
+
+
SEMICOLON - Static variable in class org.loklak.tools.CommonPattern
+
 
+
sendEmail(String, String, String) - Static method in class org.loklak.LoklakEmailHandler
+
+
Send an email
+
+
serialVersionUID - Static variable in class org.loklak.api.vis.PieChartServlet
+
 
+
server - Static variable in class org.loklak.LoklakInstallation
+
 
+
service(Query, Authorization) - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
service(Query, Authorization) - Method in interface org.loklak.server.APIHandler
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.admin.StatusService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.aggregation.ClassifierServlet
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.amazon.AmazonProductService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.AccountService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.AppsService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.AuthorizationDemoService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.InstallationPageService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.LoginService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.PasswordRecoveryService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.PasswordResetService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.PublicKeyRegistrationService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.SettingsManagementService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.SignUpService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.TopMenuService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.TwitterAnalysisService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.UserAccountPermissions
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.cms.UserManagementService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.api.p2p.HelloService
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.harvester.BaseScraper
+
 
+
serviceImpl(Query, HttpServletResponse, Authorization, JSONObjectWithDefault) - Method in class org.loklak.server.AbstractAPIHandler
+
 
+
services - Static variable in class org.loklak.LoklakServer
+
 
+
setAccessFrom(Date) - Method in class org.loklak.server.ClientService
+
 
+
setAccessUntil(Date) - Method in class org.loklak.server.ClientService
+
 
+
setAccounting(Accounting) - Method in class org.loklak.server.Authorization
+
 
+
setActiveStatus(ImportProfileEntry.EntryStatus) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setAdmin() - Method in class org.loklak.server.Authorization
+
 
+
setAuthor(String, String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setAuthor(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setCaching(HttpServletResponse, int) - Static method in class org.loklak.server.FileHandler
+
 
+
setCategory(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setChannel(RSSMessage) - Method in class org.loklak.rss.RSSFeed
+
 
+
setClientHost(String) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setColor(long) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
setCoordinate(double, double) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setCoordinateRadius(int) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setCopyright(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setCreatedAt(Date) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setCreatedAt(Date) - Method in class org.loklak.objects.MessageEntry
+
 
+
setCreatedTime(Date) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setCursor(int) - Method in class org.loklak.objects.Timeline
+
+
sets the cursor to the outer bound of the visible tweet number.
+
+
setCursor(int) - Method in class org.loklak.objects.Timeline2
+
+
sets the cursor to the outer bound of the visible tweet number.
+
+
setData(JSONArray) - Method in class org.loklak.susi.SusiThought
+
+
Information contained in this thought has the form of a result set table, organized in rows and columns.
+
+
setDefaultUserRole(BaseUserRole, UserRole) - Method in class org.loklak.server.UserRoles
+
 
+
setDescription(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setDisplayName(String) - Method in class org.loklak.server.UserRole
+
 
+
setDocs(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setDoSBlackout(boolean) - Method in class org.loklak.http.AccessTracker.Track
+
 
+
setDoSServicereduction(boolean) - Method in class org.loklak.http.AccessTracker.Track
+
 
+
setDrawMode(RasterPlotter.DrawMode) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
setEdge(String, String) - Method in class org.loklak.graphics.GraphPlotter
+
 
+
setExpireTime(long) - Method in class org.loklak.server.Authentication
+
+
Set an expire time.
+
+
setExtra(Query) - Method in class org.loklak.harvester.BaseScraper
+
 
+
setExtra(Map<String, String>) - Method in class org.loklak.harvester.BaseScraper
+
 
+
setExtraValue(String, String) - Method in class org.loklak.harvester.BaseScraper
+
 
+
setFavouritesCount(long) - Method in class org.loklak.objects.MessageEntry
+
 
+
setGuid(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setHarvestingFreq(HarvestingFrequency) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setHits(long) - Method in class org.loklak.objects.ResultList
+
+
set the number of total hits this list has
+
+
setHits(int) - Method in class org.loklak.objects.Timeline
+
 
+
setHits(int) - Method in class org.loklak.objects.Timeline2
+
 
+
setHits(int) - Method in class org.loklak.susi.SusiThought
+
+
While the number of information pieces in a whole has a count, the number of relevant + information pieces may have been extracted.
+
+
setId(String) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setIdentity(ClientIdentity) - Method in class org.loklak.server.Authentication
+
+
Associate a ClientIdentity with this Authentication
+
+
setIDstr(String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setImage(String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setImage(String) - Method in class org.loklak.rss.RSSFeed
+
 
+
setImages(ArrayList<String>) - Method in class org.loklak.objects.MessageEntry
+
 
+
setImages(String[]) - Method in class org.loklak.objects.MessageEntry
+
 
+
setImages(String) - Method in class org.loklak.objects.MessageEntry
+
 
+
setImported(List<String>) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setImporter(String) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setImportProfile(ImportProfileEntry) - Method in class org.loklak.api.iot.PushReport
+
 
+
setLanguage(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setLastHarvested(Date) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setLastModified(Date) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setLifetime(long) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setLink(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setLocationMark(double[]) - Method in class org.loklak.objects.MessageEntry
+
+
set the location
+
+
setLocationPoint(double[]) - Method in class org.loklak.objects.MessageEntry
+
+
set the location
+
+
setLocationRadius(int) - Method in class org.loklak.objects.MessageEntry
+
 
+
setLocationSource(LocationSource) - Method in class org.loklak.objects.MessageEntry
+
 
+
setMapping(String, XContentBuilder) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
setMemoryCapacity(int) - Method in class org.loklak.tools.bayes.Classifier
+
+
Sets the memory's capacity.
+
+
setMetadata(JSONObject) - Method in class org.loklak.server.ClientService
+
 
+
setName(String) - Method in class org.loklak.objects.UserEntry
+
 
+
setOffset(int) - Method in class org.loklak.susi.SusiThought
+
+
In a series of information pieces the first information piece has number 0.
+
+
setOn(Date) - Method in class org.loklak.objects.MessageEntry
+
 
+
setParam() - Method in class org.loklak.harvester.BaseScraper
+
 
+
setParam() - Method in class org.loklak.harvester.YoutubeScraper
+
 
+
setParent(UserRole) - Method in class org.loklak.server.UserRole
+
 
+
setPermission(String, String, JSONObject) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, JSONObject) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, String) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, String) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, int) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, int) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, long) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, long) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, double) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, double) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, Object) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, Object) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, boolean) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, boolean) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, Map<?, ?>) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, Map<?, ?>) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, Collection<?>) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(APIHandler, String, Collection<?>) - Method in class org.loklak.server.Authorization
+
 
+
setPermission(String, String, JSONObject) - Method in class org.loklak.server.UserRole
+
 
+
setPermission(APIHandler, String, JSONObject) - Method in class org.loklak.server.UserRole
+
 
+
setPixel(int, int, int[]) - Method in class org.loklak.graphics.RasterPlotter
+
 
+
setPlaceId(String) - Method in class org.loklak.objects.MessageEntry
+
 
+
setPlaceName(String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setPlaceName(String, QueryEntry.PlaceContext) - Method in class org.loklak.objects.MessageEntry
+
 
+
setPopulation(long) - Method in class org.loklak.geo.GeoLocation
+
 
+
setPostId(String) - Method in class org.loklak.harvester.Post
+
 
+
setPrivacyStatus(ImportProfileEntry.PrivacyStatus) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setPrivateKey(PrivateKey, String) - Method in class org.loklak.server.Settings
+
+
Set the private key
+
+
setProcess(String) - Method in class org.loklak.susi.SusiThought
+
+
The process which created this thought may have a name or description string.
+
+
setProfileImage(byte[]) - Method in class org.loklak.objects.UserEntry
+
 
+
setProfileImageUrl(String) - Method in class org.loklak.objects.UserEntry
+
 
+
setProviderHash(String) - Method in class org.loklak.objects.MessageEntry
+
 
+
setProviderType(ProviderType) - Method in class org.loklak.objects.MessageEntry
+
 
+
setPubDate(Date) - Method in class org.loklak.rss.RSSMessage
+
 
+
setPublicKey(PublicKey, String) - Method in class org.loklak.server.Settings
+
+
Set the public key
+
+
setQuery(Map<String, String>) - Method in class org.loklak.http.AccessTracker.Track
+
 
+
setQuery(String) - Method in class org.loklak.objects.Timeline
+
 
+
setQuery(String) - Method in class org.loklak.objects.Timeline2
+
 
+
setQuery(String) - Method in class org.loklak.susi.SusiThought
+
+
If this thought was the result of a retrieval using a specific expression, that expression is + called the query.
+
+
setReferrer(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setRequestFrequency(String, int) - Method in class org.loklak.server.Authorization
+
 
+
setResponse(HttpServletResponse, String) - Method in class org.loklak.server.Query
+
 
+
setResultIndex(DAO.IndexName) - Method in class org.loklak.objects.Timeline
+
 
+
setResultIndex(DAO.IndexName) - Method in class org.loklak.objects.Timeline2
+
 
+
setRetweetCount(long) - Method in class org.loklak.objects.MessageEntry
+
 
+
setRetweetFrom(String) - Method in class org.loklak.objects.MessageEntry
+
 
+
setScraperInfo(String) - Method in class org.loklak.objects.Timeline
+
 
+
setScraperInfo(String) - Method in class org.loklak.objects.Timeline2
+
 
+
setScraperInfo(String) - Method in class org.loklak.susi.SusiThought
+
+
If the expression to create this thought had an agent that expressed the result set of the + information contained in this thought, it is called the scraper.
+
+
setScreenName(String) - Method in class org.loklak.objects.MessageEntry
+
 
+
setSharers(List<String>) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setSize(long) - Method in class org.loklak.rss.RSSMessage
+
 
+
setSourceHash(long) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setSourceType(SourceType) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setSourceType(SourceType) - Method in class org.loklak.objects.MessageEntry
+
 
+
setSourceUrl(URL) - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
setStatusIdUrl(URL) - Method in class org.loklak.objects.MessageEntry
+
 
+
setSubject(String[]) - Method in class org.loklak.rss.RSSMessage
+
 
+
setText(String) - Method in class org.loklak.objects.MessageEntry
+
 
+
setTimeSinceLastAccess(long) - Method in class org.loklak.http.AccessTracker.Track
+
 
+
setTimestamp(long) - Method in class org.loklak.harvester.Post
+
 
+
setTimestamp() - Method in class org.loklak.harvester.Post
+
 
+
Settings - Class in org.loklak.server
+
 
+
Settings(File) - Constructor for class org.loklak.server.Settings
+
 
+
SettingsManagementService - Class in org.loklak.api.cms
+
 
+
SettingsManagementService() - Constructor for class org.loklak.api.cms.SettingsManagementService
+
 
+
SettingsServlet - Class in org.loklak.api.admin
+
+
submit all setting values where the settings key starts with "client."
+
+
SettingsServlet() - Constructor for class org.loklak.api.admin.SettingsServlet
+
 
+
setTitle(String) - Method in class org.loklak.rss.RSSMessage
+
 
+
setTo(Date) - Method in class org.loklak.objects.MessageEntry
+
 
+
setUp() - Method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
setUserid(String) - Method in class org.loklak.data.DAOWrapper.GenericJSONBuilder
+
+
Not required
+
+
setUserRole(UserRole) - Method in class org.loklak.server.Authorization
+
 
+
setValue(RSSMessage.Token, String) - Method in class org.loklak.rss.RSSMessage
+
 
+
severe(String) - Static method in class org.loklak.data.DAO
+
+
For events serious enough to inform and log, but not fatal.
+
+
severe(String, Throwable) - Static method in class org.loklak.data.DAO
+
 
+
severe(Throwable) - Static method in class org.loklak.data.DAO
+
 
+
shallHarvest() - Method in class org.loklak.harvester.strategy.KaizenHarvester
+
 
+
sharers - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
shiftProcessedDump(String) - Method in class org.loklak.tools.storage.JsonRepository
+
+
move a file from the import directory to the imported directory.
+
+
short2long - Variable in class org.loklak.objects.MessageEntry.TextLinkMap
+
 
+
show() - Method in class org.loklak.graphics.AnimationPlotter
+
+
show the images as stream of JFrame on desktop
+
+
show() - Method in class org.loklak.graphics.RasterPlotter
+
+
show the image as JFrame on desktop
+
+
showAnalysis(String, String) - Static method in class org.loklak.api.cms.TwitterAnalysisService
+
 
+
shutdown() - Method in class org.loklak.Caretaker
+
+
ask the thread to shut down
+
+
shutdown() - Method in class org.loklak.data.IncomingMessageBuffer
+
+
ask the thread to shut down
+
+
shutdown() - Method in class org.loklak.DumpImporter
+
+
ask the thread to shut down
+
+
shutdown(int) - Static method in class org.loklak.LoklakInstallation
+
 
+
sign(Map<String, String>) - Method in class org.loklak.api.amazon.SignedRequestsHelper
+
+
This method signs requests in hashmap form.
+
+
sign(String) - Method in class org.loklak.api.amazon.SignedRequestsHelper
+
+
This method signs requests in query-string form.
+
+
signatureString - Static variable in class org.loklak.tools.JsonSignature
+
 
+
SignedRequestsHelper - Class in org.loklak.api.amazon
+
+
This class contains all the logic for signing requests to the Amazon Product + Advertising API.
+
+
SignUpService - Class in org.loklak.api.cms
+
 
+
SignUpService() - Constructor for class org.loklak.api.cms.SignUpService
+
 
+
similar(Object) - Method in class org.json.JSONArray
+
+
Determine if two JSONArrays are similar.
+
+
similar(Object) - Method in class org.json.JSONObject
+
+
Determine if two JSONObjects are similar.
+
+
since - Variable in class org.loklak.objects.QueryEntry.ElasticsearchQuery
+
 
+
Sitemap - Class in org.loklak.api.cms
+
 
+
Sitemap() - Constructor for class org.loklak.api.cms.Sitemap
+
 
+
size() - Method in class org.loklak.objects.Timeline
+
 
+
size() - Method in class org.loklak.objects.Timeline2
+
 
+
size() - Method in class org.loklak.rss.RSSFeed
+
 
+
size() - Method in class org.loklak.tools.storage.JsonDataset
+
 
+
sizename(int) - Static method in class org.loklak.rss.RSSMessage
+
 
+
skipPast(String) - Method in class org.json.XMLTokener
+
+
Skip characters until past the requested string.
+
+
skipTo(char) - Method in class org.json.JSONTokener
+
+
Skip characters until the next character is the requested character.
+
+
SLASH - Static variable in class org.json.XML
+
+
The Character '/'.
+
+
SLASH - Static variable in class org.loklak.tools.CommonPattern
+
 
+
source_hash - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
source_type - Variable in class org.loklak.harvester.BaseScraper
+
 
+
source_type - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
source_type - Variable in class org.loklak.objects.MessageEntry
+
 
+
source_type - Variable in class org.loklak.objects.QueryEntry
+
 
+
source_url - Variable in class org.loklak.objects.ImportProfileEntry
+
 
+
SourceType - Enum in org.loklak.objects
+
+
The SourceType objects answers on the question "what kind of data format".
+
+
south_lat - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
SPACE - Static variable in class org.loklak.tools.CommonPattern
+
 
+
split(String) - Static method in class org.loklak.geo.GeoNames
+
+
Split the text into word tokens.
+
+
split(byte[], byte) - Static method in class org.loklak.tools.ByteBuffer
+
 
+
split(StringBuilder, char) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
split(StringBuilder, Pattern) - Static method in class org.loklak.tools.StringBuilderComparator
+
 
+
stack(String, int, boolean, boolean, boolean) - Static method in class org.loklak.Crawler
+
 
+
startsWith(byte[], int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
startsWith(StringBuilder, StringBuilder) - Method in class org.loklak.tools.StringBuilderComparator
+
 
+
startTracking(String, String, String) - Method in class org.loklak.http.AccessTracker
+
 
+
startupTime - Static variable in class org.loklak.Caretaker
+
 
+
status(String) - Static method in class org.loklak.api.admin.StatusService
+
 
+
status_id_url - Variable in class org.loklak.objects.MessageEntry
+
 
+
StatusService - Class in org.loklak.api.admin
+
 
+
StatusService() - Constructor for class org.loklak.api.admin.StatusService
+
 
+
stop() - Method in class org.loklak.harvester.strategy.ClassicHarvester
+
 
+
stop() - Method in interface org.loklak.harvester.strategy.Harvester
+
+
This method is executed when Loklak is shutting down
+
+
stop() - Method in class org.loklak.harvester.strategy.KaizenHarvester
+
 
+
streamEnabled - Static variable in class org.loklak.data.DAO
+
 
+
String(byte[]) - Static method in class org.loklak.tools.ASCII
+
 
+
String(byte[], int, int) - Static method in class org.loklak.tools.ASCII
+
 
+
String(byte[]) - Static method in class org.loklak.tools.UTF8
+
+
using the string method with the default charset given as argument should prevent using the charset cache + in FastCharsetProvider.java:118 which locks all concurrent threads using a UTF8.String() method
+
+
String(byte[], int, int) - Static method in class org.loklak.tools.UTF8
+
 
+
StringBuilderComparator - Class in org.loklak.tools
+
+
case-insensitive compare of two StringBuilder objects + this shall replace the corresponding method in class String when StringBuilder objects are not transformed into string
+
+
StringBuilderComparator(boolean) - Constructor for class org.loklak.tools.StringBuilderComparator
+
 
+
stringToValue(String) - Static method in class org.json.JSONObject
+
+
Try to convert a string into a number, boolean, or null.
+
+
stringToValue(String) - Static method in class org.json.XML
+
+
Try to convert a string into a number, boolean, or null.
+
+
StuffInSpaceServlet - Class in org.loklak.api.iot
+
 
+
StuffInSpaceServlet() - Constructor for class org.loklak.api.iot.StuffInSpaceServlet
+
 
+
suggest(String, int, int) - Method in class org.loklak.geo.GeoNames
+
 
+
SusiProcedures - Class in org.loklak.susi
+
 
+
SusiProcedures() - Constructor for class org.loklak.susi.SusiProcedures
+
 
+
SusiThought - Class in org.loklak.susi
+
+
A thought is a piece of data that can be remembered.
+
+
SusiThought() - Constructor for class org.loklak.susi.SusiThought
+
+
create an empty thought, to be filled with single data entities.
+
+
SusiThought(JSONObject) - Constructor for class org.loklak.susi.SusiThought
+
+
create a clone of a json object as a SusiThought object
+
+
SusiThought(Matcher) - Constructor for class org.loklak.susi.SusiThought
+
+
Create an initial thought using the matcher on an expression.
+
+
SusiThought(String, String) - Constructor for class org.loklak.susi.SusiThought
+
+
Deprecated.
+
+
SusiTransfer - Class in org.loklak.susi
+
+
Transfer is the ability to perceive a given thought in a different representation + in such a way that it applies on an intent or an intent set.
+
+
SusiTransfer(String) - Constructor for class org.loklak.susi.SusiTransfer
+
+
Create a new transfer.
+
+
syntaxError(String) - Method in class org.json.JSONTokener
+
+
Make a JSONException to signal a syntax error.
+
+
systemMacOSC - Static variable in class org.loklak.tools.Browser
+
 
+
systemMacOSX - Static variable in class org.loklak.tools.Browser
+
 
+
systemOS - Static variable in class org.loklak.tools.Browser
+
 
+
systemOS - Static variable in class org.loklak.tools.OS
+
 
+
systemUnix - Static variable in class org.loklak.tools.Browser
+
 
+
systemUnknown - Static variable in class org.loklak.tools.Browser
+
 
+
systemWindows - Static variable in class org.loklak.tools.Browser
+
 
+
+ + + +

T

+
+
t - Variable in class org.loklak.data.DAO.MessageWrapper
+
 
+
TAB - Static variable in class org.loklak.tools.CommonPattern
+
 
+
tags - Static variable in class org.loklak.rss.RSSMessage
+
 
+
take() - Method in class org.loklak.geo.GeoJsonReader
+
 
+
take() - Method in class org.loklak.tools.storage.JsonRandomAccessFile
+
 
+
take() - Method in interface org.loklak.tools.storage.JsonReader
+
 
+
take() - Method in class org.loklak.tools.storage.JsonStreamReader
+
 
+
takeTimelineMin(Timeline.Order, int, int) - Method in class org.loklak.data.OutgoingMessageBuffer
+
+
if the given list of timelines contain at least the wanted minimum size of messages, they are flushed from the queue + and combined into a new timeline
+
+
tearDown() - Method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
Test() - Constructor for class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
testSequentialWriteThenRead() - Method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
testSimultanousWriteAndRead() - Method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
testValidity(Object) - Static method in class org.json.JSONObject
+
+
Throw an exception if the object is a NaN or infinite number.
+
+
text - Variable in class org.loklak.objects.MessageEntry
+
 
+
text - Variable in class org.loklak.objects.MessageEntry.TextLinkMap
+
 
+
TextLinkMap() - Constructor for class org.loklak.objects.MessageEntry.TextLinkMap
+
 
+
ThreaddumpServlet - Class in org.loklak.api.admin
+
 
+
ThreaddumpServlet() - Constructor for class org.loklak.api.admin.ThreaddumpServlet
+
 
+
TileCoordinates(double, double, int) - Constructor for class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
TileCoordinates(int, int, int) - Constructor for class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
time - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
timeline - Variable in class org.loklak.data.DAO.SearchLocalMessages
+
 
+
Timeline - Class in org.loklak.objects
+
+
A timeline is a structure which holds tweet for the purpose of presentation + There is no tweet retrieval method here, just an iterator which returns the tweets in reverse appearing order
+
+
Timeline(Timeline.Order) - Constructor for class org.loklak.objects.Timeline
+
 
+
Timeline(Timeline.Order, String) - Constructor for class org.loklak.objects.Timeline
+
 
+
Timeline.Order - Enum in org.loklak.objects
+
 
+
Timeline2 - Class in org.loklak.objects
+
+
A timeline2 is a structure which holds tweet for the purpose of presentation + There is no tweet retrieval method here, just an iterator which returns the tweets in reverse appearing order
+
+
Timeline2(Timeline2.Order) - Constructor for class org.loklak.objects.Timeline2
+
 
+
Timeline2(Timeline2.Order, String) - Constructor for class org.loklak.objects.Timeline2
+
 
+
Timeline2.Order - Enum in org.loklak.objects
+
 
+
timelineCache - Static variable in class org.loklak.data.DAO
+
 
+
TimelineCache - Class in org.loklak.objects
+
+
The purpose of the timeline cache is, to provide a storage for paginated search
+
+
TimelineCache(long) - Constructor for class org.loklak.objects.TimelineCache
+
 
+
timelineSize() - Method in class org.loklak.data.OutgoingMessageBuffer
+
 
+
timestamp - Variable in class org.loklak.harvester.Post
+
 
+
TIMESTAMP_FIELDNAME - Static variable in class org.loklak.objects.AbstractObjectEntry
+
 
+
timestampDate - Variable in class org.loklak.objects.MessageEntry
+
 
+
timezoneOffset - Variable in class org.loklak.objects.QueryEntry
+
 
+
TL - Static variable in class org.loklak.graphics.RasterPlotter
+
 
+
to - Variable in class org.loklak.objects.MessageEntry
+
 
+
toArray() - Method in class org.loklak.objects.Timeline2
+
 
+
toEmptyAccountJson(UserEntry) - Static method in class org.loklak.objects.AccountEntry
+
 
+
toFileName() - Method in enum org.loklak.data.Campaigns.State
+
 
+
toIndexed() - Method in class org.loklak.graphics.RasterPlotter
+
 
+
toJSON() - Static method in class org.loklak.Crawler
+
 
+
toJSON() - Method in class org.loklak.data.Campaign
+
 
+
toJSON(boolean) - Method in class org.loklak.geo.GeoMark
+
 
+
toJSON() - Method in class org.loklak.objects.AccountEntry
+
 
+
toJSON(UserEntry) - Method in class org.loklak.objects.AccountEntry
+
 
+
toJSON() - Method in class org.loklak.objects.ImportProfileEntry
+
 
+
toJSON() - Method in class org.loklak.objects.MessageEntry
+
 
+
toJSON(UserEntry, boolean, int, String) - Method in class org.loklak.objects.MessageEntry
+
 
+
toJSON() - Method in interface org.loklak.objects.ObjectEntry
+
 
+
toJSON() - Method in class org.loklak.objects.QueryEntry
+
 
+
toJSON(boolean, String, String) - Method in class org.loklak.objects.Timeline
+
 
+
toJSON(boolean, String, String) - Method in class org.loklak.objects.Timeline2
+
 
+
toJSON() - Method in class org.loklak.objects.Timeline2
+
 
+
toJSON(JsonGenerator) - Method in class org.loklak.objects.UserEntry
+
 
+
toJSON() - Method in class org.loklak.objects.UserEntry
+
 
+
toJSON() - Method in class org.loklak.server.Client
+
 
+
toJSON() - Method in class org.loklak.server.ClientIdentity
+
 
+
toJSON() - Method in class org.loklak.server.ClientService
+
 
+
toJSONArray(String) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string, + using the first row as a source of names.
+
+
toJSONArray(JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string, + using the first row as a source of names.
+
+
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string + using a supplied JSONArray as the source of element names.
+
+
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
+
+
Produce a JSONArray of JSONObjects from a comma delimited text string + using a supplied JSONArray as the source of element names.
+
+
toJSONArray(String) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONArray using the JsonML transform.
+
+
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONArray using the JsonML transform.
+
+
toJSONArray(JSONArray) - Method in class org.json.JSONObject
+
+
Produce a JSONArray containing the values of the members of this + JSONObject.
+
+
toJSONBytes() - Method in class org.loklak.objects.AbstractObjectEntry
+
 
+
toJSONObject(JSONArray) - Method in class org.json.JSONArray
+
+
Produce a JSONObject by combining a JSONArray of names with the values of + this JSONArray.
+
+
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject using the JsonML transform.
+
+
toJSONObject(String) - Static method in class org.json.JSONML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject using the JsonML transform.
+
+
toJSONObject(String) - Static method in class org.json.XML
+
+
Convert a well-formed (but not necessarily valid) XML string into a + JSONObject.
+
+
toJSONObject() - Method in class org.loklak.tools.storage.JsonFile
+
+
Return a copy of the JSON content
+
+
toJSONString() - Method in interface org.json.JSONString
+
+
The toJSONString method allows a class to produce its own JSON + serialization.
+
+
toJSONString() - Method in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
Tokens(String) - Constructor for class org.loklak.objects.QueryEntry.Tokens
+
 
+
toMap() - Method in class org.json.JSONObject
+
 
+
TopMenuService - Class in org.loklak.api.cms
+
 
+
TopMenuService() - Constructor for class org.loklak.api.cms.TopMenuService
+
 
+
toPostDate(Date) - Static method in class org.loklak.tools.DateParser
+
 
+
toPostTimeline() - Method in class org.loklak.objects.Timeline
+
 
+
toString(JSONArray) - Static method in class org.json.CDL
+
+
Produce a comma delimited text from a JSONArray of JSONObjects.
+
+
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
+
+
Produce a comma delimited text from a JSONArray of JSONObjects using + a provided list of names.
+
+
toString() - Method in class org.json.JSONArray
+
+
Make a JSON text of this JSONArray.
+
+
toString(int) - Method in class org.json.JSONArray
+
+
Make a prettyprinted JSON text of this JSONArray.
+
+
toString(JSONArray) - Static method in class org.json.JSONML
+
+
Reverse the JSONML transformation, making an XML text from a JSONArray.
+
+
toString(JSONObject) - Static method in class org.json.JSONML
+
+
Reverse the JSONML transformation, making an XML text from a JSONObject.
+
+
toString() - Method in class org.json.JSONObject
+
+
Make a JSON text of this JSONObject.
+
+
toString(int) - Method in class org.json.JSONObject
+
+
Make a prettyprinted JSON text of this JSONObject.
+
+
toString() - Method in class org.json.JSONTokener
+
+
Make a printable string of this JSONTokener.
+
+
toString(Object) - Static method in class org.json.XML
+
+
Convert a JSONObject into a well-formed, element-normal XML string.
+
+
toString(Object, String) - Static method in class org.json.XML
+
+
Convert a JSONObject into a well-formed, element-normal XML string.
+
+
toString() - Method in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
toString() - Method in class org.loklak.data.Campaign
+
 
+
toString() - Method in class org.loklak.geo.GeoJsonReader.Feature
+
 
+
toString() - Method in class org.loklak.geo.GeoLocation
+
 
+
toString() - Method in interface org.loklak.geo.GeoPoint
+
+
printout format of the point
+
+
toString() - Method in class org.loklak.geo.IntegerGeoPoint
+
 
+
toString() - Method in class org.loklak.http.AccessTracker.Track
+
 
+
toString() - Method in class org.loklak.objects.AbstractObjectEntry
+
 
+
toString() - Method in class org.loklak.objects.MessageEntry.TextLinkMap
+
 
+
toString() - Method in interface org.loklak.objects.ObjectEntry
+
 
+
toString() - Method in class org.loklak.objects.Timeline
+
 
+
toString() - Method in class org.loklak.objects.Timeline2
+
 
+
toString() - Method in class org.loklak.objects.UserEntry
+
 
+
toString() - Method in class org.loklak.rss.RSSFeed
+
 
+
toString() - Method in enum org.loklak.rss.RSSMessage.Token
+
 
+
toString() - Method in class org.loklak.rss.RSSMessage
+
 
+
toString(boolean) - Method in class org.loklak.rss.RSSMessage
+
 
+
toString() - Method in class org.loklak.server.Client
+
 
+
toString() - Method in class org.loklak.susi.SusiTransfer
+
 
+
toString() - Method in class org.loklak.tools.bayes.Classification
+
toString() - Method in class org.loklak.tools.BufferedRandomAccessFile.IndexedLine
+
 
+
toString() - Method in class org.loklak.tools.ByteBuffer
+
 
+
toString(int, int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
toString() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.JsonHandle
+
 
+
toString() - Method in class org.loklak.tools.storage.JsonRandomAccessFile.ReaderJsonFactory
+
 
+
toStringBuilder(int, int, int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
toSusi() - Method in class org.loklak.objects.ResultList
+
 
+
toSusi(boolean) - Method in class org.loklak.objects.Timeline
+
 
+
toSusi(boolean) - Method in class org.loklak.objects.Timeline2
+
 
+
toTimeline() - Method in class org.loklak.objects.Timeline2
+
 
+
trace(Throwable) - Static method in class org.loklak.data.DAO
+
+
For Stacktracing exceptions (preferred over debug).
+
+
Track(String, String, String) - Constructor for class org.loklak.http.AccessTracker.Track
+
 
+
Track(String) - Constructor for class org.loklak.http.AccessTracker.Track
+
 
+
track - Variable in class org.loklak.server.Query
+
 
+
translate4scraper() - Method in class org.loklak.objects.QueryEntry.Tokens
+
 
+
transmitMessage(TwitterScraper.TwitterTweet, UserEntry) - Method in class org.loklak.data.OutgoingMessageBuffer
+
 
+
transmitTimelineToBackend(Timeline) - Method in class org.loklak.data.OutgoingMessageBuffer
+
 
+
trim(int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
trim(int, int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
TwitterAnalysisService - Class in org.loklak.api.cms
+
 
+
TwitterAnalysisService() - Constructor for class org.loklak.api.cms.TwitterAnalysisService
+
 
+
TwitterAPI - Class in org.loklak.harvester
+
 
+
TwitterAPI() - Constructor for class org.loklak.harvester.TwitterAPI
+
 
+
TwitterScraper - Class in org.loklak.harvester
+
 
+
TwitterScraper() - Constructor for class org.loklak.harvester.TwitterScraper
+
 
+
TwitterScraper.TwitterTweet - Class in org.loklak.harvester
+
 
+
TwitterTweet(String, long, String, String, String, long, long, Collection<String>, Collection<String>, String, String, UserEntry, boolean, boolean) - Constructor for class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
TwitterTweet(JSONObject) - Constructor for class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
TwitterTweet() - Constructor for class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
TZ_GMT - Static variable in class org.loklak.rss.RSSMessage
+
+
pattern for a W3C datetime variant of a non-localized ISO8601 date
+
+
+ + + +

U

+
+
u - Variable in class org.loklak.data.DAO.MessageWrapper
+
 
+
UNDERSCORE - Static variable in class org.loklak.tools.CommonPattern
+
 
+
unicode2html(String, boolean) - Static method in class org.loklak.tools.CharacterCoding
+
+
Replaces characters which have special representation in HTML.
+
+
unicode2xml(String, boolean) - Static method in class org.loklak.tools.CharacterCoding
+
+
Replaces characters which have special representation in XML.
+
+
unify(String) - Method in class org.loklak.susi.SusiThought
+
+
Unification applies a piece of memory within the current argument to a statement + which creates an instantiated statement
+
+
unShorten(String) - Static method in class org.loklak.harvester.RedirectUnshortener
+
 
+
unshorten(String) - Static method in class org.loklak.harvester.TwitterScraper
+
 
+
until - Variable in class org.loklak.objects.QueryEntry.ElasticsearchQuery
+
 
+
update(Peer) - Method in class org.loklak.objects.Peers
+
 
+
update(long, boolean) - Method in class org.loklak.objects.QueryEntry
+
+
update the query entry
+
+
update() - Method in class org.loklak.objects.QueryEntry
+
+
A 'blind' update can be done if the user submits a query but there are rules which prevent that the target system is queried + as well.
+
+
update() - Method in class org.loklak.tools.CacheStats
+
 
+
updateAccessTime() - Method in class org.loklak.objects.Timeline
+
 
+
updateAccessTime() - Method in class org.loklak.objects.Timeline2
+
 
+
updatefix() - Method in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
updateFrontPeerCache(RemoteAccess) - Static method in class org.loklak.data.DAO
+
 
+
upgrade() - Static method in class org.loklak.Caretaker
+
+
loklak upgrades itself if this is called
+
+
upgradeTime - Static variable in class org.loklak.Caretaker
+
 
+
url(int) - Method in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
user2json(User) - Static method in class org.loklak.harvester.TwitterAPI
+
 
+
USER_AGENT - Static variable in class org.loklak.http.ClientConnection
+
 
+
user_dump - Static variable in class org.loklak.data.DAO
+
 
+
USER_DUMP_FILE_PREFIX - Static variable in class org.loklak.data.DAO
+
 
+
UserAccountPermissions - Class in org.loklak.api.cms
+
 
+
UserAccountPermissions() - Constructor for class org.loklak.api.cms.UserAccountPermissions
+
 
+
UserEntry - Class in org.loklak.objects
+
 
+
UserEntry(String, String, String, String) - Constructor for class org.loklak.objects.UserEntry
+
 
+
UserEntry(JSONObject) - Constructor for class org.loklak.objects.UserEntry
+
 
+
UserFactory - Class in org.loklak.data
+
 
+
UserFactory(ElasticsearchClient, String, int, int) - Constructor for class org.loklak.data.UserFactory
+
 
+
UserManagementService - Class in org.loklak.api.cms
+
 
+
UserManagementService() - Constructor for class org.loklak.api.cms.UserManagementService
+
 
+
UserRole - Class in org.loklak.server
+
 
+
UserRole(String, BaseUserRole, UserRole, JSONObject) - Constructor for class org.loklak.server.UserRole
+
 
+
userRoles - Static variable in class org.loklak.data.DAO
+
 
+
UserRoles - Class in org.loklak.server
+
 
+
UserRoles(JSONObject) - Constructor for class org.loklak.server.UserRoles
+
 
+
users - Static variable in class org.loklak.data.DAO
+
 
+
UTCCalendar - Static variable in class org.loklak.tools.DateParser
+
 
+
utcFormatter - Static variable in class org.loklak.objects.AbstractObjectEntry
+
 
+
UTCtimeZone - Static variable in class org.loklak.tools.DateParser
+
 
+
UTF8 - Class in org.loklak.tools
+
 
+
UTF8() - Constructor for class org.loklak.tools.UTF8
+
 
+
+ + + +

V

+
+
validate(String) - Method in class org.loklak.harvester.JsonValidator
+
 
+
ValidateServlet - Class in org.loklak.api.iot
+
 
+
ValidateServlet() - Constructor for class org.loklak.api.iot.ValidateServlet
+
 
+
valueFrom(Map<String, String>, String) - Method in enum org.loklak.rss.RSSMessage.Token
+
 
+
valueOf(String) - Static method in enum org.loklak.data.Campaigns.State
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.data.Classifier.Category
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.data.Classifier.Context
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.data.DAO.IndexName
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.geo.LocationSource
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.graphics.RasterPlotter.DrawMode
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.graphics.RasterPlotter.FilterMode
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.harvester.HarvestingFrequency
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(int) - Static method in enum org.loklak.harvester.HarvestingFrequency
+
 
+
valueOf(String) - Static method in enum org.loklak.harvester.JsonFieldConverter.JsonConversionSchemaEnum
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.harvester.JsonValidator.JsonSchemaEnum
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(SourceType) - Static method in enum org.loklak.harvester.JsonValidator.JsonSchemaEnum
+
 
+
valueOf(String) - Static method in enum org.loklak.http.RemoteAccess.FileType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.AccountEntry.Field
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.ImportProfileEntry.EntryStatus
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.ImportProfileEntry.PrivacyStatus
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.Peer.Status
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.ProviderType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.QueryEntry.PlaceContext
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.SourceType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.Timeline.Order
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.objects.Timeline2.Order
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.rss.RSSMessage.Token
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.server.BaseUserRole
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.server.ClientCredential.Type
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.server.ClientIdentity.Type
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.server.ClientService.Type
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.server.HttpsMode
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.tools.Classification.ContentDomain
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.tools.OS.System
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.loklak.tools.storage.JsonRepository.Mode
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOfNick(String) - Static method in class org.loklak.rss.RSSMessage
+
 
+
values() - Static method in enum org.loklak.data.Campaigns.State
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.data.Classifier.Category
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.data.Classifier.Context
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.data.DAO.IndexName
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.geo.LocationSource
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.graphics.RasterPlotter.DrawMode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.graphics.RasterPlotter.FilterMode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.harvester.HarvestingFrequency
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.harvester.JsonFieldConverter.JsonConversionSchemaEnum
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.harvester.JsonValidator.JsonSchemaEnum
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.http.RemoteAccess.FileType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.AccountEntry.Field
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.ImportProfileEntry.EntryStatus
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.ImportProfileEntry.PrivacyStatus
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.Peer.Status
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.ProviderType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.QueryEntry.PlaceContext
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.SourceType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.Timeline.Order
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.objects.Timeline2.Order
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.rss.RSSMessage.Token
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.server.BaseUserRole
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.server.ClientCredential.Type
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.server.ClientIdentity.Type
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.server.ClientService.Type
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.server.HttpsMode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.tools.Classification.ContentDomain
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.tools.OS.System
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.loklak.tools.storage.JsonRepository.Mode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
valueToString(Object) - Static method in class org.json.JSONObject
+
+
Make a JSON text of an Object value.
+
+
variable_pattern - Static variable in class org.loklak.susi.SusiThought
+
 
+
velocity - Variable in class org.loklak.api.iot.NMEAServlet.GPSPosition
+
 
+
verificationLinkPlaceholder - Static variable in class org.loklak.api.cms.SignUpService
+
 
+
verify(JSONObject, PublicKey) - Static method in class org.loklak.tools.JsonSignature
+
+
Verfies if the signature of a JSONObject is valid
+
+
verify(Map<String, byte[]>, PublicKey) - Static method in class org.loklak.tools.JsonSignature
+
 
+
VERTICALBAR - Static variable in class org.loklak.tools.CommonPattern
+
 
+
videos - Variable in class org.loklak.objects.MessageEntry
+
 
+
vocabulary() - Method in enum org.loklak.data.Classifier.Context
+
 
+
+ + + +

W

+
+
wait_ready(long) - Static method in class org.loklak.data.DAO
+
 
+
wait_ready(long, ClusterHealthStatus) - Method in class org.loklak.data.ElasticsearchClient
+
 
+
waitReady(long) - Method in class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
WEEK_MILLIS - Static variable in class org.loklak.tools.DateParser
+
 
+
WeiboInfoScraper - Class in org.loklak.harvester
+
 
+
WeiboInfoScraper() - Constructor for class org.loklak.harvester.WeiboInfoScraper
+
 
+
west_lon - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
WHITESPACE_PATTERN - Static variable in class org.loklak.data.Classifier
+
 
+
width - Variable in class org.loklak.graphics.RasterPlotter
+
 
+
willBeTimeConsuming() - Method in class org.loklak.harvester.TwitterScraper.TwitterTweet
+
 
+
wrap(Object) - Static method in class org.json.JSONObject
+
+
Wrap an object, if necessary.
+
+
WrapperJsonFactory(JSONObject) - Constructor for class org.loklak.tools.storage.JsonStreamReader.WrapperJsonFactory
+
 
+
write(Writer) - Method in class org.json.JSONArray
+
+
Write the contents of the JSONArray as JSON text to a writer.
+
+
write(Writer, int, int) - Method in class org.json.JSONArray
+
+
Write the contents of the JSONArray as JSON text to a writer.
+
+
write(Writer) - Method in class org.json.JSONObject
+
+
Write the contents of the JSONObject as JSON text to a writer.
+
+
write(Writer, int, int) - Method in class org.json.JSONObject
+
+
Write the contents of the JSONObject as JSON text to a writer.
+
+
write(int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
write(char) - Method in class org.loklak.tools.ByteBuffer
+
 
+
write(byte[]) - Method in class org.loklak.tools.ByteBuffer
+
 
+
write(byte[], int, int) - Method in class org.loklak.tools.ByteBuffer
+
 
+
write(JSONObject) - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
write(JSONObject, char) - Method in class org.loklak.tools.storage.JsonRepository
+
 
+
writeAccount(AccountEntry, boolean) - Static method in class org.loklak.data.DAO
+
+
Store an account together with a user into the search index + This method is synchronized to prevent concurrent IO caused by this call.
+
+
writeArray(JsonGenerator, String, Collection<String>) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
writeArray(JsonGenerator, String, String[]) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
writeArray(JsonGenerator, String, double[]) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
writeDate(JsonGenerator, String, long) - Static method in class org.loklak.objects.AbstractObjectEntry
+
 
+
writeDump - Static variable in class org.loklak.data.DAO
+
 
+
writeEntries(Collection<IndexEntry<IndexObject>>) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
writeEntries(Collection<IndexEntry<Entry>>) - Method in interface org.loklak.data.IndexFactory
+
 
+
writeEntry(IndexEntry<IndexObject>) - Method in class org.loklak.data.AbstractIndexFactory
+
 
+
writeEntry(IndexEntry<Entry>) - Method in interface org.loklak.data.IndexFactory
+
 
+
writeImage(RemoteAccess.FileTypeEncoding, HttpServletResponse, Query, RasterPlotter) - Static method in class org.loklak.http.RemoteAccess
+
 
+
writeImportProfile(ImportProfileEntry, boolean) - Static method in class org.loklak.data.DAO
+
+
Store an import profile into the search index + This method is synchronized to prevent concurrent IO caused by this call.
+
+
writeLines(File, String[]) - Static method in class org.loklak.tools.BufferedRandomAccessFile.Test
+
 
+
writeMap(String, Map<String, Object>, String, String) - Method in class org.loklak.data.ElasticsearchClient
+
+
Write a json document into the search index.
+
+
writeMapBulk(String, List<ElasticsearchClient.BulkEntry>) - Method in class org.loklak.data.ElasticsearchClient
+
+
bulk message write
+
+
writeMessage(DAO.MessageWrapper) - Static method in class org.loklak.data.DAO
+
+
Store a message together with a user into the search index
+
+
writeMessageBulk(Collection<DAO.MessageWrapper>) - Static method in class org.loklak.data.DAO
+
 
+
writeSource(String, XContentBuilder, String, String, long, VersionType) - Method in class org.loklak.data.ElasticsearchClient
+
+
Write a json document into the search index.
+
+
writeTo(OutputStream) - Method in class org.loklak.tools.ByteBuffer
+
 
+
writeToIndex() - Method in class org.loklak.objects.Timeline
+
 
+
writeToIndex() - Method in class org.loklak.objects.Timeline2
+
 
+
+ + + +

X

+
+
x - Variable in class org.loklak.graphics.GraphPlotter.Point
+
 
+
XML - Class in org.json
+
+
This provides static methods to convert an XML text into a JSONObject, + and to covert a JSONObject into an XML text.
+
+
XML() - Constructor for class org.json.XML
+
 
+
XMLServlet - Class in org.loklak.api.tools
+
 
+
XMLServlet() - Constructor for class org.loklak.api.tools.XMLServlet
+
 
+
XMLTokener - Class in org.json
+
+
The XMLTokener extends the JSONTokener to provide additional methods + for the parsing of XML texts.
+
+
XMLTokener(String) - Constructor for class org.json.XMLTokener
+
+
Construct an XMLTokener from a string.
+
+
xtile - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
+ + + +

Y

+
+
y - Variable in class org.loklak.graphics.GraphPlotter.Point
+
 
+
YahiHazeServlet - Class in org.loklak.api.iot
+
 
+
YahiHazeServlet() - Constructor for class org.loklak.api.iot.YahiHazeServlet
+
 
+
YoutubeScraper - Class in org.loklak.harvester
+
 
+
YoutubeScraper() - Constructor for class org.loklak.harvester.YoutubeScraper
+
 
+
YoutubeScraper(Map<String, String>) - Constructor for class org.loklak.harvester.YoutubeScraper
+
 
+
YoutubeScraper(String) - Constructor for class org.loklak.harvester.YoutubeScraper
+
 
+
ytile - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
+ + + +

Z

+
+
zoom - Variable in class org.loklak.geo.OSMTile.TileCoordinates
+
 
+
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/index.html b/javadoc/index.html new file mode 100644 index 0000000..a3f0489 --- /dev/null +++ b/javadoc/index.html @@ -0,0 +1,74 @@ + + + + + +Generated Documentation (Untitled) + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/javadoc/org/json/CDL.html b/javadoc/org/json/CDL.html new file mode 100644 index 0000000..cd1c1ba --- /dev/null +++ b/javadoc/org/json/CDL.html @@ -0,0 +1,524 @@ + + + + + +CDL + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class CDL

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/JSONArray.html b/javadoc/org/json/JSONArray.html new file mode 100644 index 0000000..afccbc8 --- /dev/null +++ b/javadoc/org/json/JSONArray.html @@ -0,0 +1,1770 @@ + + + + + +JSONArray + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONArray

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/JSONException.html b/javadoc/org/json/JSONException.html new file mode 100644 index 0000000..ee98bd3 --- /dev/null +++ b/javadoc/org/json/JSONException.html @@ -0,0 +1,314 @@ + + + + + +JSONException + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/JSONML.html b/javadoc/org/json/JSONML.html new file mode 100644 index 0000000..e86f4ad --- /dev/null +++ b/javadoc/org/json/JSONML.html @@ -0,0 +1,442 @@ + + + + + +JSONML + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONML

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/JSONObject.html b/javadoc/org/json/JSONObject.html new file mode 100644 index 0000000..7662920 --- /dev/null +++ b/javadoc/org/json/JSONObject.html @@ -0,0 +1,2243 @@ + + + + + +JSONObject + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONObject

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/JSONString.html b/javadoc/org/json/JSONString.html new file mode 100644 index 0000000..0dcbc03 --- /dev/null +++ b/javadoc/org/json/JSONString.html @@ -0,0 +1,234 @@ + + + + + +JSONString + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Interface JSONString

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/JSONTokener.html b/javadoc/org/json/JSONTokener.html new file mode 100644 index 0000000..155e8a1 --- /dev/null +++ b/javadoc/org/json/JSONTokener.html @@ -0,0 +1,673 @@ + + + + + +JSONTokener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class JSONTokener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/XML.html b/javadoc/org/json/XML.html new file mode 100644 index 0000000..4b8974c --- /dev/null +++ b/javadoc/org/json/XML.html @@ -0,0 +1,590 @@ + + + + + +XML + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class XML

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/XMLTokener.html b/javadoc/org/json/XMLTokener.html new file mode 100644 index 0000000..a0b8c63 --- /dev/null +++ b/javadoc/org/json/XMLTokener.html @@ -0,0 +1,469 @@ + + + + + +XMLTokener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.json
+

Class XMLTokener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/package-frame.html b/javadoc/org/json/package-frame.html new file mode 100644 index 0000000..89f1351 --- /dev/null +++ b/javadoc/org/json/package-frame.html @@ -0,0 +1,34 @@ + + + + + +org.json + + + + + +

org.json

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +
+ + diff --git a/javadoc/org/json/package-summary.html b/javadoc/org/json/package-summary.html new file mode 100644 index 0000000..ef5c66c --- /dev/null +++ b/javadoc/org/json/package-summary.html @@ -0,0 +1,221 @@ + + + + + +org.json + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.json

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/json/package-tree.html b/javadoc/org/json/package-tree.html new file mode 100644 index 0000000..3360201 --- /dev/null +++ b/javadoc/org/json/package-tree.html @@ -0,0 +1,161 @@ + + + + + +org.json Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.json

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/Caretaker.html b/javadoc/org/loklak/Caretaker.html new file mode 100644 index 0000000..be8c0c6 --- /dev/null +++ b/javadoc/org/loklak/Caretaker.html @@ -0,0 +1,409 @@ + + + + + +Caretaker + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak
+

Class Caretaker

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/Crawler.html b/javadoc/org/loklak/Crawler.html new file mode 100644 index 0000000..21bf814 --- /dev/null +++ b/javadoc/org/loklak/Crawler.html @@ -0,0 +1,303 @@ + + + + + +Crawler + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak
+

Class Crawler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/DumpImporter.html b/javadoc/org/loklak/DumpImporter.html new file mode 100644 index 0000000..c031828 --- /dev/null +++ b/javadoc/org/loklak/DumpImporter.html @@ -0,0 +1,350 @@ + + + + + +DumpImporter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak
+

Class DumpImporter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/LoklakEmailHandler.html b/javadoc/org/loklak/LoklakEmailHandler.html new file mode 100644 index 0000000..f3df260 --- /dev/null +++ b/javadoc/org/loklak/LoklakEmailHandler.html @@ -0,0 +1,363 @@ + + + + + +LoklakEmailHandler + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak
+

Class LoklakEmailHandler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/LoklakInstallation.html b/javadoc/org/loklak/LoklakInstallation.html new file mode 100644 index 0000000..8b7c8e3 --- /dev/null +++ b/javadoc/org/loklak/LoklakInstallation.html @@ -0,0 +1,336 @@ + + + + + +LoklakInstallation + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak
+

Class LoklakInstallation

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/LoklakServer.html b/javadoc/org/loklak/LoklakServer.html new file mode 100644 index 0000000..fec4e8f --- /dev/null +++ b/javadoc/org/loklak/LoklakServer.html @@ -0,0 +1,393 @@ + + + + + +LoklakServer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak
+

Class LoklakServer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/AccessServlet.html b/javadoc/org/loklak/api/admin/AccessServlet.html new file mode 100644 index 0000000..45be027 --- /dev/null +++ b/javadoc/org/loklak/api/admin/AccessServlet.html @@ -0,0 +1,305 @@ + + + + + +AccessServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.admin
+

Class AccessServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/CampaignServlet.html b/javadoc/org/loklak/api/admin/CampaignServlet.html new file mode 100644 index 0000000..250d31b --- /dev/null +++ b/javadoc/org/loklak/api/admin/CampaignServlet.html @@ -0,0 +1,305 @@ + + + + + +CampaignServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.admin
+

Class CampaignServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/CrawlerServlet.html b/javadoc/org/loklak/api/admin/CrawlerServlet.html new file mode 100644 index 0000000..00cda81 --- /dev/null +++ b/javadoc/org/loklak/api/admin/CrawlerServlet.html @@ -0,0 +1,305 @@ + + + + + +CrawlerServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.admin
+

Class CrawlerServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/SettingsServlet.html b/javadoc/org/loklak/api/admin/SettingsServlet.html new file mode 100644 index 0000000..a69a421 --- /dev/null +++ b/javadoc/org/loklak/api/admin/SettingsServlet.html @@ -0,0 +1,306 @@ + + + + + +SettingsServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.admin
+

Class SettingsServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/StatusService.html b/javadoc/org/loklak/api/admin/StatusService.html new file mode 100644 index 0000000..ca5fa95 --- /dev/null +++ b/javadoc/org/loklak/api/admin/StatusService.html @@ -0,0 +1,412 @@ + + + + + +StatusService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.admin
+

Class StatusService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/ThreaddumpServlet.html b/javadoc/org/loklak/api/admin/ThreaddumpServlet.html new file mode 100644 index 0000000..3bad614 --- /dev/null +++ b/javadoc/org/loklak/api/admin/ThreaddumpServlet.html @@ -0,0 +1,305 @@ + + + + + +ThreaddumpServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.admin
+

Class ThreaddumpServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/package-frame.html b/javadoc/org/loklak/api/admin/package-frame.html new file mode 100644 index 0000000..19c88ba --- /dev/null +++ b/javadoc/org/loklak/api/admin/package-frame.html @@ -0,0 +1,25 @@ + + + + + +org.loklak.api.admin + + + + + +

org.loklak.api.admin

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/admin/package-summary.html b/javadoc/org/loklak/api/admin/package-summary.html new file mode 100644 index 0000000..eaa96cd --- /dev/null +++ b/javadoc/org/loklak/api/admin/package-summary.html @@ -0,0 +1,162 @@ + + + + + +org.loklak.api.admin + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.admin

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/admin/package-tree.html b/javadoc/org/loklak/api/admin/package-tree.html new file mode 100644 index 0000000..bf8320a --- /dev/null +++ b/javadoc/org/loklak/api/admin/package-tree.html @@ -0,0 +1,168 @@ + + + + + +org.loklak.api.admin Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.admin

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/aggregation/ClassifierServlet.html b/javadoc/org/loklak/api/aggregation/ClassifierServlet.html new file mode 100644 index 0000000..d638262 --- /dev/null +++ b/javadoc/org/loklak/api/aggregation/ClassifierServlet.html @@ -0,0 +1,407 @@ + + + + + +ClassifierServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.aggregation
+

Class ClassifierServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/aggregation/ClassifierServletCache.html b/javadoc/org/loklak/api/aggregation/ClassifierServletCache.html new file mode 100644 index 0000000..f82cd6d --- /dev/null +++ b/javadoc/org/loklak/api/aggregation/ClassifierServletCache.html @@ -0,0 +1,300 @@ + + + + + +ClassifierServletCache + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.aggregation
+

Class ClassifierServletCache

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/aggregation/package-frame.html b/javadoc/org/loklak/api/aggregation/package-frame.html new file mode 100644 index 0000000..39a1f5c --- /dev/null +++ b/javadoc/org/loklak/api/aggregation/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.loklak.api.aggregation + + + + + +

org.loklak.api.aggregation

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/aggregation/package-summary.html b/javadoc/org/loklak/api/aggregation/package-summary.html new file mode 100644 index 0000000..18fe259 --- /dev/null +++ b/javadoc/org/loklak/api/aggregation/package-summary.html @@ -0,0 +1,144 @@ + + + + + +org.loklak.api.aggregation + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.aggregation

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/aggregation/package-tree.html b/javadoc/org/loklak/api/aggregation/package-tree.html new file mode 100644 index 0000000..d53607e --- /dev/null +++ b/javadoc/org/loklak/api/aggregation/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.loklak.api.aggregation Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.aggregation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/amazon/AmazonProductService.html b/javadoc/org/loklak/api/amazon/AmazonProductService.html new file mode 100644 index 0000000..7f4fbe3 --- /dev/null +++ b/javadoc/org/loklak/api/amazon/AmazonProductService.html @@ -0,0 +1,426 @@ + + + + + +AmazonProductService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.amazon
+

Class AmazonProductService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/amazon/SignedRequestsHelper.html b/javadoc/org/loklak/api/amazon/SignedRequestsHelper.html new file mode 100644 index 0000000..cd5d1ec --- /dev/null +++ b/javadoc/org/loklak/api/amazon/SignedRequestsHelper.html @@ -0,0 +1,299 @@ + + + + + +SignedRequestsHelper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.amazon
+

Class SignedRequestsHelper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/amazon/package-frame.html b/javadoc/org/loklak/api/amazon/package-frame.html new file mode 100644 index 0000000..6ac83c1 --- /dev/null +++ b/javadoc/org/loklak/api/amazon/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.loklak.api.amazon + + + + + +

org.loklak.api.amazon

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/amazon/package-summary.html b/javadoc/org/loklak/api/amazon/package-summary.html new file mode 100644 index 0000000..709d963 --- /dev/null +++ b/javadoc/org/loklak/api/amazon/package-summary.html @@ -0,0 +1,147 @@ + + + + + +org.loklak.api.amazon + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.amazon

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/amazon/package-tree.html b/javadoc/org/loklak/api/amazon/package-tree.html new file mode 100644 index 0000000..c4333fe --- /dev/null +++ b/javadoc/org/loklak/api/amazon/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.loklak.api.amazon Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.amazon

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/AccountService.html b/javadoc/org/loklak/api/cms/AccountService.html new file mode 100644 index 0000000..76b1b30 --- /dev/null +++ b/javadoc/org/loklak/api/cms/AccountService.html @@ -0,0 +1,381 @@ + + + + + +AccountService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class AccountService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/AppsService.html b/javadoc/org/loklak/api/cms/AppsService.html new file mode 100644 index 0000000..606c489 --- /dev/null +++ b/javadoc/org/loklak/api/cms/AppsService.html @@ -0,0 +1,381 @@ + + + + + +AppsService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class AppsService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/AssetServlet.html b/javadoc/org/loklak/api/cms/AssetServlet.html new file mode 100644 index 0000000..ab50814 --- /dev/null +++ b/javadoc/org/loklak/api/cms/AssetServlet.html @@ -0,0 +1,305 @@ + + + + + +AssetServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class AssetServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/AuthorizationDemoService.html b/javadoc/org/loklak/api/cms/AuthorizationDemoService.html new file mode 100644 index 0000000..326b6e5 --- /dev/null +++ b/javadoc/org/loklak/api/cms/AuthorizationDemoService.html @@ -0,0 +1,381 @@ + + + + + +AuthorizationDemoService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class AuthorizationDemoService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/DumpDownloadServlet.html b/javadoc/org/loklak/api/cms/DumpDownloadServlet.html new file mode 100644 index 0000000..6d07156 --- /dev/null +++ b/javadoc/org/loklak/api/cms/DumpDownloadServlet.html @@ -0,0 +1,305 @@ + + + + + +DumpDownloadServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class DumpDownloadServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/InstallationPageService.html b/javadoc/org/loklak/api/cms/InstallationPageService.html new file mode 100644 index 0000000..05ab799 --- /dev/null +++ b/javadoc/org/loklak/api/cms/InstallationPageService.html @@ -0,0 +1,381 @@ + + + + + +InstallationPageService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class InstallationPageService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/LoginService.html b/javadoc/org/loklak/api/cms/LoginService.html new file mode 100644 index 0000000..4f48d67 --- /dev/null +++ b/javadoc/org/loklak/api/cms/LoginService.html @@ -0,0 +1,390 @@ + + + + + +LoginService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class LoginService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/PasswordRecoveryService.html b/javadoc/org/loklak/api/cms/PasswordRecoveryService.html new file mode 100644 index 0000000..46e7865 --- /dev/null +++ b/javadoc/org/loklak/api/cms/PasswordRecoveryService.html @@ -0,0 +1,381 @@ + + + + + +PasswordRecoveryService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class PasswordRecoveryService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/PasswordResetService.html b/javadoc/org/loklak/api/cms/PasswordResetService.html new file mode 100644 index 0000000..ab33efd --- /dev/null +++ b/javadoc/org/loklak/api/cms/PasswordResetService.html @@ -0,0 +1,381 @@ + + + + + +PasswordResetService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class PasswordResetService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/ProxyServlet.html b/javadoc/org/loklak/api/cms/ProxyServlet.html new file mode 100644 index 0000000..94f986b --- /dev/null +++ b/javadoc/org/loklak/api/cms/ProxyServlet.html @@ -0,0 +1,329 @@ + + + + + +ProxyServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class ProxyServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/PublicKeyRegistrationService.html b/javadoc/org/loklak/api/cms/PublicKeyRegistrationService.html new file mode 100644 index 0000000..440fd3e --- /dev/null +++ b/javadoc/org/loklak/api/cms/PublicKeyRegistrationService.html @@ -0,0 +1,402 @@ + + + + + +PublicKeyRegistrationService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class PublicKeyRegistrationService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/SettingsManagementService.html b/javadoc/org/loklak/api/cms/SettingsManagementService.html new file mode 100644 index 0000000..667842d --- /dev/null +++ b/javadoc/org/loklak/api/cms/SettingsManagementService.html @@ -0,0 +1,381 @@ + + + + + +SettingsManagementService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class SettingsManagementService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/SignUpService.html b/javadoc/org/loklak/api/cms/SignUpService.html new file mode 100644 index 0000000..a2524dd --- /dev/null +++ b/javadoc/org/loklak/api/cms/SignUpService.html @@ -0,0 +1,409 @@ + + + + + +SignUpService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class SignUpService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/Sitemap.html b/javadoc/org/loklak/api/cms/Sitemap.html new file mode 100644 index 0000000..48f703e --- /dev/null +++ b/javadoc/org/loklak/api/cms/Sitemap.html @@ -0,0 +1,305 @@ + + + + + +Sitemap + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class Sitemap

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/TopMenuService.html b/javadoc/org/loklak/api/cms/TopMenuService.html new file mode 100644 index 0000000..a06c040 --- /dev/null +++ b/javadoc/org/loklak/api/cms/TopMenuService.html @@ -0,0 +1,378 @@ + + + + + +TopMenuService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class TopMenuService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/TwitterAnalysisService.html b/javadoc/org/loklak/api/cms/TwitterAnalysisService.html new file mode 100644 index 0000000..c5ce7ad --- /dev/null +++ b/javadoc/org/loklak/api/cms/TwitterAnalysisService.html @@ -0,0 +1,396 @@ + + + + + +TwitterAnalysisService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class TwitterAnalysisService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/UserAccountPermissions.html b/javadoc/org/loklak/api/cms/UserAccountPermissions.html new file mode 100644 index 0000000..78b8c37 --- /dev/null +++ b/javadoc/org/loklak/api/cms/UserAccountPermissions.html @@ -0,0 +1,381 @@ + + + + + +UserAccountPermissions + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class UserAccountPermissions

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/UserManagementService.html b/javadoc/org/loklak/api/cms/UserManagementService.html new file mode 100644 index 0000000..e300b26 --- /dev/null +++ b/javadoc/org/loklak/api/cms/UserManagementService.html @@ -0,0 +1,381 @@ + + + + + +UserManagementService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.cms
+

Class UserManagementService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/package-frame.html b/javadoc/org/loklak/api/cms/package-frame.html new file mode 100644 index 0000000..fa80290 --- /dev/null +++ b/javadoc/org/loklak/api/cms/package-frame.html @@ -0,0 +1,37 @@ + + + + + +org.loklak.api.cms + + + + + +

org.loklak.api.cms

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/cms/package-summary.html b/javadoc/org/loklak/api/cms/package-summary.html new file mode 100644 index 0000000..c153ca2 --- /dev/null +++ b/javadoc/org/loklak/api/cms/package-summary.html @@ -0,0 +1,212 @@ + + + + + +org.loklak.api.cms + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.cms

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/cms/package-tree.html b/javadoc/org/loklak/api/cms/package-tree.html new file mode 100644 index 0000000..aa4ac69 --- /dev/null +++ b/javadoc/org/loklak/api/cms/package-tree.html @@ -0,0 +1,176 @@ + + + + + +org.loklak.api.cms Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.cms

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/geo/GeocodeServlet.html b/javadoc/org/loklak/api/geo/GeocodeServlet.html new file mode 100644 index 0000000..b01a294 --- /dev/null +++ b/javadoc/org/loklak/api/geo/GeocodeServlet.html @@ -0,0 +1,310 @@ + + + + + +GeocodeServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.geo
+

Class GeocodeServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/geo/package-frame.html b/javadoc/org/loklak/api/geo/package-frame.html new file mode 100644 index 0000000..b7d6a83 --- /dev/null +++ b/javadoc/org/loklak/api/geo/package-frame.html @@ -0,0 +1,20 @@ + + + + + +org.loklak.api.geo + + + + + +

org.loklak.api.geo

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/geo/package-summary.html b/javadoc/org/loklak/api/geo/package-summary.html new file mode 100644 index 0000000..8e20280 --- /dev/null +++ b/javadoc/org/loklak/api/geo/package-summary.html @@ -0,0 +1,146 @@ + + + + + +org.loklak.api.geo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.geo

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/geo/package-tree.html b/javadoc/org/loklak/api/geo/package-tree.html new file mode 100644 index 0000000..f959c9c --- /dev/null +++ b/javadoc/org/loklak/api/geo/package-tree.html @@ -0,0 +1,139 @@ + + + + + +org.loklak.api.geo Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.geo

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/AbstractPushServlet.html b/javadoc/org/loklak/api/iot/AbstractPushServlet.html new file mode 100644 index 0000000..5fca4c7 --- /dev/null +++ b/javadoc/org/loklak/api/iot/AbstractPushServlet.html @@ -0,0 +1,392 @@ + + + + + +AbstractPushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class AbstractPushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/EarthquakeServlet.html b/javadoc/org/loklak/api/iot/EarthquakeServlet.html new file mode 100644 index 0000000..732c60e --- /dev/null +++ b/javadoc/org/loklak/api/iot/EarthquakeServlet.html @@ -0,0 +1,325 @@ + + + + + +EarthquakeServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class EarthquakeServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/FossasiaPushServlet.html b/javadoc/org/loklak/api/iot/FossasiaPushServlet.html new file mode 100644 index 0000000..48513ad --- /dev/null +++ b/javadoc/org/loklak/api/iot/FossasiaPushServlet.html @@ -0,0 +1,358 @@ + + + + + +FossasiaPushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class FossasiaPushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/FreifunkNodeFetchServlet.html b/javadoc/org/loklak/api/iot/FreifunkNodeFetchServlet.html new file mode 100644 index 0000000..2c851f0 --- /dev/null +++ b/javadoc/org/loklak/api/iot/FreifunkNodeFetchServlet.html @@ -0,0 +1,325 @@ + + + + + +FreifunkNodeFetchServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class FreifunkNodeFetchServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/FreifunkNodePushServlet.html b/javadoc/org/loklak/api/iot/FreifunkNodePushServlet.html new file mode 100644 index 0000000..5d4cdbb --- /dev/null +++ b/javadoc/org/loklak/api/iot/FreifunkNodePushServlet.html @@ -0,0 +1,358 @@ + + + + + +FreifunkNodePushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class FreifunkNodePushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/GeoJsonPushServlet.html b/javadoc/org/loklak/api/iot/GeoJsonPushServlet.html new file mode 100644 index 0000000..28ddbf8 --- /dev/null +++ b/javadoc/org/loklak/api/iot/GeoJsonPushServlet.html @@ -0,0 +1,305 @@ + + + + + +GeoJsonPushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class GeoJsonPushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/ImportProfileServlet.html b/javadoc/org/loklak/api/iot/ImportProfileServlet.html new file mode 100644 index 0000000..fdd7b81 --- /dev/null +++ b/javadoc/org/loklak/api/iot/ImportProfileServlet.html @@ -0,0 +1,305 @@ + + + + + +ImportProfileServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class ImportProfileServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/NMEAServlet.GPSPosition.html b/javadoc/org/loklak/api/iot/NMEAServlet.GPSPosition.html new file mode 100644 index 0000000..b62c5bc --- /dev/null +++ b/javadoc/org/loklak/api/iot/NMEAServlet.GPSPosition.html @@ -0,0 +1,430 @@ + + + + + +NMEAServlet.GPSPosition + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class NMEAServlet.GPSPosition

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/NMEAServlet.html b/javadoc/org/loklak/api/iot/NMEAServlet.html new file mode 100644 index 0000000..47e498e --- /dev/null +++ b/javadoc/org/loklak/api/iot/NMEAServlet.html @@ -0,0 +1,337 @@ + + + + + +NMEAServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class NMEAServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/NOAAAlertServlet.html b/javadoc/org/loklak/api/iot/NOAAAlertServlet.html new file mode 100644 index 0000000..495b43d --- /dev/null +++ b/javadoc/org/loklak/api/iot/NOAAAlertServlet.html @@ -0,0 +1,305 @@ + + + + + +NOAAAlertServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class NOAAAlertServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/NetmonPushServlet.html b/javadoc/org/loklak/api/iot/NetmonPushServlet.html new file mode 100644 index 0000000..0bbfa23 --- /dev/null +++ b/javadoc/org/loklak/api/iot/NetmonPushServlet.html @@ -0,0 +1,283 @@ + + + + + +NetmonPushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class NetmonPushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/NodelistPushServlet.html b/javadoc/org/loklak/api/iot/NodelistPushServlet.html new file mode 100644 index 0000000..e14ad5a --- /dev/null +++ b/javadoc/org/loklak/api/iot/NodelistPushServlet.html @@ -0,0 +1,358 @@ + + + + + +NodelistPushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class NodelistPushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/OpenWifiMapPushServlet.html b/javadoc/org/loklak/api/iot/OpenWifiMapPushServlet.html new file mode 100644 index 0000000..5b9b991 --- /dev/null +++ b/javadoc/org/loklak/api/iot/OpenWifiMapPushServlet.html @@ -0,0 +1,358 @@ + + + + + +OpenWifiMapPushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class OpenWifiMapPushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/PushReport.html b/javadoc/org/loklak/api/iot/PushReport.html new file mode 100644 index 0000000..d282e37 --- /dev/null +++ b/javadoc/org/loklak/api/iot/PushReport.html @@ -0,0 +1,412 @@ + + + + + +PushReport + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class PushReport

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/PushServletHelper.html b/javadoc/org/loklak/api/iot/PushServletHelper.html new file mode 100644 index 0000000..4ee415e --- /dev/null +++ b/javadoc/org/loklak/api/iot/PushServletHelper.html @@ -0,0 +1,397 @@ + + + + + +PushServletHelper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class PushServletHelper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/StuffInSpaceServlet.html b/javadoc/org/loklak/api/iot/StuffInSpaceServlet.html new file mode 100644 index 0000000..eee44ff --- /dev/null +++ b/javadoc/org/loklak/api/iot/StuffInSpaceServlet.html @@ -0,0 +1,325 @@ + + + + + +StuffInSpaceServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class StuffInSpaceServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/ValidateServlet.html b/javadoc/org/loklak/api/iot/ValidateServlet.html new file mode 100644 index 0000000..93c66cf --- /dev/null +++ b/javadoc/org/loklak/api/iot/ValidateServlet.html @@ -0,0 +1,305 @@ + + + + + +ValidateServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class ValidateServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/YahiHazeServlet.html b/javadoc/org/loklak/api/iot/YahiHazeServlet.html new file mode 100644 index 0000000..3de0666 --- /dev/null +++ b/javadoc/org/loklak/api/iot/YahiHazeServlet.html @@ -0,0 +1,325 @@ + + + + + +YahiHazeServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.iot
+

Class YahiHazeServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/package-frame.html b/javadoc/org/loklak/api/iot/package-frame.html new file mode 100644 index 0000000..aaa6254 --- /dev/null +++ b/javadoc/org/loklak/api/iot/package-frame.html @@ -0,0 +1,36 @@ + + + + + +org.loklak.api.iot + + + + + +

org.loklak.api.iot

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/iot/package-summary.html b/javadoc/org/loklak/api/iot/package-summary.html new file mode 100644 index 0000000..d0caecb --- /dev/null +++ b/javadoc/org/loklak/api/iot/package-summary.html @@ -0,0 +1,204 @@ + + + + + +org.loklak.api.iot + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.iot

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/iot/package-tree.html b/javadoc/org/loklak/api/iot/package-tree.html new file mode 100644 index 0000000..82e9371 --- /dev/null +++ b/javadoc/org/loklak/api/iot/package-tree.html @@ -0,0 +1,199 @@ + + + + + +org.loklak.api.iot Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.iot

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/p2p/HelloService.html b/javadoc/org/loklak/api/p2p/HelloService.html new file mode 100644 index 0000000..8cc4c30 --- /dev/null +++ b/javadoc/org/loklak/api/p2p/HelloService.html @@ -0,0 +1,393 @@ + + + + + +HelloService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.p2p
+

Class HelloService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/p2p/PeersServlet.html b/javadoc/org/loklak/api/p2p/PeersServlet.html new file mode 100644 index 0000000..595efa6 --- /dev/null +++ b/javadoc/org/loklak/api/p2p/PeersServlet.html @@ -0,0 +1,335 @@ + + + + + +PeersServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.p2p
+

Class PeersServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/p2p/PushServlet.html b/javadoc/org/loklak/api/p2p/PushServlet.html new file mode 100644 index 0000000..bfa6af8 --- /dev/null +++ b/javadoc/org/loklak/api/p2p/PushServlet.html @@ -0,0 +1,379 @@ + + + + + +PushServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.p2p
+

Class PushServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/p2p/package-frame.html b/javadoc/org/loklak/api/p2p/package-frame.html new file mode 100644 index 0000000..34b7f90 --- /dev/null +++ b/javadoc/org/loklak/api/p2p/package-frame.html @@ -0,0 +1,22 @@ + + + + + +org.loklak.api.p2p + + + + + +

org.loklak.api.p2p

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/p2p/package-summary.html b/javadoc/org/loklak/api/p2p/package-summary.html new file mode 100644 index 0000000..748dbeb --- /dev/null +++ b/javadoc/org/loklak/api/p2p/package-summary.html @@ -0,0 +1,152 @@ + + + + + +org.loklak.api.p2p + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.p2p

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/p2p/package-tree.html b/javadoc/org/loklak/api/p2p/package-tree.html new file mode 100644 index 0000000..d54a63b --- /dev/null +++ b/javadoc/org/loklak/api/p2p/package-tree.html @@ -0,0 +1,153 @@ + + + + + +org.loklak.api.p2p Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.p2p

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/package-frame.html b/javadoc/org/loklak/api/package-frame.html new file mode 100644 index 0000000..7ae5710 --- /dev/null +++ b/javadoc/org/loklak/api/package-frame.html @@ -0,0 +1,14 @@ + + + + + +org.loklak.api + + + + + +

org.loklak.api

+ + diff --git a/javadoc/org/loklak/api/package-summary.html b/javadoc/org/loklak/api/package-summary.html new file mode 100644 index 0000000..527ef76 --- /dev/null +++ b/javadoc/org/loklak/api/package-summary.html @@ -0,0 +1,121 @@ + + + + + +org.loklak.api + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/package-tree.html b/javadoc/org/loklak/api/package-tree.html new file mode 100644 index 0000000..ae3ba3a --- /dev/null +++ b/javadoc/org/loklak/api/package-tree.html @@ -0,0 +1,125 @@ + + + + + +org.loklak.api Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api

+Package Hierarchies: + +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/tools/CSVServlet.html b/javadoc/org/loklak/api/tools/CSVServlet.html new file mode 100644 index 0000000..bcadf41 --- /dev/null +++ b/javadoc/org/loklak/api/tools/CSVServlet.html @@ -0,0 +1,305 @@ + + + + + +CSVServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.tools
+

Class CSVServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/tools/XMLServlet.html b/javadoc/org/loklak/api/tools/XMLServlet.html new file mode 100644 index 0000000..a7f7104 --- /dev/null +++ b/javadoc/org/loklak/api/tools/XMLServlet.html @@ -0,0 +1,305 @@ + + + + + +XMLServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.tools
+

Class XMLServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/tools/package-frame.html b/javadoc/org/loklak/api/tools/package-frame.html new file mode 100644 index 0000000..0fcd91f --- /dev/null +++ b/javadoc/org/loklak/api/tools/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.loklak.api.tools + + + + + +

org.loklak.api.tools

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/tools/package-summary.html b/javadoc/org/loklak/api/tools/package-summary.html new file mode 100644 index 0000000..a8328aa --- /dev/null +++ b/javadoc/org/loklak/api/tools/package-summary.html @@ -0,0 +1,144 @@ + + + + + +org.loklak.api.tools + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.tools

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/tools/package-tree.html b/javadoc/org/loklak/api/tools/package-tree.html new file mode 100644 index 0000000..c51b57f --- /dev/null +++ b/javadoc/org/loklak/api/tools/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.loklak.api.tools Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.tools

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/vis/MapServlet.html b/javadoc/org/loklak/api/vis/MapServlet.html new file mode 100644 index 0000000..7b52a19 --- /dev/null +++ b/javadoc/org/loklak/api/vis/MapServlet.html @@ -0,0 +1,329 @@ + + + + + +MapServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.vis
+

Class MapServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/vis/MarkdownServlet.html b/javadoc/org/loklak/api/vis/MarkdownServlet.html new file mode 100644 index 0000000..c5c9e51 --- /dev/null +++ b/javadoc/org/loklak/api/vis/MarkdownServlet.html @@ -0,0 +1,329 @@ + + + + + +MarkdownServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.vis
+

Class MarkdownServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/vis/PieChartServlet.html b/javadoc/org/loklak/api/vis/PieChartServlet.html new file mode 100644 index 0000000..eb8de58 --- /dev/null +++ b/javadoc/org/loklak/api/vis/PieChartServlet.html @@ -0,0 +1,360 @@ + + + + + +PieChartServlet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.api.vis
+

Class PieChartServlet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/vis/package-frame.html b/javadoc/org/loklak/api/vis/package-frame.html new file mode 100644 index 0000000..eba60fa --- /dev/null +++ b/javadoc/org/loklak/api/vis/package-frame.html @@ -0,0 +1,22 @@ + + + + + +org.loklak.api.vis + + + + + +

org.loklak.api.vis

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/api/vis/package-summary.html b/javadoc/org/loklak/api/vis/package-summary.html new file mode 100644 index 0000000..9ad297a --- /dev/null +++ b/javadoc/org/loklak/api/vis/package-summary.html @@ -0,0 +1,148 @@ + + + + + +org.loklak.api.vis + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.api.vis

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/api/vis/package-tree.html b/javadoc/org/loklak/api/vis/package-tree.html new file mode 100644 index 0000000..537b253 --- /dev/null +++ b/javadoc/org/loklak/api/vis/package-tree.html @@ -0,0 +1,149 @@ + + + + + +org.loklak.api.vis Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.api.vis

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/AbstractIndexFactory.html b/javadoc/org/loklak/data/AbstractIndexFactory.html new file mode 100644 index 0000000..1510267 --- /dev/null +++ b/javadoc/org/loklak/data/AbstractIndexFactory.html @@ -0,0 +1,544 @@ + + + + + +AbstractIndexFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class AbstractIndexFactory<IndexObject extends ObjectEntry>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/AccountFactory.html b/javadoc/org/loklak/data/AccountFactory.html new file mode 100644 index 0000000..6751d13 --- /dev/null +++ b/javadoc/org/loklak/data/AccountFactory.html @@ -0,0 +1,321 @@ + + + + + +AccountFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class AccountFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Campaign.html b/javadoc/org/loklak/data/Campaign.html new file mode 100644 index 0000000..9e8c10a --- /dev/null +++ b/javadoc/org/loklak/data/Campaign.html @@ -0,0 +1,542 @@ + + + + + +Campaign + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class Campaign

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Campaigns.State.html b/javadoc/org/loklak/data/Campaigns.State.html new file mode 100644 index 0000000..68f581d --- /dev/null +++ b/javadoc/org/loklak/data/Campaigns.State.html @@ -0,0 +1,415 @@ + + + + + +Campaigns.State + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Enum Campaigns.State

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Campaigns.html b/javadoc/org/loklak/data/Campaigns.html new file mode 100644 index 0000000..7b43b4e --- /dev/null +++ b/javadoc/org/loklak/data/Campaigns.html @@ -0,0 +1,327 @@ + + + + + +Campaigns + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class Campaigns

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Classifier.Category.html b/javadoc/org/loklak/data/Classifier.Category.html new file mode 100644 index 0000000..11092ad --- /dev/null +++ b/javadoc/org/loklak/data/Classifier.Category.html @@ -0,0 +1,535 @@ + + + + + +Classifier.Category + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Enum Classifier.Category

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Classifier.Context.html b/javadoc/org/loklak/data/Classifier.Context.html new file mode 100644 index 0000000..3701c5f --- /dev/null +++ b/javadoc/org/loklak/data/Classifier.Context.html @@ -0,0 +1,456 @@ + + + + + +Classifier.Context + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Enum Classifier.Context

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Classifier.html b/javadoc/org/loklak/data/Classifier.html new file mode 100644 index 0000000..97e7c98 --- /dev/null +++ b/javadoc/org/loklak/data/Classifier.html @@ -0,0 +1,369 @@ + + + + + +Classifier + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class Classifier

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAO.IndexName.html b/javadoc/org/loklak/data/DAO.IndexName.html new file mode 100644 index 0000000..2faed6f --- /dev/null +++ b/javadoc/org/loklak/data/DAO.IndexName.html @@ -0,0 +1,428 @@ + + + + + +DAO.IndexName + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Enum DAO.IndexName

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAO.MessageWrapper.html b/javadoc/org/loklak/data/DAO.MessageWrapper.html new file mode 100644 index 0000000..594cd9b --- /dev/null +++ b/javadoc/org/loklak/data/DAO.MessageWrapper.html @@ -0,0 +1,305 @@ + + + + + +DAO.MessageWrapper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class DAO.MessageWrapper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAO.SearchLocalMessages.html b/javadoc/org/loklak/data/DAO.SearchLocalMessages.html new file mode 100644 index 0000000..08d7d15 --- /dev/null +++ b/javadoc/org/loklak/data/DAO.SearchLocalMessages.html @@ -0,0 +1,382 @@ + + + + + +DAO.SearchLocalMessages + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class DAO.SearchLocalMessages

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAO.html b/javadoc/org/loklak/data/DAO.html new file mode 100644 index 0000000..f422c85 --- /dev/null +++ b/javadoc/org/loklak/data/DAO.html @@ -0,0 +1,1983 @@ + + + + + +DAO + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class DAO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAO.parallelScrape.html b/javadoc/org/loklak/data/DAO.parallelScrape.html new file mode 100644 index 0000000..75911fd --- /dev/null +++ b/javadoc/org/loklak/data/DAO.parallelScrape.html @@ -0,0 +1,327 @@ + + + + + +DAO.parallelScrape + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class DAO.parallelScrape

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAOWrapper.GenericJSONBuilder.html b/javadoc/org/loklak/data/DAOWrapper.GenericJSONBuilder.html new file mode 100644 index 0000000..8cae76c --- /dev/null +++ b/javadoc/org/loklak/data/DAOWrapper.GenericJSONBuilder.html @@ -0,0 +1,494 @@ + + + + + +DAOWrapper.GenericJSONBuilder + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class DAOWrapper.GenericJSONBuilder

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/DAOWrapper.html b/javadoc/org/loklak/data/DAOWrapper.html new file mode 100644 index 0000000..71d7776 --- /dev/null +++ b/javadoc/org/loklak/data/DAOWrapper.html @@ -0,0 +1,320 @@ + + + + + +DAOWrapper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class DAOWrapper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/ElasticsearchClient.BulkEntry.html b/javadoc/org/loklak/data/ElasticsearchClient.BulkEntry.html new file mode 100644 index 0000000..4678618 --- /dev/null +++ b/javadoc/org/loklak/data/ElasticsearchClient.BulkEntry.html @@ -0,0 +1,294 @@ + + + + + +ElasticsearchClient.BulkEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class ElasticsearchClient.BulkEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/ElasticsearchClient.BulkWriteResult.html b/javadoc/org/loklak/data/ElasticsearchClient.BulkWriteResult.html new file mode 100644 index 0000000..701d8f3 --- /dev/null +++ b/javadoc/org/loklak/data/ElasticsearchClient.BulkWriteResult.html @@ -0,0 +1,286 @@ + + + + + +ElasticsearchClient.BulkWriteResult + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class ElasticsearchClient.BulkWriteResult

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/ElasticsearchClient.Query.html b/javadoc/org/loklak/data/ElasticsearchClient.Query.html new file mode 100644 index 0000000..8836323 --- /dev/null +++ b/javadoc/org/loklak/data/ElasticsearchClient.Query.html @@ -0,0 +1,330 @@ + + + + + +ElasticsearchClient.Query + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class ElasticsearchClient.Query

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/ElasticsearchClient.html b/javadoc/org/loklak/data/ElasticsearchClient.html new file mode 100644 index 0000000..72a42f7 --- /dev/null +++ b/javadoc/org/loklak/data/ElasticsearchClient.html @@ -0,0 +1,1291 @@ + + + + + +ElasticsearchClient + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class ElasticsearchClient

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/ImportProfileFactory.html b/javadoc/org/loklak/data/ImportProfileFactory.html new file mode 100644 index 0000000..0768187 --- /dev/null +++ b/javadoc/org/loklak/data/ImportProfileFactory.html @@ -0,0 +1,321 @@ + + + + + +ImportProfileFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class ImportProfileFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/IncomingMessageBuffer.html b/javadoc/org/loklak/data/IncomingMessageBuffer.html new file mode 100644 index 0000000..a20a587 --- /dev/null +++ b/javadoc/org/loklak/data/IncomingMessageBuffer.html @@ -0,0 +1,447 @@ + + + + + +IncomingMessageBuffer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class IncomingMessageBuffer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/IndexEntry.html b/javadoc/org/loklak/data/IndexEntry.html new file mode 100644 index 0000000..a73b7f8 --- /dev/null +++ b/javadoc/org/loklak/data/IndexEntry.html @@ -0,0 +1,301 @@ + + + + + +IndexEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class IndexEntry<IndexObject extends ObjectEntry>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/IndexFactory.html b/javadoc/org/loklak/data/IndexFactory.html new file mode 100644 index 0000000..63efe9b --- /dev/null +++ b/javadoc/org/loklak/data/IndexFactory.html @@ -0,0 +1,344 @@ + + + + + +IndexFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Interface IndexFactory<Entry extends ObjectEntry>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/Insertable.html b/javadoc/org/loklak/data/Insertable.html new file mode 100644 index 0000000..28cd11e --- /dev/null +++ b/javadoc/org/loklak/data/Insertable.html @@ -0,0 +1,275 @@ + + + + + +Insertable + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Interface Insertable

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/MessageFactory.html b/javadoc/org/loklak/data/MessageFactory.html new file mode 100644 index 0000000..8718a00 --- /dev/null +++ b/javadoc/org/loklak/data/MessageFactory.html @@ -0,0 +1,318 @@ + + + + + +MessageFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class MessageFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/OutgoingMessageBuffer.html b/javadoc/org/loklak/data/OutgoingMessageBuffer.html new file mode 100644 index 0000000..77bd510 --- /dev/null +++ b/javadoc/org/loklak/data/OutgoingMessageBuffer.html @@ -0,0 +1,326 @@ + + + + + +OutgoingMessageBuffer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class OutgoingMessageBuffer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/QueryFactory.html b/javadoc/org/loklak/data/QueryFactory.html new file mode 100644 index 0000000..08d2574 --- /dev/null +++ b/javadoc/org/loklak/data/QueryFactory.html @@ -0,0 +1,318 @@ + + + + + +QueryFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class QueryFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/UserFactory.html b/javadoc/org/loklak/data/UserFactory.html new file mode 100644 index 0000000..c8e038e --- /dev/null +++ b/javadoc/org/loklak/data/UserFactory.html @@ -0,0 +1,318 @@ + + + + + +UserFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.data
+

Class UserFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/package-frame.html b/javadoc/org/loklak/data/package-frame.html new file mode 100644 index 0000000..c75b0e6 --- /dev/null +++ b/javadoc/org/loklak/data/package-frame.html @@ -0,0 +1,51 @@ + + + + + +org.loklak.data + + + + + +

org.loklak.data

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/data/package-summary.html b/javadoc/org/loklak/data/package-summary.html new file mode 100644 index 0000000..5926ff3 --- /dev/null +++ b/javadoc/org/loklak/data/package-summary.html @@ -0,0 +1,289 @@ + + + + + +org.loklak.data + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.data

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/data/package-tree.html b/javadoc/org/loklak/data/package-tree.html new file mode 100644 index 0000000..965bf17 --- /dev/null +++ b/javadoc/org/loklak/data/package-tree.html @@ -0,0 +1,183 @@ + + + + + +org.loklak.data Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.data

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/AbstractGeoPoint.html b/javadoc/org/loklak/geo/AbstractGeoPoint.html new file mode 100644 index 0000000..96fb6fe --- /dev/null +++ b/javadoc/org/loklak/geo/AbstractGeoPoint.html @@ -0,0 +1,332 @@ + + + + + +AbstractGeoPoint + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class AbstractGeoPoint

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoJsonReader.Feature.html b/javadoc/org/loklak/geo/GeoJsonReader.Feature.html new file mode 100644 index 0000000..cde97ab --- /dev/null +++ b/javadoc/org/loklak/geo/GeoJsonReader.Feature.html @@ -0,0 +1,369 @@ + + + + + +GeoJsonReader.Feature + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class GeoJsonReader.Feature

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoJsonReader.html b/javadoc/org/loklak/geo/GeoJsonReader.html new file mode 100644 index 0000000..76eb34b --- /dev/null +++ b/javadoc/org/loklak/geo/GeoJsonReader.html @@ -0,0 +1,376 @@ + + + + + +GeoJsonReader + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class GeoJsonReader

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoLocation.html b/javadoc/org/loklak/geo/GeoLocation.html new file mode 100644 index 0000000..ac15d9d --- /dev/null +++ b/javadoc/org/loklak/geo/GeoLocation.html @@ -0,0 +1,482 @@ + + + + + +GeoLocation + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class GeoLocation

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoMark.html b/javadoc/org/loklak/geo/GeoMark.html new file mode 100644 index 0000000..b4d3703 --- /dev/null +++ b/javadoc/org/loklak/geo/GeoMark.html @@ -0,0 +1,383 @@ + + + + + +GeoMark + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class GeoMark

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoNames.CountryBounds.html b/javadoc/org/loklak/geo/GeoNames.CountryBounds.html new file mode 100644 index 0000000..f9b74bf --- /dev/null +++ b/javadoc/org/loklak/geo/GeoNames.CountryBounds.html @@ -0,0 +1,348 @@ + + + + + +GeoNames.CountryBounds + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class GeoNames.CountryBounds

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoNames.html b/javadoc/org/loklak/geo/GeoNames.html new file mode 100644 index 0000000..e709048 --- /dev/null +++ b/javadoc/org/loklak/geo/GeoNames.html @@ -0,0 +1,520 @@ + + + + + +GeoNames + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class GeoNames

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/GeoPoint.html b/javadoc/org/loklak/geo/GeoPoint.html new file mode 100644 index 0000000..bb05e2b --- /dev/null +++ b/javadoc/org/loklak/geo/GeoPoint.html @@ -0,0 +1,416 @@ + + + + + +GeoPoint + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Interface GeoPoint

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/IntegerGeoPoint.html b/javadoc/org/loklak/geo/IntegerGeoPoint.html new file mode 100644 index 0000000..c8855c8 --- /dev/null +++ b/javadoc/org/loklak/geo/IntegerGeoPoint.html @@ -0,0 +1,484 @@ + + + + + +IntegerGeoPoint + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class IntegerGeoPoint

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/LocationSource.html b/javadoc/org/loklak/geo/LocationSource.html new file mode 100644 index 0000000..c824c18 --- /dev/null +++ b/javadoc/org/loklak/geo/LocationSource.html @@ -0,0 +1,363 @@ + + + + + +LocationSource + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Enum LocationSource

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/OSMTile.TileCoordinates.html b/javadoc/org/loklak/geo/OSMTile.TileCoordinates.html new file mode 100644 index 0000000..8bd9ee8 --- /dev/null +++ b/javadoc/org/loklak/geo/OSMTile.TileCoordinates.html @@ -0,0 +1,420 @@ + + + + + +OSMTile.TileCoordinates + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class OSMTile.TileCoordinates

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/OSMTile.html b/javadoc/org/loklak/geo/OSMTile.html new file mode 100644 index 0000000..190933b --- /dev/null +++ b/javadoc/org/loklak/geo/OSMTile.html @@ -0,0 +1,321 @@ + + + + + +OSMTile + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.geo
+

Class OSMTile

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/package-frame.html b/javadoc/org/loklak/geo/package-frame.html new file mode 100644 index 0000000..40e99bf --- /dev/null +++ b/javadoc/org/loklak/geo/package-frame.html @@ -0,0 +1,37 @@ + + + + + +org.loklak.geo + + + + + +

org.loklak.geo

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/geo/package-summary.html b/javadoc/org/loklak/geo/package-summary.html new file mode 100644 index 0000000..49e291f --- /dev/null +++ b/javadoc/org/loklak/geo/package-summary.html @@ -0,0 +1,213 @@ + + + + + +org.loklak.geo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.geo

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/geo/package-tree.html b/javadoc/org/loklak/geo/package-tree.html new file mode 100644 index 0000000..567eee3 --- /dev/null +++ b/javadoc/org/loklak/geo/package-tree.html @@ -0,0 +1,169 @@ + + + + + +org.loklak.geo Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.geo

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/AnimationGIF.html b/javadoc/org/loklak/graphics/AnimationGIF.html new file mode 100644 index 0000000..5a35c00 --- /dev/null +++ b/javadoc/org/loklak/graphics/AnimationGIF.html @@ -0,0 +1,325 @@ + + + + + +AnimationGIF + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class AnimationGIF

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/AnimationPlotter.Frame.html b/javadoc/org/loklak/graphics/AnimationPlotter.Frame.html new file mode 100644 index 0000000..881cac7 --- /dev/null +++ b/javadoc/org/loklak/graphics/AnimationPlotter.Frame.html @@ -0,0 +1,241 @@ + + + + + +AnimationPlotter.Frame + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class AnimationPlotter.Frame

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/AnimationPlotter.html b/javadoc/org/loklak/graphics/AnimationPlotter.html new file mode 100644 index 0000000..79988af --- /dev/null +++ b/javadoc/org/loklak/graphics/AnimationPlotter.html @@ -0,0 +1,328 @@ + + + + + +AnimationPlotter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class AnimationPlotter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/ChartPlotter.html b/javadoc/org/loklak/graphics/ChartPlotter.html new file mode 100644 index 0000000..202c411 --- /dev/null +++ b/javadoc/org/loklak/graphics/ChartPlotter.html @@ -0,0 +1,568 @@ + + + + + +ChartPlotter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class ChartPlotter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/CircleTool.html b/javadoc/org/loklak/graphics/CircleTool.html new file mode 100644 index 0000000..6901220 --- /dev/null +++ b/javadoc/org/loklak/graphics/CircleTool.html @@ -0,0 +1,313 @@ + + + + + +CircleTool + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class CircleTool

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/GraphPlotter.Point.html b/javadoc/org/loklak/graphics/GraphPlotter.Point.html new file mode 100644 index 0000000..eb37ebb --- /dev/null +++ b/javadoc/org/loklak/graphics/GraphPlotter.Point.html @@ -0,0 +1,348 @@ + + + + + +GraphPlotter.Point + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class GraphPlotter.Point

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/GraphPlotter.Ribbon.html b/javadoc/org/loklak/graphics/GraphPlotter.Ribbon.html new file mode 100644 index 0000000..b160588 --- /dev/null +++ b/javadoc/org/loklak/graphics/GraphPlotter.Ribbon.html @@ -0,0 +1,243 @@ + + + + + +GraphPlotter.Ribbon + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class GraphPlotter.Ribbon

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/GraphPlotter.html b/javadoc/org/loklak/graphics/GraphPlotter.html new file mode 100644 index 0000000..f671c17 --- /dev/null +++ b/javadoc/org/loklak/graphics/GraphPlotter.html @@ -0,0 +1,518 @@ + + + + + +GraphPlotter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class GraphPlotter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/HexGridPlotter.html b/javadoc/org/loklak/graphics/HexGridPlotter.html new file mode 100644 index 0000000..e5c1f05 --- /dev/null +++ b/javadoc/org/loklak/graphics/HexGridPlotter.html @@ -0,0 +1,500 @@ + + + + + +HexGridPlotter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class HexGridPlotter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/PrintTool.html b/javadoc/org/loklak/graphics/PrintTool.html new file mode 100644 index 0000000..2c5fe8f --- /dev/null +++ b/javadoc/org/loklak/graphics/PrintTool.html @@ -0,0 +1,345 @@ + + + + + +PrintTool + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class PrintTool

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/RasterPlotter.DrawMode.html b/javadoc/org/loklak/graphics/RasterPlotter.DrawMode.html new file mode 100644 index 0000000..6f0262c --- /dev/null +++ b/javadoc/org/loklak/graphics/RasterPlotter.DrawMode.html @@ -0,0 +1,355 @@ + + + + + +RasterPlotter.DrawMode + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Enum RasterPlotter.DrawMode

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/RasterPlotter.FilterMode.html b/javadoc/org/loklak/graphics/RasterPlotter.FilterMode.html new file mode 100644 index 0000000..3cfd1c7 --- /dev/null +++ b/javadoc/org/loklak/graphics/RasterPlotter.FilterMode.html @@ -0,0 +1,355 @@ + + + + + +RasterPlotter.FilterMode + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Enum RasterPlotter.FilterMode

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/RasterPlotter.html b/javadoc/org/loklak/graphics/RasterPlotter.html new file mode 100644 index 0000000..7d0a2b8 --- /dev/null +++ b/javadoc/org/loklak/graphics/RasterPlotter.html @@ -0,0 +1,1546 @@ + + + + + +RasterPlotter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.graphics
+

Class RasterPlotter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/package-frame.html b/javadoc/org/loklak/graphics/package-frame.html new file mode 100644 index 0000000..cc91aec --- /dev/null +++ b/javadoc/org/loklak/graphics/package-frame.html @@ -0,0 +1,35 @@ + + + + + +org.loklak.graphics + + + + + +

org.loklak.graphics

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/graphics/package-summary.html b/javadoc/org/loklak/graphics/package-summary.html new file mode 100644 index 0000000..fbf26fd --- /dev/null +++ b/javadoc/org/loklak/graphics/package-summary.html @@ -0,0 +1,204 @@ + + + + + +org.loklak.graphics + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.graphics

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/graphics/package-tree.html b/javadoc/org/loklak/graphics/package-tree.html new file mode 100644 index 0000000..b537f33 --- /dev/null +++ b/javadoc/org/loklak/graphics/package-tree.html @@ -0,0 +1,161 @@ + + + + + +org.loklak.graphics Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.graphics

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/BaseScraper.html b/javadoc/org/loklak/harvester/BaseScraper.html new file mode 100644 index 0000000..2154df1 --- /dev/null +++ b/javadoc/org/loklak/harvester/BaseScraper.html @@ -0,0 +1,664 @@ + + + + + +BaseScraper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class BaseScraper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/HarvestingFrequency.html b/javadoc/org/loklak/harvester/HarvestingFrequency.html new file mode 100644 index 0000000..5b8fe78 --- /dev/null +++ b/javadoc/org/loklak/harvester/HarvestingFrequency.html @@ -0,0 +1,421 @@ + + + + + +HarvestingFrequency + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Enum HarvestingFrequency

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/JsonFieldConverter.JsonConversionSchemaEnum.html b/javadoc/org/loklak/harvester/JsonFieldConverter.JsonConversionSchemaEnum.html new file mode 100644 index 0000000..bc79dde --- /dev/null +++ b/javadoc/org/loklak/harvester/JsonFieldConverter.JsonConversionSchemaEnum.html @@ -0,0 +1,392 @@ + + + + + +JsonFieldConverter.JsonConversionSchemaEnum + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Enum JsonFieldConverter.JsonConversionSchemaEnum

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/JsonFieldConverter.html b/javadoc/org/loklak/harvester/JsonFieldConverter.html new file mode 100644 index 0000000..b2042e7 --- /dev/null +++ b/javadoc/org/loklak/harvester/JsonFieldConverter.html @@ -0,0 +1,316 @@ + + + + + +JsonFieldConverter + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class JsonFieldConverter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/JsonValidator.JsonSchemaEnum.html b/javadoc/org/loklak/harvester/JsonValidator.JsonSchemaEnum.html new file mode 100644 index 0000000..38c04ee --- /dev/null +++ b/javadoc/org/loklak/harvester/JsonValidator.JsonSchemaEnum.html @@ -0,0 +1,406 @@ + + + + + +JsonValidator.JsonSchemaEnum + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Enum JsonValidator.JsonSchemaEnum

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/JsonValidator.html b/javadoc/org/loklak/harvester/JsonValidator.html new file mode 100644 index 0000000..00678a1 --- /dev/null +++ b/javadoc/org/loklak/harvester/JsonValidator.html @@ -0,0 +1,299 @@ + + + + + +JsonValidator + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class JsonValidator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/Post.html b/javadoc/org/loklak/harvester/Post.html new file mode 100644 index 0000000..e26d129 --- /dev/null +++ b/javadoc/org/loklak/harvester/Post.html @@ -0,0 +1,481 @@ + + + + + +Post + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class Post

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/PushThread.html b/javadoc/org/loklak/harvester/PushThread.html new file mode 100644 index 0000000..c45c7c1 --- /dev/null +++ b/javadoc/org/loklak/harvester/PushThread.html @@ -0,0 +1,280 @@ + + + + + +PushThread + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class PushThread

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/RedirectUnshortener.html b/javadoc/org/loklak/harvester/RedirectUnshortener.html new file mode 100644 index 0000000..1c222b6 --- /dev/null +++ b/javadoc/org/loklak/harvester/RedirectUnshortener.html @@ -0,0 +1,282 @@ + + + + + +RedirectUnshortener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class RedirectUnshortener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/TwitterAPI.html b/javadoc/org/loklak/harvester/TwitterAPI.html new file mode 100644 index 0000000..69cde42 --- /dev/null +++ b/javadoc/org/loklak/harvester/TwitterAPI.html @@ -0,0 +1,555 @@ + + + + + +TwitterAPI + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class TwitterAPI

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/TwitterScraper.TwitterTweet.html b/javadoc/org/loklak/harvester/TwitterScraper.TwitterTweet.html new file mode 100644 index 0000000..10edddf --- /dev/null +++ b/javadoc/org/loklak/harvester/TwitterScraper.TwitterTweet.html @@ -0,0 +1,493 @@ + + + + + +TwitterScraper.TwitterTweet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class TwitterScraper.TwitterTweet

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/TwitterScraper.html b/javadoc/org/loklak/harvester/TwitterScraper.html new file mode 100644 index 0000000..4da6921 --- /dev/null +++ b/javadoc/org/loklak/harvester/TwitterScraper.html @@ -0,0 +1,414 @@ + + + + + +TwitterScraper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class TwitterScraper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/WeiboInfoScraper.html b/javadoc/org/loklak/harvester/WeiboInfoScraper.html new file mode 100644 index 0000000..85c9b40 --- /dev/null +++ b/javadoc/org/loklak/harvester/WeiboInfoScraper.html @@ -0,0 +1,295 @@ + + + + + +WeiboInfoScraper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class WeiboInfoScraper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/YoutubeScraper.html b/javadoc/org/loklak/harvester/YoutubeScraper.html new file mode 100644 index 0000000..5c236a3 --- /dev/null +++ b/javadoc/org/loklak/harvester/YoutubeScraper.html @@ -0,0 +1,512 @@ + + + + + +YoutubeScraper + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester
+

Class YoutubeScraper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/package-frame.html b/javadoc/org/loklak/harvester/package-frame.html new file mode 100644 index 0000000..70fe666 --- /dev/null +++ b/javadoc/org/loklak/harvester/package-frame.html @@ -0,0 +1,36 @@ + + + + + +org.loklak.harvester + + + + + +

org.loklak.harvester

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/harvester/package-summary.html b/javadoc/org/loklak/harvester/package-summary.html new file mode 100644 index 0000000..4e9d4ed --- /dev/null +++ b/javadoc/org/loklak/harvester/package-summary.html @@ -0,0 +1,205 @@ + + + + + +org.loklak.harvester + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.harvester

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/package-tree.html b/javadoc/org/loklak/harvester/package-tree.html new file mode 100644 index 0000000..c155be7 --- /dev/null +++ b/javadoc/org/loklak/harvester/package-tree.html @@ -0,0 +1,185 @@ + + + + + +org.loklak.harvester Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.harvester

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/ClassicHarvester.html b/javadoc/org/loklak/harvester/strategy/ClassicHarvester.html new file mode 100644 index 0000000..6b8225c --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/ClassicHarvester.html @@ -0,0 +1,371 @@ + + + + + +ClassicHarvester + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester.strategy
+

Class ClassicHarvester

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/Harvester.html b/javadoc/org/loklak/harvester/strategy/Harvester.html new file mode 100644 index 0000000..f61ae9a --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/Harvester.html @@ -0,0 +1,246 @@ + + + + + +Harvester + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester.strategy
+

Interface Harvester

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/KaizenHarvester.html b/javadoc/org/loklak/harvester/strategy/KaizenHarvester.html new file mode 100644 index 0000000..764a0aa --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/KaizenHarvester.html @@ -0,0 +1,352 @@ + + + + + +KaizenHarvester + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester.strategy
+

Class KaizenHarvester

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/KaizenQueries.html b/javadoc/org/loklak/harvester/strategy/KaizenQueries.html new file mode 100644 index 0000000..c4b3494 --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/KaizenQueries.html @@ -0,0 +1,354 @@ + + + + + +KaizenQueries + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester.strategy
+

Class KaizenQueries

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/PriorityKaizenHarvester.PriorityKaizenQueries.html b/javadoc/org/loklak/harvester/strategy/PriorityKaizenHarvester.PriorityKaizenQueries.html new file mode 100644 index 0000000..5b27dc0 --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/PriorityKaizenHarvester.PriorityKaizenQueries.html @@ -0,0 +1,342 @@ + + + + + +PriorityKaizenHarvester.PriorityKaizenQueries + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester.strategy
+

Class PriorityKaizenHarvester.PriorityKaizenQueries

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/PriorityKaizenHarvester.html b/javadoc/org/loklak/harvester/strategy/PriorityKaizenHarvester.html new file mode 100644 index 0000000..ad8c885 --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/PriorityKaizenHarvester.html @@ -0,0 +1,270 @@ + + + + + +PriorityKaizenHarvester + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.harvester.strategy
+

Class PriorityKaizenHarvester

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/package-frame.html b/javadoc/org/loklak/harvester/strategy/package-frame.html new file mode 100644 index 0000000..39f353d --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/package-frame.html @@ -0,0 +1,28 @@ + + + + + +org.loklak.harvester.strategy + + + + + +

org.loklak.harvester.strategy

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/javadoc/org/loklak/harvester/strategy/package-summary.html b/javadoc/org/loklak/harvester/strategy/package-summary.html new file mode 100644 index 0000000..4e26d15 --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/package-summary.html @@ -0,0 +1,179 @@ + + + + + +org.loklak.harvester.strategy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.harvester.strategy

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/harvester/strategy/package-tree.html b/javadoc/org/loklak/harvester/strategy/package-tree.html new file mode 100644 index 0000000..81c5777 --- /dev/null +++ b/javadoc/org/loklak/harvester/strategy/package-tree.html @@ -0,0 +1,149 @@ + + + + + +org.loklak.harvester.strategy Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.harvester.strategy

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/AccessTracker.Track.html b/javadoc/org/loklak/http/AccessTracker.Track.html new file mode 100644 index 0000000..db1b81e --- /dev/null +++ b/javadoc/org/loklak/http/AccessTracker.Track.html @@ -0,0 +1,480 @@ + + + + + +AccessTracker.Track + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Class AccessTracker.Track

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/AccessTracker.html b/javadoc/org/loklak/http/AccessTracker.html new file mode 100644 index 0000000..c92c780 --- /dev/null +++ b/javadoc/org/loklak/http/AccessTracker.html @@ -0,0 +1,435 @@ + + + + + +AccessTracker + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Class AccessTracker

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/ClientConnection.html b/javadoc/org/loklak/http/ClientConnection.html new file mode 100644 index 0000000..957b7b4 --- /dev/null +++ b/javadoc/org/loklak/http/ClientConnection.html @@ -0,0 +1,734 @@ + + + + + +ClientConnection + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Class ClientConnection

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/CookieRequest.html b/javadoc/org/loklak/http/CookieRequest.html new file mode 100644 index 0000000..cb9e1fd --- /dev/null +++ b/javadoc/org/loklak/http/CookieRequest.html @@ -0,0 +1,245 @@ + + + + + +CookieRequest + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Interface CookieRequest

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/CookieRequestManager.html b/javadoc/org/loklak/http/CookieRequestManager.html new file mode 100644 index 0000000..8ebf8e7 --- /dev/null +++ b/javadoc/org/loklak/http/CookieRequestManager.html @@ -0,0 +1,352 @@ + + + + + +CookieRequestManager + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Class CookieRequestManager

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/RemoteAccess.FileType.html b/javadoc/org/loklak/http/RemoteAccess.FileType.html new file mode 100644 index 0000000..a0dc127 --- /dev/null +++ b/javadoc/org/loklak/http/RemoteAccess.FileType.html @@ -0,0 +1,391 @@ + + + + + +RemoteAccess.FileType + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Enum RemoteAccess.FileType

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/RemoteAccess.FileTypeEncoding.html b/javadoc/org/loklak/http/RemoteAccess.FileTypeEncoding.html new file mode 100644 index 0000000..0309d53 --- /dev/null +++ b/javadoc/org/loklak/http/RemoteAccess.FileTypeEncoding.html @@ -0,0 +1,254 @@ + + + + + +RemoteAccess.FileTypeEncoding + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Class RemoteAccess.FileTypeEncoding

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/RemoteAccess.html b/javadoc/org/loklak/http/RemoteAccess.html new file mode 100644 index 0000000..cb5ca9d --- /dev/null +++ b/javadoc/org/loklak/http/RemoteAccess.html @@ -0,0 +1,507 @@ + + + + + +RemoteAccess + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.http
+

Class RemoteAccess

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/package-frame.html b/javadoc/org/loklak/http/package-frame.html new file mode 100644 index 0000000..d37f401 --- /dev/null +++ b/javadoc/org/loklak/http/package-frame.html @@ -0,0 +1,32 @@ + + + + + +org.loklak.http + + + + + +

org.loklak.http

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/http/package-summary.html b/javadoc/org/loklak/http/package-summary.html new file mode 100644 index 0000000..6b413bc --- /dev/null +++ b/javadoc/org/loklak/http/package-summary.html @@ -0,0 +1,190 @@ + + + + + +org.loklak.http + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.http

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/http/package-tree.html b/javadoc/org/loklak/http/package-tree.html new file mode 100644 index 0000000..01c3afa --- /dev/null +++ b/javadoc/org/loklak/http/package-tree.html @@ -0,0 +1,164 @@ + + + + + +org.loklak.http Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.http

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/AbstractObjectEntry.html b/javadoc/org/loklak/objects/AbstractObjectEntry.html new file mode 100644 index 0000000..f90251f --- /dev/null +++ b/javadoc/org/loklak/objects/AbstractObjectEntry.html @@ -0,0 +1,595 @@ + + + + + +AbstractObjectEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class AbstractObjectEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/AccountEntry.Field.html b/javadoc/org/loklak/objects/AccountEntry.Field.html new file mode 100644 index 0000000..29f7428 --- /dev/null +++ b/javadoc/org/loklak/objects/AccountEntry.Field.html @@ -0,0 +1,403 @@ + + + + + +AccountEntry.Field + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum AccountEntry.Field

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/AccountEntry.html b/javadoc/org/loklak/objects/AccountEntry.html new file mode 100644 index 0000000..4864518 --- /dev/null +++ b/javadoc/org/loklak/objects/AccountEntry.html @@ -0,0 +1,509 @@ + + + + + +AccountEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class AccountEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/ImportProfileEntry.EntryStatus.html b/javadoc/org/loklak/objects/ImportProfileEntry.EntryStatus.html new file mode 100644 index 0000000..07120e4 --- /dev/null +++ b/javadoc/org/loklak/objects/ImportProfileEntry.EntryStatus.html @@ -0,0 +1,343 @@ + + + + + +ImportProfileEntry.EntryStatus + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum ImportProfileEntry.EntryStatus

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/ImportProfileEntry.PrivacyStatus.html b/javadoc/org/loklak/objects/ImportProfileEntry.PrivacyStatus.html new file mode 100644 index 0000000..94f948f --- /dev/null +++ b/javadoc/org/loklak/objects/ImportProfileEntry.PrivacyStatus.html @@ -0,0 +1,343 @@ + + + + + +ImportProfileEntry.PrivacyStatus + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum ImportProfileEntry.PrivacyStatus

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/ImportProfileEntry.html b/javadoc/org/loklak/objects/ImportProfileEntry.html new file mode 100644 index 0000000..e603720 --- /dev/null +++ b/javadoc/org/loklak/objects/ImportProfileEntry.html @@ -0,0 +1,973 @@ + + + + + +ImportProfileEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class ImportProfileEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/MessageEntry.TextLinkMap.html b/javadoc/org/loklak/objects/MessageEntry.TextLinkMap.html new file mode 100644 index 0000000..cd8aa6b --- /dev/null +++ b/javadoc/org/loklak/objects/MessageEntry.TextLinkMap.html @@ -0,0 +1,326 @@ + + + + + +MessageEntry.TextLinkMap + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class MessageEntry.TextLinkMap

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/MessageEntry.html b/javadoc/org/loklak/objects/MessageEntry.html new file mode 100644 index 0000000..d754657 --- /dev/null +++ b/javadoc/org/loklak/objects/MessageEntry.html @@ -0,0 +1,1571 @@ + + + + + +MessageEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class MessageEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/ObjectEntry.html b/javadoc/org/loklak/objects/ObjectEntry.html new file mode 100644 index 0000000..7137dd3 --- /dev/null +++ b/javadoc/org/loklak/objects/ObjectEntry.html @@ -0,0 +1,240 @@ + + + + + +ObjectEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Interface ObjectEntry

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Peer.Status.html b/javadoc/org/loklak/objects/Peer.Status.html new file mode 100644 index 0000000..1b0d712 --- /dev/null +++ b/javadoc/org/loklak/objects/Peer.Status.html @@ -0,0 +1,355 @@ + + + + + +Peer.Status + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum Peer.Status

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Peer.html b/javadoc/org/loklak/objects/Peer.html new file mode 100644 index 0000000..de97200 --- /dev/null +++ b/javadoc/org/loklak/objects/Peer.html @@ -0,0 +1,281 @@ + + + + + +Peer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class Peer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Peers.html b/javadoc/org/loklak/objects/Peers.html new file mode 100644 index 0000000..9cecd4a --- /dev/null +++ b/javadoc/org/loklak/objects/Peers.html @@ -0,0 +1,330 @@ + + + + + +Peers + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class Peers

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/ProviderType.html b/javadoc/org/loklak/objects/ProviderType.html new file mode 100644 index 0000000..e924580 --- /dev/null +++ b/javadoc/org/loklak/objects/ProviderType.html @@ -0,0 +1,378 @@ + + + + + +ProviderType + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum ProviderType

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/QueryEntry.ElasticsearchQuery.html b/javadoc/org/loklak/objects/QueryEntry.ElasticsearchQuery.html new file mode 100644 index 0000000..73d8c56 --- /dev/null +++ b/javadoc/org/loklak/objects/QueryEntry.ElasticsearchQuery.html @@ -0,0 +1,319 @@ + + + + + +QueryEntry.ElasticsearchQuery + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class QueryEntry.ElasticsearchQuery

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/QueryEntry.PlaceContext.html b/javadoc/org/loklak/objects/QueryEntry.PlaceContext.html new file mode 100644 index 0000000..a938406 --- /dev/null +++ b/javadoc/org/loklak/objects/QueryEntry.PlaceContext.html @@ -0,0 +1,343 @@ + + + + + +QueryEntry.PlaceContext + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum QueryEntry.PlaceContext

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/QueryEntry.Tokens.html b/javadoc/org/loklak/objects/QueryEntry.Tokens.html new file mode 100644 index 0000000..246a020 --- /dev/null +++ b/javadoc/org/loklak/objects/QueryEntry.Tokens.html @@ -0,0 +1,387 @@ + + + + + +QueryEntry.Tokens + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class QueryEntry.Tokens

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/QueryEntry.html b/javadoc/org/loklak/objects/QueryEntry.html new file mode 100644 index 0000000..96393c3 --- /dev/null +++ b/javadoc/org/loklak/objects/QueryEntry.html @@ -0,0 +1,907 @@ + + + + + +QueryEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class QueryEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/ResultList.html b/javadoc/org/loklak/objects/ResultList.html new file mode 100644 index 0000000..bff3553 --- /dev/null +++ b/javadoc/org/loklak/objects/ResultList.html @@ -0,0 +1,407 @@ + + + + + +ResultList + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class ResultList<E>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/SourceType.html b/javadoc/org/loklak/objects/SourceType.html new file mode 100644 index 0000000..ab3cb8b --- /dev/null +++ b/javadoc/org/loklak/objects/SourceType.html @@ -0,0 +1,499 @@ + + + + + +SourceType + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum SourceType

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Timeline.Order.html b/javadoc/org/loklak/objects/Timeline.Order.html new file mode 100644 index 0000000..7b4daef --- /dev/null +++ b/javadoc/org/loklak/objects/Timeline.Order.html @@ -0,0 +1,393 @@ + + + + + +Timeline.Order + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum Timeline.Order

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Timeline.html b/javadoc/org/loklak/objects/Timeline.html new file mode 100644 index 0000000..df2975c --- /dev/null +++ b/javadoc/org/loklak/objects/Timeline.html @@ -0,0 +1,759 @@ + + + + + +Timeline + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class Timeline

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Timeline2.Order.html b/javadoc/org/loklak/objects/Timeline2.Order.html new file mode 100644 index 0000000..9d219a4 --- /dev/null +++ b/javadoc/org/loklak/objects/Timeline2.Order.html @@ -0,0 +1,393 @@ + + + + + +Timeline2.Order + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Enum Timeline2.Order

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/Timeline2.html b/javadoc/org/loklak/objects/Timeline2.html new file mode 100644 index 0000000..9c87443 --- /dev/null +++ b/javadoc/org/loklak/objects/Timeline2.html @@ -0,0 +1,855 @@ + + + + + +Timeline2 + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class Timeline2

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/TimelineCache.html b/javadoc/org/loklak/objects/TimelineCache.html new file mode 100644 index 0000000..d841b3a --- /dev/null +++ b/javadoc/org/loklak/objects/TimelineCache.html @@ -0,0 +1,289 @@ + + + + + +TimelineCache + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class TimelineCache

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/UserEntry.html b/javadoc/org/loklak/objects/UserEntry.html new file mode 100644 index 0000000..13cdaec --- /dev/null +++ b/javadoc/org/loklak/objects/UserEntry.html @@ -0,0 +1,759 @@ + + + + + +UserEntry + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.objects
+

Class UserEntry

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/package-frame.html b/javadoc/org/loklak/objects/package-frame.html new file mode 100644 index 0000000..881a097 --- /dev/null +++ b/javadoc/org/loklak/objects/package-frame.html @@ -0,0 +1,50 @@ + + + + + +org.loklak.objects + + + + + +

org.loklak.objects

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/objects/package-summary.html b/javadoc/org/loklak/objects/package-summary.html new file mode 100644 index 0000000..e09d809 --- /dev/null +++ b/javadoc/org/loklak/objects/package-summary.html @@ -0,0 +1,272 @@ + + + + + +org.loklak.objects + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.objects

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/objects/package-tree.html b/javadoc/org/loklak/objects/package-tree.html new file mode 100644 index 0000000..3a7453f --- /dev/null +++ b/javadoc/org/loklak/objects/package-tree.html @@ -0,0 +1,204 @@ + + + + + +org.loklak.objects Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.objects

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/package-frame.html b/javadoc/org/loklak/package-frame.html new file mode 100644 index 0000000..d3598c3 --- /dev/null +++ b/javadoc/org/loklak/package-frame.html @@ -0,0 +1,25 @@ + + + + + +org.loklak + + + + + +

org.loklak

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/package-summary.html b/javadoc/org/loklak/package-summary.html new file mode 100644 index 0000000..c56bc7f --- /dev/null +++ b/javadoc/org/loklak/package-summary.html @@ -0,0 +1,163 @@ + + + + + +org.loklak + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/package-tree.html b/javadoc/org/loklak/package-tree.html new file mode 100644 index 0000000..c8fd3fe --- /dev/null +++ b/javadoc/org/loklak/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.loklak Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/rss/RSSFeed.html b/javadoc/org/loklak/rss/RSSFeed.html new file mode 100644 index 0000000..d05559c --- /dev/null +++ b/javadoc/org/loklak/rss/RSSFeed.html @@ -0,0 +1,475 @@ + + + + + +RSSFeed + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.rss
+

Class RSSFeed

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/rss/RSSFeed.messageIterator.html b/javadoc/org/loklak/rss/RSSFeed.messageIterator.html new file mode 100644 index 0000000..72de6f8 --- /dev/null +++ b/javadoc/org/loklak/rss/RSSFeed.messageIterator.html @@ -0,0 +1,323 @@ + + + + + +RSSFeed.messageIterator + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.rss
+

Class RSSFeed.messageIterator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/rss/RSSMessage.Token.html b/javadoc/org/loklak/rss/RSSMessage.Token.html new file mode 100644 index 0000000..d5c4cda --- /dev/null +++ b/javadoc/org/loklak/rss/RSSMessage.Token.html @@ -0,0 +1,556 @@ + + + + + +RSSMessage.Token + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.rss
+

Enum RSSMessage.Token

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/rss/RSSMessage.html b/javadoc/org/loklak/rss/RSSMessage.html new file mode 100644 index 0000000..17ed4aa --- /dev/null +++ b/javadoc/org/loklak/rss/RSSMessage.html @@ -0,0 +1,949 @@ + + + + + +RSSMessage + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.rss
+

Class RSSMessage

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/rss/package-frame.html b/javadoc/org/loklak/rss/package-frame.html new file mode 100644 index 0000000..cf0807e --- /dev/null +++ b/javadoc/org/loklak/rss/package-frame.html @@ -0,0 +1,25 @@ + + + + + +org.loklak.rss + + + + + +

org.loklak.rss

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/rss/package-summary.html b/javadoc/org/loklak/rss/package-summary.html new file mode 100644 index 0000000..66ec2d9 --- /dev/null +++ b/javadoc/org/loklak/rss/package-summary.html @@ -0,0 +1,159 @@ + + + + + +org.loklak.rss + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.rss

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/rss/package-tree.html b/javadoc/org/loklak/rss/package-tree.html new file mode 100644 index 0000000..6a5f9ef --- /dev/null +++ b/javadoc/org/loklak/rss/package-tree.html @@ -0,0 +1,149 @@ + + + + + +org.loklak.rss Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.rss

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/APIException.html b/javadoc/org/loklak/server/APIException.html new file mode 100644 index 0000000..7e9cfe3 --- /dev/null +++ b/javadoc/org/loklak/server/APIException.html @@ -0,0 +1,296 @@ + + + + + +APIException + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class APIException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/APIHandler.html b/javadoc/org/loklak/server/APIHandler.html new file mode 100644 index 0000000..8879fa7 --- /dev/null +++ b/javadoc/org/loklak/server/APIHandler.html @@ -0,0 +1,282 @@ + + + + + +APIHandler + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Interface APIHandler

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/AbstractAPIHandler.html b/javadoc/org/loklak/server/AbstractAPIHandler.html new file mode 100644 index 0000000..40f8499 --- /dev/null +++ b/javadoc/org/loklak/server/AbstractAPIHandler.html @@ -0,0 +1,569 @@ + + + + + +AbstractAPIHandler + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class AbstractAPIHandler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/Accounting.html b/javadoc/org/loklak/server/Accounting.html new file mode 100644 index 0000000..68f7013 --- /dev/null +++ b/javadoc/org/loklak/server/Accounting.html @@ -0,0 +1,346 @@ + + + + + +Accounting + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class Accounting

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/Authentication.html b/javadoc/org/loklak/server/Authentication.html new file mode 100644 index 0000000..fe9a450 --- /dev/null +++ b/javadoc/org/loklak/server/Authentication.html @@ -0,0 +1,548 @@ + + + + + +Authentication + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class Authentication

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/Authorization.html b/javadoc/org/loklak/server/Authorization.html new file mode 100644 index 0000000..51c5fc4 --- /dev/null +++ b/javadoc/org/loklak/server/Authorization.html @@ -0,0 +1,765 @@ + + + + + +Authorization + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class Authorization

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/BaseUserRole.html b/javadoc/org/loklak/server/BaseUserRole.html new file mode 100644 index 0000000..4b63c46 --- /dev/null +++ b/javadoc/org/loklak/server/BaseUserRole.html @@ -0,0 +1,363 @@ + + + + + +BaseUserRole + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Enum BaseUserRole

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/Client.html b/javadoc/org/loklak/server/Client.html new file mode 100644 index 0000000..ea40166 --- /dev/null +++ b/javadoc/org/loklak/server/Client.html @@ -0,0 +1,333 @@ + + + + + +Client + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class Client

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/ClientCredential.Type.html b/javadoc/org/loklak/server/ClientCredential.Type.html new file mode 100644 index 0000000..6fb3bfa --- /dev/null +++ b/javadoc/org/loklak/server/ClientCredential.Type.html @@ -0,0 +1,404 @@ + + + + + +ClientCredential.Type + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Enum ClientCredential.Type

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/ClientCredential.html b/javadoc/org/loklak/server/ClientCredential.html new file mode 100644 index 0000000..aa05446 --- /dev/null +++ b/javadoc/org/loklak/server/ClientCredential.html @@ -0,0 +1,406 @@ + + + + + +ClientCredential + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class ClientCredential

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/ClientIdentity.Type.html b/javadoc/org/loklak/server/ClientIdentity.Type.html new file mode 100644 index 0000000..713d1b6 --- /dev/null +++ b/javadoc/org/loklak/server/ClientIdentity.Type.html @@ -0,0 +1,356 @@ + + + + + +ClientIdentity.Type + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Enum ClientIdentity.Type

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/ClientIdentity.html b/javadoc/org/loklak/server/ClientIdentity.html new file mode 100644 index 0000000..4d719f4 --- /dev/null +++ b/javadoc/org/loklak/server/ClientIdentity.html @@ -0,0 +1,372 @@ + + + + + +ClientIdentity + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class ClientIdentity

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/ClientService.Type.html b/javadoc/org/loklak/server/ClientService.Type.html new file mode 100644 index 0000000..701ca08 --- /dev/null +++ b/javadoc/org/loklak/server/ClientService.Type.html @@ -0,0 +1,331 @@ + + + + + +ClientService.Type + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Enum ClientService.Type

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/ClientService.html b/javadoc/org/loklak/server/ClientService.html new file mode 100644 index 0000000..c40fb31 --- /dev/null +++ b/javadoc/org/loklak/server/ClientService.html @@ -0,0 +1,396 @@ + + + + + +ClientService + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class ClientService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/FileHandler.html b/javadoc/org/loklak/server/FileHandler.html new file mode 100644 index 0000000..25dcdf1 --- /dev/null +++ b/javadoc/org/loklak/server/FileHandler.html @@ -0,0 +1,339 @@ + + + + + +FileHandler + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class FileHandler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/HttpsMode.html b/javadoc/org/loklak/server/HttpsMode.html new file mode 100644 index 0000000..79aff46 --- /dev/null +++ b/javadoc/org/loklak/server/HttpsMode.html @@ -0,0 +1,428 @@ + + + + + +HttpsMode + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Enum HttpsMode

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/Query.html b/javadoc/org/loklak/server/Query.html new file mode 100644 index 0000000..971c5d5 --- /dev/null +++ b/javadoc/org/loklak/server/Query.html @@ -0,0 +1,612 @@ + + + + + +Query + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class Query

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/Settings.html b/javadoc/org/loklak/server/Settings.html new file mode 100644 index 0000000..2714c93 --- /dev/null +++ b/javadoc/org/loklak/server/Settings.html @@ -0,0 +1,526 @@ + + + + + +Settings + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class Settings

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/UserRole.html b/javadoc/org/loklak/server/UserRole.html new file mode 100644 index 0000000..8cc4274 --- /dev/null +++ b/javadoc/org/loklak/server/UserRole.html @@ -0,0 +1,433 @@ + + + + + +UserRole + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class UserRole

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/UserRoles.html b/javadoc/org/loklak/server/UserRoles.html new file mode 100644 index 0000000..f38cf44 --- /dev/null +++ b/javadoc/org/loklak/server/UserRoles.html @@ -0,0 +1,362 @@ + + + + + +UserRoles + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.server
+

Class UserRoles

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/package-frame.html b/javadoc/org/loklak/server/package-frame.html new file mode 100644 index 0000000..311b7aa --- /dev/null +++ b/javadoc/org/loklak/server/package-frame.html @@ -0,0 +1,48 @@ + + + + + +org.loklak.server + + + + + +

org.loklak.server

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +

Exceptions

+ +
+ + diff --git a/javadoc/org/loklak/server/package-summary.html b/javadoc/org/loklak/server/package-summary.html new file mode 100644 index 0000000..b1fddc1 --- /dev/null +++ b/javadoc/org/loklak/server/package-summary.html @@ -0,0 +1,260 @@ + + + + + +org.loklak.server + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.server

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/server/package-tree.html b/javadoc/org/loklak/server/package-tree.html new file mode 100644 index 0000000..157d247 --- /dev/null +++ b/javadoc/org/loklak/server/package-tree.html @@ -0,0 +1,195 @@ + + + + + +org.loklak.server Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.server

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/stream/MQTTPublisher.html b/javadoc/org/loklak/stream/MQTTPublisher.html new file mode 100644 index 0000000..a22ba31 --- /dev/null +++ b/javadoc/org/loklak/stream/MQTTPublisher.html @@ -0,0 +1,286 @@ + + + + + +MQTTPublisher + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.stream
+

Class MQTTPublisher

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/stream/package-frame.html b/javadoc/org/loklak/stream/package-frame.html new file mode 100644 index 0000000..09f4d4c --- /dev/null +++ b/javadoc/org/loklak/stream/package-frame.html @@ -0,0 +1,20 @@ + + + + + +org.loklak.stream + + + + + +

org.loklak.stream

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/stream/package-summary.html b/javadoc/org/loklak/stream/package-summary.html new file mode 100644 index 0000000..e367c8c --- /dev/null +++ b/javadoc/org/loklak/stream/package-summary.html @@ -0,0 +1,140 @@ + + + + + +org.loklak.stream + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.stream

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/stream/package-tree.html b/javadoc/org/loklak/stream/package-tree.html new file mode 100644 index 0000000..00781e0 --- /dev/null +++ b/javadoc/org/loklak/stream/package-tree.html @@ -0,0 +1,135 @@ + + + + + +org.loklak.stream Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.stream

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/susi/SusiProcedures.html b/javadoc/org/loklak/susi/SusiProcedures.html new file mode 100644 index 0000000..c448657 --- /dev/null +++ b/javadoc/org/loklak/susi/SusiProcedures.html @@ -0,0 +1,358 @@ + + + + + +SusiProcedures + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.susi
+

Class SusiProcedures

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/susi/SusiThought.html b/javadoc/org/loklak/susi/SusiThought.html new file mode 100644 index 0000000..c496349 --- /dev/null +++ b/javadoc/org/loklak/susi/SusiThought.html @@ -0,0 +1,729 @@ + + + + + +SusiThought + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.susi
+

Class SusiThought

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/susi/SusiTransfer.html b/javadoc/org/loklak/susi/SusiTransfer.html new file mode 100644 index 0000000..191a4d9 --- /dev/null +++ b/javadoc/org/loklak/susi/SusiTransfer.html @@ -0,0 +1,353 @@ + + + + + +SusiTransfer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.susi
+

Class SusiTransfer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/susi/package-frame.html b/javadoc/org/loklak/susi/package-frame.html new file mode 100644 index 0000000..8d12f19 --- /dev/null +++ b/javadoc/org/loklak/susi/package-frame.html @@ -0,0 +1,22 @@ + + + + + +org.loklak.susi + + + + + +

org.loklak.susi

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/susi/package-summary.html b/javadoc/org/loklak/susi/package-summary.html new file mode 100644 index 0000000..99ea837 --- /dev/null +++ b/javadoc/org/loklak/susi/package-summary.html @@ -0,0 +1,153 @@ + + + + + +org.loklak.susi + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.susi

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/susi/package-tree.html b/javadoc/org/loklak/susi/package-tree.html new file mode 100644 index 0000000..cbf4306 --- /dev/null +++ b/javadoc/org/loklak/susi/package-tree.html @@ -0,0 +1,153 @@ + + + + + +org.loklak.susi Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.susi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/ASCII.html b/javadoc/org/loklak/tools/ASCII.html new file mode 100644 index 0000000..4a0d834 --- /dev/null +++ b/javadoc/org/loklak/tools/ASCII.html @@ -0,0 +1,482 @@ + + + + + +ASCII + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class ASCII

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/Browser.html b/javadoc/org/loklak/tools/Browser.html new file mode 100644 index 0000000..aaffbfd --- /dev/null +++ b/javadoc/org/loklak/tools/Browser.html @@ -0,0 +1,511 @@ + + + + + +Browser + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class Browser

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/BufferedRandomAccessFile.IndexedLine.html b/javadoc/org/loklak/tools/BufferedRandomAccessFile.IndexedLine.html new file mode 100644 index 0000000..c767eb9 --- /dev/null +++ b/javadoc/org/loklak/tools/BufferedRandomAccessFile.IndexedLine.html @@ -0,0 +1,305 @@ + + + + + +BufferedRandomAccessFile.IndexedLine + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class BufferedRandomAccessFile.IndexedLine

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/BufferedRandomAccessFile.Test.html b/javadoc/org/loklak/tools/BufferedRandomAccessFile.Test.html new file mode 100644 index 0000000..3bc2e9d --- /dev/null +++ b/javadoc/org/loklak/tools/BufferedRandomAccessFile.Test.html @@ -0,0 +1,383 @@ + + + + + +BufferedRandomAccessFile.Test + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class BufferedRandomAccessFile.Test

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/BufferedRandomAccessFile.html b/javadoc/org/loklak/tools/BufferedRandomAccessFile.html new file mode 100644 index 0000000..91ed75f --- /dev/null +++ b/javadoc/org/loklak/tools/BufferedRandomAccessFile.html @@ -0,0 +1,550 @@ + + + + + +BufferedRandomAccessFile + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class BufferedRandomAccessFile

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/ByteBuffer.html b/javadoc/org/loklak/tools/ByteBuffer.html new file mode 100644 index 0000000..acf6784 --- /dev/null +++ b/javadoc/org/loklak/tools/ByteBuffer.html @@ -0,0 +1,776 @@ + + + + + +ByteBuffer + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class ByteBuffer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/CacheMap.html b/javadoc/org/loklak/tools/CacheMap.html new file mode 100644 index 0000000..2615560 --- /dev/null +++ b/javadoc/org/loklak/tools/CacheMap.html @@ -0,0 +1,383 @@ + + + + + +CacheMap + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class CacheMap<K,V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/CacheSet.html b/javadoc/org/loklak/tools/CacheSet.html new file mode 100644 index 0000000..8ce4765 --- /dev/null +++ b/javadoc/org/loklak/tools/CacheSet.html @@ -0,0 +1,353 @@ + + + + + +CacheSet + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class CacheSet<K>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/CacheStats.html b/javadoc/org/loklak/tools/CacheStats.html new file mode 100644 index 0000000..066c15d --- /dev/null +++ b/javadoc/org/loklak/tools/CacheStats.html @@ -0,0 +1,360 @@ + + + + + +CacheStats + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class CacheStats

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/CharacterCoding.html b/javadoc/org/loklak/tools/CharacterCoding.html new file mode 100644 index 0000000..20f42b4 --- /dev/null +++ b/javadoc/org/loklak/tools/CharacterCoding.html @@ -0,0 +1,299 @@ + + + + + +CharacterCoding + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class CharacterCoding

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/Classification.ContentDomain.html b/javadoc/org/loklak/tools/Classification.ContentDomain.html new file mode 100644 index 0000000..756d985 --- /dev/null +++ b/javadoc/org/loklak/tools/Classification.ContentDomain.html @@ -0,0 +1,403 @@ + + + + + +Classification.ContentDomain + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Enum Classification.ContentDomain

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/Classification.html b/javadoc/org/loklak/tools/Classification.html new file mode 100644 index 0000000..59481d6 --- /dev/null +++ b/javadoc/org/loklak/tools/Classification.html @@ -0,0 +1,488 @@ + + + + + +Classification + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class Classification

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/CommonPattern.html b/javadoc/org/loklak/tools/CommonPattern.html new file mode 100644 index 0000000..e60ded6 --- /dev/null +++ b/javadoc/org/loklak/tools/CommonPattern.html @@ -0,0 +1,478 @@ + + + + + +CommonPattern + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class CommonPattern

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/Compression.html b/javadoc/org/loklak/tools/Compression.html new file mode 100644 index 0000000..22ba347 --- /dev/null +++ b/javadoc/org/loklak/tools/Compression.html @@ -0,0 +1,326 @@ + + + + + +Compression + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class Compression

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/DateParser.html b/javadoc/org/loklak/tools/DateParser.html new file mode 100644 index 0000000..bab38b5 --- /dev/null +++ b/javadoc/org/loklak/tools/DateParser.html @@ -0,0 +1,628 @@ + + + + + +DateParser + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class DateParser

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/Digest.html b/javadoc/org/loklak/tools/Digest.html new file mode 100644 index 0000000..2fcca23 --- /dev/null +++ b/javadoc/org/loklak/tools/Digest.html @@ -0,0 +1,491 @@ + + + + + +Digest + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class Digest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/IO.html b/javadoc/org/loklak/tools/IO.html new file mode 100644 index 0000000..867103c --- /dev/null +++ b/javadoc/org/loklak/tools/IO.html @@ -0,0 +1,386 @@ + + + + + +IO + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class IO

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/JsonSignature.html b/javadoc/org/loklak/tools/JsonSignature.html new file mode 100644 index 0000000..b8830af --- /dev/null +++ b/javadoc/org/loklak/tools/JsonSignature.html @@ -0,0 +1,472 @@ + + + + + +JsonSignature + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class JsonSignature

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/OS.System.html b/javadoc/org/loklak/tools/OS.System.html new file mode 100644 index 0000000..a318a73 --- /dev/null +++ b/javadoc/org/loklak/tools/OS.System.html @@ -0,0 +1,367 @@ + + + + + +OS.System + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Enum OS.System

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/OS.html b/javadoc/org/loklak/tools/OS.html new file mode 100644 index 0000000..91f09a9 --- /dev/null +++ b/javadoc/org/loklak/tools/OS.html @@ -0,0 +1,523 @@ + + + + + +OS + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class OS

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/StringBuilderComparator.html b/javadoc/org/loklak/tools/StringBuilderComparator.html new file mode 100644 index 0000000..b784ca8 --- /dev/null +++ b/javadoc/org/loklak/tools/StringBuilderComparator.html @@ -0,0 +1,458 @@ + + + + + +StringBuilderComparator + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class StringBuilderComparator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/UTF8.html b/javadoc/org/loklak/tools/UTF8.html new file mode 100644 index 0000000..702c9eb --- /dev/null +++ b/javadoc/org/loklak/tools/UTF8.html @@ -0,0 +1,370 @@ + + + + + +UTF8 + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools
+

Class UTF8

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/bayes/BayesClassifier.html b/javadoc/org/loklak/tools/bayes/BayesClassifier.html new file mode 100644 index 0000000..afdeaf5 --- /dev/null +++ b/javadoc/org/loklak/tools/bayes/BayesClassifier.html @@ -0,0 +1,325 @@ + + + + + +BayesClassifier + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.bayes
+

Class BayesClassifier<T,K>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/bayes/Classification.html b/javadoc/org/loklak/tools/bayes/Classification.html new file mode 100644 index 0000000..53e6368 --- /dev/null +++ b/javadoc/org/loklak/tools/bayes/Classification.html @@ -0,0 +1,380 @@ + + + + + +Classification + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.bayes
+

Class Classification<T,K>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/bayes/Classifier.html b/javadoc/org/loklak/tools/bayes/Classifier.html new file mode 100644 index 0000000..568169a --- /dev/null +++ b/javadoc/org/loklak/tools/bayes/Classifier.html @@ -0,0 +1,781 @@ + + + + + +Classifier + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.bayes
+

Class Classifier<T,K>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/bayes/package-frame.html b/javadoc/org/loklak/tools/bayes/package-frame.html new file mode 100644 index 0000000..4d637c2 --- /dev/null +++ b/javadoc/org/loklak/tools/bayes/package-frame.html @@ -0,0 +1,22 @@ + + + + + +org.loklak.tools.bayes + + + + + +

org.loklak.tools.bayes

+
+

Classes

+ +
+ + diff --git a/javadoc/org/loklak/tools/bayes/package-summary.html b/javadoc/org/loklak/tools/bayes/package-summary.html new file mode 100644 index 0000000..1bd976b --- /dev/null +++ b/javadoc/org/loklak/tools/bayes/package-summary.html @@ -0,0 +1,154 @@ + + + + + +org.loklak.tools.bayes + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.tools.bayes

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/bayes/package-tree.html b/javadoc/org/loklak/tools/bayes/package-tree.html new file mode 100644 index 0000000..29c1a17 --- /dev/null +++ b/javadoc/org/loklak/tools/bayes/package-tree.html @@ -0,0 +1,140 @@ + + + + + +org.loklak.tools.bayes Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.tools.bayes

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/package-frame.html b/javadoc/org/loklak/tools/package-frame.html new file mode 100644 index 0000000..21f861e --- /dev/null +++ b/javadoc/org/loklak/tools/package-frame.html @@ -0,0 +1,44 @@ + + + + + +org.loklak.tools + + + + + +

org.loklak.tools

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/tools/package-summary.html b/javadoc/org/loklak/tools/package-summary.html new file mode 100644 index 0000000..02b6c8d --- /dev/null +++ b/javadoc/org/loklak/tools/package-summary.html @@ -0,0 +1,254 @@ + + + + + +org.loklak.tools + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.tools

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/package-tree.html b/javadoc/org/loklak/tools/package-tree.html new file mode 100644 index 0000000..9599db8 --- /dev/null +++ b/javadoc/org/loklak/tools/package-tree.html @@ -0,0 +1,179 @@ + + + + + +org.loklak.tools Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.tools

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JSONObjectWithDefault.html b/javadoc/org/loklak/tools/storage/JSONObjectWithDefault.html new file mode 100644 index 0000000..056eab2 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JSONObjectWithDefault.html @@ -0,0 +1,417 @@ + + + + + +JSONObjectWithDefault + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JSONObjectWithDefault

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonDataset.Column.html b/javadoc/org/loklak/tools/storage/JsonDataset.Column.html new file mode 100644 index 0000000..18f2cd1 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonDataset.Column.html @@ -0,0 +1,290 @@ + + + + + +JsonDataset.Column + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonDataset.Column

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonDataset.JsonFactoryIndex.html b/javadoc/org/loklak/tools/storage/JsonDataset.JsonFactoryIndex.html new file mode 100644 index 0000000..bc03b6d --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonDataset.JsonFactoryIndex.html @@ -0,0 +1,308 @@ + + + + + +JsonDataset.JsonFactoryIndex + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonDataset.JsonFactoryIndex

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonDataset.html b/javadoc/org/loklak/tools/storage/JsonDataset.html new file mode 100644 index 0000000..82542b8 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonDataset.html @@ -0,0 +1,389 @@ + + + + + +JsonDataset + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonDataset

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonFactory.html b/javadoc/org/loklak/tools/storage/JsonFactory.html new file mode 100644 index 0000000..6b31de8 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonFactory.html @@ -0,0 +1,228 @@ + + + + + +JsonFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Interface JsonFactory

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonFile.html b/javadoc/org/loklak/tools/storage/JsonFile.html new file mode 100644 index 0000000..6b3503b --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonFile.html @@ -0,0 +1,637 @@ + + + + + +JsonFile + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonFile

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonMinifier.JsonCapsuleFactory.html b/javadoc/org/loklak/tools/storage/JsonMinifier.JsonCapsuleFactory.html new file mode 100644 index 0000000..cd1fe0f --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonMinifier.JsonCapsuleFactory.html @@ -0,0 +1,248 @@ + + + + + +JsonMinifier.JsonCapsuleFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonMinifier.JsonCapsuleFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonMinifier.html b/javadoc/org/loklak/tools/storage/JsonMinifier.html new file mode 100644 index 0000000..318b64c --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonMinifier.html @@ -0,0 +1,288 @@ + + + + + +JsonMinifier + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonMinifier

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.JsonHandle.html b/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.JsonHandle.html new file mode 100644 index 0000000..3e606bb --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.JsonHandle.html @@ -0,0 +1,331 @@ + + + + + +JsonRandomAccessFile.JsonHandle + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonRandomAccessFile.JsonHandle

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.ReaderJsonFactory.html b/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.ReaderJsonFactory.html new file mode 100644 index 0000000..c346937 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.ReaderJsonFactory.html @@ -0,0 +1,343 @@ + + + + + +JsonRandomAccessFile.ReaderJsonFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonRandomAccessFile.ReaderJsonFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.html b/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.html new file mode 100644 index 0000000..72c5281 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonRandomAccessFile.html @@ -0,0 +1,456 @@ + + + + + +JsonRandomAccessFile + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonRandomAccessFile

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonReader.html b/javadoc/org/loklak/tools/storage/JsonReader.html new file mode 100644 index 0000000..b863bd0 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonReader.html @@ -0,0 +1,302 @@ + + + + + +JsonReader + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Interface JsonReader

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonRepository.Mode.html b/javadoc/org/loklak/tools/storage/JsonRepository.Mode.html new file mode 100644 index 0000000..9283ae9 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonRepository.Mode.html @@ -0,0 +1,343 @@ + + + + + +JsonRepository.Mode + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Enum JsonRepository.Mode

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonRepository.html b/javadoc/org/loklak/tools/storage/JsonRepository.html new file mode 100644 index 0000000..cc5fc8b --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonRepository.html @@ -0,0 +1,617 @@ + + + + + +JsonRepository + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonRepository

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonStreamReader.WrapperJsonFactory.html b/javadoc/org/loklak/tools/storage/JsonStreamReader.WrapperJsonFactory.html new file mode 100644 index 0000000..2b74e89 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonStreamReader.WrapperJsonFactory.html @@ -0,0 +1,285 @@ + + + + + +JsonStreamReader.WrapperJsonFactory + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonStreamReader.WrapperJsonFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonStreamReader.html b/javadoc/org/loklak/tools/storage/JsonStreamReader.html new file mode 100644 index 0000000..20d12ee --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonStreamReader.html @@ -0,0 +1,370 @@ + + + + + +JsonStreamReader + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonStreamReader

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/JsonTray.html b/javadoc/org/loklak/tools/storage/JsonTray.html new file mode 100644 index 0000000..6914755 --- /dev/null +++ b/javadoc/org/loklak/tools/storage/JsonTray.html @@ -0,0 +1,388 @@ + + + + + +JsonTray + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.loklak.tools.storage
+

Class JsonTray

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/package-frame.html b/javadoc/org/loklak/tools/storage/package-frame.html new file mode 100644 index 0000000..a0e809d --- /dev/null +++ b/javadoc/org/loklak/tools/storage/package-frame.html @@ -0,0 +1,40 @@ + + + + + +org.loklak.tools.storage + + + + + +

org.loklak.tools.storage

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/javadoc/org/loklak/tools/storage/package-summary.html b/javadoc/org/loklak/tools/storage/package-summary.html new file mode 100644 index 0000000..c0fa7fd --- /dev/null +++ b/javadoc/org/loklak/tools/storage/package-summary.html @@ -0,0 +1,226 @@ + + + + + +org.loklak.tools.storage + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.loklak.tools.storage

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/org/loklak/tools/storage/package-tree.html b/javadoc/org/loklak/tools/storage/package-tree.html new file mode 100644 index 0000000..b3390ec --- /dev/null +++ b/javadoc/org/loklak/tools/storage/package-tree.html @@ -0,0 +1,189 @@ + + + + + +org.loklak.tools.storage Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.loklak.tools.storage

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/overview-frame.html b/javadoc/overview-frame.html new file mode 100644 index 0000000..72351af --- /dev/null +++ b/javadoc/overview-frame.html @@ -0,0 +1,46 @@ + + + + + +Overview List + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/javadoc/overview-summary.html b/javadoc/overview-summary.html new file mode 100644 index 0000000..5c1c978 --- /dev/null +++ b/javadoc/overview-summary.html @@ -0,0 +1,233 @@ + + + + + +Overview + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.json 
org.loklak 
org.loklak.api 
org.loklak.api.admin 
org.loklak.api.aggregation 
org.loklak.api.amazon 
org.loklak.api.cms 
org.loklak.api.geo 
org.loklak.api.iot 
org.loklak.api.p2p 
org.loklak.api.tools 
org.loklak.api.vis 
org.loklak.data 
org.loklak.geo 
org.loklak.graphics 
org.loklak.harvester 
org.loklak.harvester.strategy 
org.loklak.http 
org.loklak.objects 
org.loklak.rss 
org.loklak.server 
org.loklak.stream 
org.loklak.susi 
org.loklak.tools 
org.loklak.tools.bayes 
org.loklak.tools.storage 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/overview-tree.html b/javadoc/overview-tree.html new file mode 100644 index 0000000..8f75b00 --- /dev/null +++ b/javadoc/overview-tree.html @@ -0,0 +1,656 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/package-list b/javadoc/package-list new file mode 100644 index 0000000..7ed0fb7 --- /dev/null +++ b/javadoc/package-list @@ -0,0 +1,26 @@ +org.json +org.loklak +org.loklak.api +org.loklak.api.admin +org.loklak.api.aggregation +org.loklak.api.amazon +org.loklak.api.cms +org.loklak.api.geo +org.loklak.api.iot +org.loklak.api.p2p +org.loklak.api.tools +org.loklak.api.vis +org.loklak.data +org.loklak.geo +org.loklak.graphics +org.loklak.harvester +org.loklak.harvester.strategy +org.loklak.http +org.loklak.objects +org.loklak.rss +org.loklak.server +org.loklak.stream +org.loklak.susi +org.loklak.tools +org.loklak.tools.bayes +org.loklak.tools.storage diff --git a/javadoc/script.js b/javadoc/script.js new file mode 100644 index 0000000..c3a1cae --- /dev/null +++ b/javadoc/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/javadoc/serialized-form.html b/javadoc/serialized-form.html new file mode 100644 index 0000000..fdd56e8 --- /dev/null +++ b/javadoc/serialized-form.html @@ -0,0 +1,231 @@ + + + + + +Serialized Form + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css new file mode 100644 index 0000000..b8dad08 --- /dev/null +++ b/javadoc/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/server/index.html b/server/index.html index 94040aa..d8b6b92 100644 --- a/server/index.html +++ b/server/index.html @@ -307,7 +307,7 @@

Where can I find showcases and tutorials?

Where do I find the java documentation?

-

At http://dev.loklak.org/javadoc or by building them via ‘ant javadoc’.

+

At http://dev.loklak.org/javadoc or by building them via ‘ant javadoc’.

Where can I get the latest news about loklak?

@@ -455,7 +455,7 @@

Navigation

Miscellaneous