Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oshi/oshi
/ getMajor
Method
getMajor
oshi-core/src/main/java/oshi/hardware/HWPartition.java:141–143 ·
view source on GitHub ↗
Getter for the field major . @return Returns the major device ID.
()
Source
from the content-addressed store, hash-verified
139
* @
return
Returns the major device ID.
140
*/
141
public
int
getMajor() {
142
return
this.major;
143
}
144
145
/**
146
* <p>
Callers
4
toString
Method · 0.95
testDisks
Method · 0.80
getDisks
Method · 0.80
updateAttributes
Method · 0.80
Calls
no outgoing calls
Tested by
1
testDisks
Method · 0.64