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
↓ 1 callers
Method
addListener
Adds a listener for hbase related operations. @param listener A listener to add.
src/main/java/hrider/hbase/Connection.java:152
↓ 1 callers
Method
addTabActionListener
(TabActionListener listener)
src/main/java/hrider/ui/controls/JTab.java:101
↓ 1 callers
Method
canConvert
Checks whether the provided value can be converted to the type supported by this converter. @param value The value to check. @return True if the valu
src/main/java/hrider/converters/TypeConverter.java:120
↓ 1 callers
Method
checkHorizontalScrollBar
(BasicComboPopup popup)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:312
↓ 1 callers
Method
clone
()
src/main/java/hrider/data/ColumnFamily.java:97
↓ 1 callers
Method
columnOperation
An event that is raised when a column is created. @param tableName The name of the table that contains the column. @param column The name of the c
src/main/java/hrider/hbase/HbaseActionListener.java:82
↓ 1 callers
Method
compareTo
(Version o)
src/main/java/hrider/system/Version.java:67
↓ 1 callers
Method
compareVersions
()
src/main/java/hrider/ui/forms/Window.java:332
↓ 1 callers
Method
copy
(InputStream in, OutputStream out)
src/main/java/hrider/io/Downloader.java:70
↓ 1 callers
Method
copy
(File source, File target)
src/main/java/hrider/io/FileHelper.java:65
↓ 1 callers
Method
copy
(InputStream in, double inSize, OutputStream out)
updater/src/main/java/hrider/updater/io/Downloader.java:96
↓ 1 callers
Method
copy
(InputStream in, OutputStream out)
updater/src/main/java/hrider/updater/io/ZipHelper.java:102
↓ 1 callers
Method
copyOperation
An event that is raised when a row is copied from one table to another. @param source The name of the source machine. @param sourceTable The nam
src/main/java/hrider/hbase/HbaseActionListener.java:38
↓ 1 callers
Method
copyTable
Copies all the data from one table to another. The tables can be on different clusters. @param targetTable The name of the target table. @param sou
src/main/java/hrider/hbase/Connection.java:300
↓ 1 callers
Method
createAndShowGUI
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.
src/main/java/hrider/ui/forms/Window.java:271
↓ 1 callers
Method
createAndShowGUI
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.
updater/src/main/java/hrider/updater/ui/forms/Window.java:150
↓ 1 callers
Method
createConfig
()
src/main/java/hrider/config/ConnectionDetails.java:67
↓ 1 callers
Method
createUI
(JComponent jcomponent)
src/main/java/hrider/ui/controls/JLinkButton.java:239
↓ 1 callers
Method
customizePopup
(BasicComboPopup popup)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:214
↓ 1 callers
Method
deleteRow
Deletes a row from the table. @param tableName The name of the table. @param row The row to be deleted. @throws IOException Error accessing hba
src/main/java/hrider/hbase/Connection.java:624
↓ 1 callers
Method
download
(URL url)
src/main/java/hrider/io/Downloader.java:37
↓ 1 callers
Method
download
(URL url)
updater/src/main/java/hrider/updater/io/Downloader.java:53
↓ 1 callers
Method
editConverter
Handles converter editing. @param oldName A new converter name if the name was changed or the old one. @param newName A new converter name if the nam
src/main/java/hrider/converters/ConvertersLoader.java:123
↓ 1 callers
Method
enter
(String method)
src/main/java/hrider/ui/UIUpdateHandler.java:35
↓ 1 callers
Method
equals
(Object obj)
src/main/java/hrider/data/ColumnQualifier.java:116
↓ 1 callers
Method
equals
(Object obj)
src/main/java/hrider/converters/TypeConverter.java:153
↓ 1 callers
Method
execute
Executes the UI action.
src/main/java/hrider/ui/UIAction.java:26
↓ 1 callers
Method
exportDelimitedFile
(File file, Scanner scanner)
src/main/java/hrider/ui/forms/ExportTableDialog.java:309
↓ 1 callers
Method
exportHFile
(File file, Scanner scanner)
src/main/java/hrider/ui/forms/ExportTableDialog.java:337
↓ 1 callers
Method
extractFileNameAndExtension
(String path, StringBuilder fileName, StringBuilder extension)
src/main/java/hrider/io/Downloader.java:80
↓ 1 callers
Method
extractFileNameAndExtension
(String path, StringBuilder fileName, StringBuilder extension)
updater/src/main/java/hrider/updater/io/Downloader.java:113
↓ 1 callers
Method
fileExists
Checks if the specified properties file exists. @param name The name of the file to check. The name should not contain extension. @return True if the
src/main/java/hrider/config/PropertiesConfig.java:81
↓ 1 callers
Method
fillForm
(Query query)
src/main/java/hrider/ui/forms/ScanDialog.java:181
↓ 1 callers
Method
findFile
(File folder, Pattern regex)
src/main/java/hrider/io/FileHelper.java:53
↓ 1 callers
Method
flushTable
Flushes a in memory portion of the table into the HFile. @param tableName The name of the table to flush. @throws IOException Error accessin
src/main/java/hrider/hbase/Connection.java:415
↓ 1 callers
Method
format
Formats the text. @param value The text to format. @return A formatted text.
src/main/java/hrider/ui/controls/format/FormatTextPane.java:93
↓ 1 callers
Method
formatJson
Formats JSON. @param json A JSON to format. @return A formatted JSON.
src/main/java/hrider/converters/JsonConverter.java:83
↓ 1 callers
Method
fromJson
(String json, Class<T> type)
src/main/java/hrider/converters/JsonConverter.java:66
↓ 1 callers
Method
fromPrimitive
Converts a primitive value represented as {@link String} to object. @param type The type of the primitive. @param value The value to be converted. @
src/main/java/hrider/reflection/Clazz.java:48
↓ 1 callers
Method
getActiveLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:127
↓ 1 callers
Method
getChanges
Gets all updated rows. The rows contain only updated cells and not the full data. @return A list of rows that contain updated cells.
src/main/java/hrider/ui/ChangeTracker.java:123
↓ 1 callers
Method
getClasses
Collects all classes located in the provided package. @param packageName The name of the package. @return A list of classes if found or an empty list
src/main/java/hrider/reflection/JavaPackage.java:61
↓ 1 callers
Method
getClassesFromJar
Collects all classes located in the provided jar file under the specified package. @param jarFile The path to the jar file. @param packageName Th
src/main/java/hrider/reflection/JavaPackage.java:160
↓ 1 callers
Method
getClusters
Gets a list of all clusters that are open or were previously open. @return A list of cluster names.
src/main/java/hrider/config/ViewConfig.java:60
↓ 1 callers
Method
getColumnFamily
()
src/main/java/hrider/ui/forms/AddFamilyDialog.java:166
↓ 1 callers
Method
getColumnFilters
Gets a list of column filters. @param table The name of the table. @return A list of column filters.
src/main/java/hrider/config/ClusterConfig.java:172
↓ 1 callers
Method
getColumnQualifiers
()
src/main/java/hrider/ui/forms/ImportTableDialog.java:482
↓ 1 callers
Method
getColumnTypes
()
src/main/java/hrider/ui/forms/ImportTableDialog.java:471
↓ 1 callers
Method
getConnection
Gets a connection details used to connect to the hbase cluster. @return A reference to the {@link ConnectionDetails} class.
src/main/java/hrider/config/ClusterConfig.java:48
↓ 1 callers
Method
getConnectionCheckTimeout
Gets an amount of time to wait for hbase connection during check. @return An amount of time to wait.
src/main/java/hrider/config/GlobalConfig.java:133
↓ 1 callers
Method
getConverter
Gets a specific converter according to the provided name. @param name The name of the converter to get. @return A type converter if found or null oth
src/main/java/hrider/converters/ConvertersLoader.java:113
↓ 1 callers
Method
getConverterName
()
src/main/java/hrider/ui/forms/CustomConverterDialog.java:250
↓ 1 callers
Method
getConverters
Gets all loaded converters. @return A list of type converters.
src/main/java/hrider/converters/ConvertersLoader.java:88
↓ 1 callers
Method
getDateFormat
Gets the date time format to be used to parse/converters date time strings. @return A {@link String} representing date time format.
src/main/java/hrider/config/GlobalConfig.java:79
↓ 1 callers
Method
getDateTimeZone
Gets the date time zone to be used to parse/converters date time strings. @return A {@link String} representing date time zone.
src/main/java/hrider/config/GlobalConfig.java:88
↓ 1 callers
Method
getEndKeyAsString
Gets the end key represented as {@link String}. @return The end key.
src/main/java/hrider/hbase/Query.java:156
↓ 1 callers
Method
getErrors
()
src/main/java/hrider/reflection/JavaCompiler.java:51
↓ 1 callers
Method
getExpectedValue
Gets an expected value. @return A {@link String} representing the expected value.
src/main/java/hrider/data/CheckedRow.java:75
↓ 1 callers
Method
getExternalViewerDelimeter
Gets a delimiter to be used in the file to separate the data. @return A character to be used as a delimiter to separate the data in the file.
src/main/java/hrider/config/GlobalConfig.java:106
↓ 1 callers
Method
getExternalViewerFileExtension
Gets an extension to be used for a file to be created for the external viewer. @return A {@link String} representing a file extension.
src/main/java/hrider/config/GlobalConfig.java:97
↓ 1 callers
Method
getFamily
()
src/main/java/hrider/data/ColumnQualifier.java:82
↓ 1 callers
Method
getFormattedMessage
Gets a formatted message. The array might contain 1-3 elements where: 1. The first part of the message if exist. 2. The word/expression that descr
src/main/java/hrider/ui/UIAction.java:43
↓ 1 callers
Method
getLeaf
(String path)
src/main/java/hrider/io/PathHelper.java:158
↓ 1 callers
Method
getLinkBehavior
()
src/main/java/hrider/ui/controls/JLinkButton.java:105
↓ 1 callers
Method
getLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:116
↓ 1 callers
Method
getNameConverters
Gets all loaded converters that support column name conversions. @return A list of type converters.
src/main/java/hrider/converters/ConvertersLoader.java:97
↓ 1 callers
Method
getRootEntries
(File zippedFile)
updater/src/main/java/hrider/updater/io/ZipHelper.java:77
↓ 1 callers
Method
getRowIndex
(JTable table, int columnIndex, Object expectedValue)
src/main/java/hrider/ui/forms/ImportTableDialog.java:252
↓ 1 callers
Method
getRowIndex
(JTable table, int columnIndex, Object expectedValue)
src/main/java/hrider/ui/forms/AddRowDialog.java:176
↓ 1 callers
Method
getRows
Gets a collection of all table rows. @return A list of row if there are any or an empty collection.
src/main/java/hrider/data/DataTable.java:121
↓ 1 callers
Method
getRows
()
src/main/java/hrider/ui/forms/PasteDialog.java:122
↓ 1 callers
Method
getRowsCount
Gets the number of rows in the table. @return A number of rows in the table.
src/main/java/hrider/data/DataTable.java:130
↓ 1 callers
Method
getScrollPane
(ComboPopup popup)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:272
↓ 1 callers
Method
getSelectedColumnFilter
Gets a previously used column filter. @param table The name of the table. @return A filter.
src/main/java/hrider/config/ClusterConfig.java:187
↓ 1 callers
Method
getSelectedTableFilter
Gets a previously used table filter. @return A filter.
src/main/java/hrider/config/ClusterConfig.java:162
↓ 1 callers
Method
getShownColumns
Gets a list of column names from the rows table. @return A list of column names.
src/main/java/hrider/ui/views/DesignerView.java:2120
↓ 1 callers
Method
getStartKeyAsString
Gets a start key represented as a {@link String}. @return A start key.
src/main/java/hrider/hbase/Query.java:97
↓ 1 callers
Method
getTableFilters
Gets a list of table filters. @return A list of table filters.
src/main/java/hrider/config/ClusterConfig.java:148
↓ 1 callers
Method
getTableName
Gets the name of the table. @return The name of the table.
src/main/java/hrider/data/DataTable.java:76
↓ 1 callers
Method
getTables
Gets a list of all table names in the hbase cluster. @return A list of table names. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Connection.java:639
↓ 1 callers
Method
getVersion
()
updater/src/main/java/hrider/updater/ui/forms/Window.java:167
↓ 1 callers
Method
getVisitedLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:151
↓ 1 callers
Method
getWordAsByteArray
Gets a word represented as a byte array. @return A byte array.
src/main/java/hrider/hbase/Query.java:317
↓ 1 callers
Method
guessType
Tries to understand the type of the value based on value itself. @return A guessed type if successful or null.
src/main/java/hrider/data/DataCell.java:190
↓ 1 callers
Method
hasCells
Indicates if the row has cells. @return True if the row has cells or False otherwise.
src/main/java/hrider/data/DataRow.java:136
↓ 1 callers
Method
hasPrev
Indicates if the backward navigation is possible. @return True if there are previously loaded rows or False otherwise.
src/main/java/hrider/hbase/Scanner.java:224
↓ 1 callers
Method
hasValue
Checks if the cell contains the value. @param value The value to check. @return True if the cell contains the value or False otherwise.
src/main/java/hrider/data/DataCell.java:172
↓ 1 callers
Method
horizontalScrollBarWillBeVisible
(BasicComboPopup popup, JScrollPane scrollPane)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:297
↓ 1 callers
Method
importDelimitedFile
(Connection connection, String table, String filePath)
src/main/java/hrider/ui/forms/ImportTableDialog.java:333
↓ 1 callers
Method
importHFile
(Connection connection, String table, String filePath)
src/main/java/hrider/ui/forms/ImportTableDialog.java:427
↓ 1 callers
Method
initializeColumnsTable
Initializes a columns table used to present the columns of the selected table.
src/main/java/hrider/ui/views/DesignerView.java:1336
↓ 1 callers
Method
initializeEditor
Initializes an editor with the provided value. @param value The value to pass to the editor.
src/main/java/hrider/ui/design/JCellEditor.java:179
↓ 1 callers
Method
initializeRowsTable
Initializes a rows table used to present the content of the selected table.
src/main/java/hrider/ui/views/DesignerView.java:1441
↓ 1 callers
Method
initializeTablesList
Initializes a table list used to present all available tables in the hbase cluster.
src/main/java/hrider/ui/views/DesignerView.java:1222
↓ 1 callers
Method
isCellOfType
Validates whether the value held by the cell can be converted to the specified type. @param columnType The type to check. @return True if the value c
src/main/java/hrider/data/DataRow.java:158
↓ 1 callers
Method
isColumnOfType
Validates whether the values held by the column can be converted to the specified type. @param columnType The type to check. @return True if the valu
src/main/java/hrider/hbase/Scanner.java:237
↓ 1 callers
Method
isDecimal
Checks whether the string represents a floating number. @param value The string to check. @return True if the string represents a number or false oth
src/main/java/hrider/reflection/Clazz.java:312
↓ 1 callers
Method
isEqual
Checks if the object has exactly the same value. @param value The value to check. @return True if the provided value equals to the object's value or
src/main/java/hrider/data/ConvertibleObject.java:159
↓ 1 callers
Method
isLinkVisited
()
src/main/java/hrider/ui/controls/JLinkButton.java:175
↓ 1 callers
Method
isOfType
Validates whether the value held by the cell can be converted to the specified type. @param type The type to check. @return True if the value can be
src/main/java/hrider/data/DataCell.java:135
← previous
next →
301–400 of 888, ranked by callers