Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NiceSystems/hrider
/ functions
Functions
888 in github.com/NiceSystems/hrider
⨍
Functions
888
◇
Types & classes
117
↓ 222 callers
Method
setText
Sets the new text into the editor. @param text The new text to set.
src/main/java/hrider/ui/controls/format/FormatEditor.java:165
↓ 98 callers
Method
format
(String value)
src/main/java/hrider/ui/controls/format/TextFormatter.java:31
↓ 52 callers
Method
getName
Gets the name of the column type. @return The type's name.
src/main/java/hrider/data/ColumnType.java:146
↓ 49 callers
Method
equals
(Object obj)
src/main/java/hrider/data/DataRow.java:207
↓ 46 callers
Method
getText
Gets the original or modified text. @return An original or modified text.
src/main/java/hrider/ui/controls/format/FormatEditor.java:156
↓ 37 callers
Method
toString
()
src/main/java/hrider/data/DataRow.java:221
↓ 35 callers
Method
getKey
Gets the row key. @return The key of the row.
src/main/java/hrider/data/DataRow.java:73
↓ 34 callers
Method
clearError
Clears the previously set error messages.
src/main/java/hrider/ui/views/DesignerView.java:1130
↓ 32 callers
Method
getFullName
()
src/main/java/hrider/data/ColumnQualifier.java:75
↓ 31 callers
Method
getSelectedTableName
Gets the currently selected table name. @return The name of the selected table from the list of the tables.
src/main/java/hrider/ui/views/DesignerView.java:1019
↓ 30 callers
Method
getColumn
()
src/main/java/hrider/ui/forms/AddColumnDialog.java:257
↓ 29 callers
Method
stopCellEditing
Stops editing of the cell if there is any. @param table The table that contains the cell.
src/main/java/hrider/ui/design/JTableModel.java:42
↓ 28 callers
Method
close
()
src/main/java/hrider/io/PathWatcher.java:36
↓ 27 callers
Method
dispose
Cleans the resources of the specified table. @param tableName The name of the table to dispose. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/TableFactory.java:79
↓ 26 callers
Method
get
(String name)
src/main/java/hrider/ui/Images.java:18
↓ 26 callers
Method
getValue
Gets a value of the field. @param obj The instance which field's value is to be retrieved. @param fieldName The name of the field that holds th
src/main/java/hrider/reflection/Clazz.java:128
↓ 26 callers
Method
instance
()
src/main/java/hrider/config/GlobalConfig.java:70
↓ 24 callers
Method
set
Sets the property value. @param name The name of the property. @param value The value to set.
src/main/java/hrider/config/PropertiesConfig.java:131
↓ 24 callers
Method
setError
Sets the error message. @param message The error message to set. @param ex An exception.
src/main/java/hrider/ui/views/DesignerView.java:1140
↓ 23 callers
Method
append
Converts a row to a {@link String} representation using specific formatting. @param value A value to append to a formatted string.
src/main/java/hrider/format/Formatter.java:30
↓ 21 callers
Method
get
Gets a value for the property specified by name. @param clazz The class that represents the type of the value. @param name The name of the property.
src/main/java/hrider/config/PropertiesConfig.java:103
↓ 19 callers
Method
error
(Throwable t, String format, Object... args)
src/main/java/hrider/io/Log.java:54
↓ 19 callers
Method
remove
Removes a property from the file. @param name The name of the property to remove.
src/main/java/hrider/config/PropertiesConfig.java:140
↓ 18 callers
Method
addRow
Adds a row to the table. @param row The row to add.
src/main/java/hrider/data/DataTable.java:103
↓ 18 callers
Method
compile
(File sourceCode, String outputFolder)
src/main/java/hrider/reflection/JavaCompiler.java:57
↓ 18 callers
Method
toBytes
Converts a value represented as a {@link String} to an array of bytes according to the type. @param value The value to converters. @return A byte arr
src/main/java/hrider/data/ColumnType.java:184
↓ 17 callers
Method
getColumn
Gets a column from the specified table. @param columnName The name of the column to look. @param table The table that should contain column. @re
src/main/java/hrider/ui/views/DesignerView.java:1118
↓ 16 callers
Method
get
Creates a new table if it wasn't created yet or returns the already created one. @param tableName The name of the table to get/create. @return A refer
src/main/java/hrider/hbase/TableFactory.java:63
↓ 15 callers
Method
exists
Checks whether the specified converter exists. @param name The name of the converter to check. @return True if the specified converter exists or Fals
src/main/java/hrider/converters/ConvertersLoader.java:79
↓ 15 callers
Method
getFirstRow
Gets a first row in the table. @return A first row in the table. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Scanner.java:309
↓ 15 callers
Method
getLogger
(Class<?> clazz)
src/main/java/hrider/io/Log.java:38
↓ 14 callers
Method
clear
Clears all changes.
src/main/java/hrider/ui/ChangeTracker.java:130
↓ 13 callers
Method
getSize
()
src/main/java/hrider/ui/controls/WideComboBox.java:41
↓ 13 callers
Method
next
Gets a list of rows loaded starting from the previous position. @param rowsNumber The number of rows to load. @return A list of rows. @throws IOExcep
src/main/java/hrider/hbase/Scanner.java:385
↓ 12 callers
Method
getType
Gets cell's type. @return The cell's type.
src/main/java/hrider/data/DataCell.java:144
↓ 12 callers
Method
setEditable
Sets the editor to be editable or not. @param editable True if the editor should be editable or False otherwise.
src/main/java/hrider/ui/design/JCellEditor.java:81
↓ 11 callers
Method
getColumn
Gets a column name. @return A column name.
src/main/java/hrider/hbase/Query.java:260
↓ 11 callers
Method
getEditor
Gets a correct editor according to the editor type. @return The component used to edit the value.
src/main/java/hrider/ui/design/JCellEditor.java:217
↓ 11 callers
Method
getName
Gets the name of the converter to be presented as a column type. @return The name of the converter.
src/main/java/hrider/converters/TypeConverter.java:76
↓ 11 callers
Method
getServerName
Gets the name of the hbase muster server. @return The server name.
src/main/java/hrider/hbase/Connection.java:128
↓ 10 callers
Method
getScanner
Gets the hbase scanner. @return A hbase scanner @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Scanner.java:474
↓ 10 callers
Method
info
(String format, Object... args)
src/main/java/hrider/io/Log.java:42
↓ 9 callers
Method
getBatchSizeForRead
Gets a size of the batch to be used for read operations. @return A size of the batch.
src/main/java/hrider/config/GlobalConfig.java:115
↓ 9 callers
Method
getConverter
Gets a converter used to convert the values of the type. @return An instance of {@link TypeConverter}.
src/main/java/hrider/data/ColumnType.java:155
↓ 9 callers
Method
getFamily
Gets a column family. @return A column family.
src/main/java/hrider/hbase/Query.java:242
↓ 9 callers
Method
getHost
Gets the name of the server. @return The name of the server.
src/main/java/hrider/config/ServerDetails.java:63
↓ 9 callers
Method
getTableDescriptor
()
src/main/java/hrider/ui/forms/AddTableDialog.java:275
↓ 9 callers
Method
write
Writes a list of rows into the output stream. @param row A row to write. @param columns A list of columns in the specified order which values to be w
src/main/java/hrider/export/Exporter.java:36
↓ 8 callers
Method
append
(String path1, String path2)
src/main/java/hrider/io/PathHelper.java:128
↓ 8 callers
Method
create
(ConnectionDetails details)
src/main/java/hrider/hbase/ConnectionManager.java:20
↓ 8 callers
Method
getConnection
Gets a reference to the class used to access the hbase. @return A reference to the {@link hrider.hbase.Connection} class.
src/main/java/hrider/ui/views/DesignerView.java:1050
↓ 8 callers
Method
getRow
Gets a row. @return A reference to the {@link DataRow} which is the owner of the cell.
src/main/java/hrider/data/DataCell.java:71
↓ 8 callers
Method
getZookeeper
()
src/main/java/hrider/config/ConnectionDetails.java:43
↓ 8 callers
Method
populateRowsTable
Populates a rows table. The method loads the table content. The number of loaded rows depends on the parameter defined by the user in the {@link hride
src/main/java/hrider/ui/views/DesignerView.java:1596
↓ 8 callers
Method
start
(long period)
src/main/java/hrider/io/PathWatcher.java:21
↓ 7 callers
Method
extractCode
(String code, String mark)
src/main/java/hrider/ui/forms/CustomConverterDialog.java:256
↓ 7 callers
Method
getCode
Gets the code of the type converter if available. @return The original code.
src/main/java/hrider/converters/TypeConverter.java:58
↓ 7 callers
Method
getColumnNameConverter
Gets type converter for the column names. @return A selected type converter.
src/main/java/hrider/ui/views/DesignerView.java:2209
↓ 7 callers
Method
getTableDescriptor
Gets a descriptor for the specified table. @param tableName The name of the table. @return A new instance of the {@link TableDescriptor}. @throws IOE
src/main/java/hrider/hbase/Connection.java:143
↓ 7 callers
Method
getWord
Gets a word. @return A word.
src/main/java/hrider/hbase/Query.java:308
↓ 7 callers
Method
isEditable
Checks whether the column type can be edited. @return True if the column type can be edited or False otherwise.
src/main/java/hrider/data/ColumnType.java:164
↓ 7 callers
Method
populateColumnsTable
Populates a columns table with the list of the columns from the selected table. @param clearRows Indicates whether the rows table should be cleared.
src/main/java/hrider/ui/views/DesignerView.java:1550
↓ 7 callers
Method
setInfo
Sets the info message. @param message The info message to set.
src/main/java/hrider/ui/views/DesignerView.java:1149
↓ 6 callers
Method
addError
This method is called by the component that wants to report an error to the user. @param message The error message. @param ex The exception.
src/main/java/hrider/ui/MessageHandler.java:51
↓ 6 callers
Method
clear
Clears the cache.
src/main/java/hrider/hbase/TableFactory.java:89
↓ 6 callers
Method
getCell
Gets the cell according to the specified column name. @param columnName The name of the column to look for the cell. @return The instance of the {@li
src/main/java/hrider/data/DataRow.java:92
↓ 6 callers
Method
getColumnFamilies
Gets all column families of the specified table. @param tableName The name of the table which column families should be retrieved. @return A list of
src/main/java/hrider/hbase/Connection.java:654
↓ 6 callers
Method
getConfiguration
Gets a reference to the {@link Configuration} instance used by connection. @return A reference to the {@link Configuration} instance.
src/main/java/hrider/hbase/Connection.java:110
↓ 6 callers
Method
getName
()
src/main/java/hrider/data/ColumnQualifier.java:61
↓ 6 callers
Method
getName
()
src/main/java/hrider/data/TableDescriptor.java:72
↓ 6 callers
Method
getOperator
Gets an operator. @return An operator.
src/main/java/hrider/hbase/Query.java:290
↓ 6 callers
Method
getTableName
Gets the name of the table. @return The table name.
src/main/java/hrider/hbase/Scanner.java:148
↓ 6 callers
Method
match
(String value)
src/main/java/hrider/filters/Filter.java:25
↓ 6 callers
Method
removeRow
Removes the row from the table. @param row The row to remove.
src/main/java/hrider/data/DataTable.java:112
↓ 6 callers
Method
setTableConfig
Sets a configuration data for the specified table. @param table The name of the table. @param value The data to set.
src/main/java/hrider/config/ClusterConfig.java:116
↓ 6 callers
Method
setValue
Sets a value to the field. @param obj The instance which field is to be updated. @param fieldName The name of the field to be updated. @param v
src/main/java/hrider/reflection/Clazz.java:179
↓ 6 callers
Method
toString
()
src/main/java/hrider/data/ColumnQualifier.java:111
↓ 5 callers
Method
addCell
Adds cell to the collection of cells in the row. @param cell The cell to add.
src/main/java/hrider/data/DataRow.java:111
↓ 5 callers
Method
clearRows
Clears all rows from the specified table model. @param table The table to clear the rows from.
src/main/java/hrider/ui/views/DesignerView.java:1063
↓ 5 callers
Method
expand
(String path)
src/main/java/hrider/io/PathHelper.java:107
↓ 5 callers
Method
getColumnType
Gets the type of the column from the columns table. @param columnName The name of the column. @return The columns type
src/main/java/hrider/ui/views/DesignerView.java:2196
↓ 5 callers
Method
getData
Gets the data from the clipboard. @param <T> The type of the data to retrieve. @return A requested data if found or null.
src/main/java/hrider/system/InMemoryClipboard.java:89
↓ 5 callers
Method
getData
()
src/main/java/hrider/system/ClipboardData.java:31
↓ 5 callers
Method
getMetadata
()
src/main/java/hrider/data/ColumnFamily.java:71
↓ 5 callers
Method
getRow
()
src/main/java/hrider/ui/forms/AddRowDialog.java:152
↓ 5 callers
Method
getTableFactory
Gets a reference to the {@link TableFactory} instance used by connection. @return A reference to the {@link TableFactory} instance.
src/main/java/hrider/hbase/Connection.java:101
↓ 5 callers
Method
getTypes
Gets all supported column types. @return A list of supported column types.
src/main/java/hrider/data/ColumnType.java:101
↓ 5 callers
Method
getValue
Gets cell's value. @return A cell's value represented as a string.
src/main/java/hrider/data/DataCell.java:107
↓ 5 callers
Method
getWordType
Gets a word type. @return A type of the word.
src/main/java/hrider/hbase/Query.java:340
↓ 5 callers
Method
instance
Gets the singleton instance of the {@link ViewConfig} class. @return A reference to the {@link ViewConfig} singleton.
src/main/java/hrider/config/ViewConfig.java:51
↓ 5 callers
Method
isMetaTable
(String tableName)
src/main/java/hrider/hbase/TableUtil.java:29
↓ 5 callers
Method
parse
(String date)
src/main/java/hrider/format/DateUtils.java:52
↓ 5 callers
Method
resetCurrent
Resets the cache. @param startKey The key the scan should start from. This parameter can be null.
src/main/java/hrider/hbase/Scanner.java:292
↓ 5 callers
Method
setData
Sets a data into the clipboard. @param clipboardData The data to set. @param <T> The type of the data.
src/main/java/hrider/system/InMemoryClipboard.java:75
↓ 5 callers
Method
setName
(String name)
src/main/java/hrider/data/ColumnFamily.java:67
↓ 5 callers
Method
setText
Sets a provided text to the system clipboard. @param text The text to set.
src/main/java/hrider/system/Clipboard.java:58
↓ 5 callers
Method
toggleRowControls
(boolean enabled)
src/main/java/hrider/ui/views/DesignerView.java:2412
↓ 4 callers
Method
createFamilies
Adds column families to the specified table. @param tableName The name of the table to add column families. @param families A list of column familie
src/main/java/hrider/hbase/Connection.java:696
↓ 4 callers
Method
createOrModifyTable
Creates a new table or modifies an existing one in the hbase cluster. @param tableName The name of the table to create. @throws IOException Error acc
src/main/java/hrider/hbase/Connection.java:201
↓ 4 callers
Method
delete
(File path, String... exclude)
src/main/java/hrider/io/FileHelper.java:37
next →
1–100 of 888, ranked by callers